I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
We want to make a custom board for nRF9160 and we want to use LTE RF front-end from the development kit file( Altium version). Therefore, we need to know the development kit...
hello everybody.
I have a nRF52832 board, my code is here: github.com/.../hid_keyboard.ino
when nRF52832 is running, my desktop(windows 10) found bluetooth and display...
Hi,
I'm trying to develop an Android app. My HID device is not a keyboard, mouse nor a gamepad. But my BLE firmware is based on SDK 15.2 & HID keyboard example code. I installed...
HI
I am using nnrf52832 s132 sdk15.2
i have developed an application to behave both as central and peripheral.
as Central: application has to discover peripheral services...
Hello,
Is their planned future support or using UART_ASYNC_API with SHELL when interrupts are not used?
static int uarte_nrfx_poll_in(struct device *dev, unsigned char...
I used my app based on the ble_peripheral_gls example in sdk 14.2.0.. and I applied static passkey, "000000" to our app.
When I tested my app with android phone runinng...
Hi,
I find the smallest connection interval I can set on 52840 (and 832 as peer) is 8 units (10ms), and I am not sure if that is reasonable.
My configuration:
52832...
I have a question concerning this tutorial : devzone.nordicsemi.com/.../ble-characteristics-a-beginners-tutorial
i have same problem than Milton (comment under the tutorial...
We have procured nRF52-DK development board from Mouser India and we are using S140 stack on the Windows platform for our PoC.
Our application requires that nRF52840 should...
Hello,
I would like to modify the current default SRAM partition from 64k (secure), 64k (bsd), 128k (non-secure). I would like to change it as follows; 8 k (secure), 8k...
See: https://devzone.nordicsemi.com/f/nordic-q-a/46833/nrf-connect-can-t-see-nrf52-dk/185284#185284
I have been developing a peripheral with nRF52832 and SDK 15.3.0.
I...
I'm stuck over fds_init() which hangs on mbed-os using SDK 14.2
I am calling fds_init within bleInitComplete callback as follows:
BLE & ble = BLE::Instance ();
ble...
Hello,
The pwm example shows changing the duty cycle inside the main while loop with delay wait.
I would like to get rid of this delay wait by putting the app_pwm_channel_duty_set...
Hi, may I know whether there is a way for nRF52832 chip to directly have access to the variable gain amplifier (VGA) inside the chip? Namely, our input signals goes directly...