I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi everyone,
I have a nrf52-DK, I made samples with the saadc unit and i noticed there are unexplained peaks.
I connected the MIC's output (its VDD is from the board)...
Hi I bought quite a few of these on boards on e-bay and have worked a lot with them.
One thing that is confusing me is the variation in the number of retries, even when...
Hi,
I have tested a sample code which sends some data through BLE in nRF52 development kit(PCA10400). The code is attached below.
nRF5_SDK_11.0.0_MPU6050_Acc_X_Output...
I'm trying to compile the bootloader_secure example for the 10040 dev board using make, and it appears the makefile was not updated correctly with the changes made to the...
Segger RTT viewer is a great debugging tool. But every time when I download new firmware into my board I have to close the viewer and then open it after download is finished...
Hi guys,
in my application, I'm trying to do multiple fota, I succeed at the first time & after that I can jump again to the bootloader, but after that something is going...
I used nRF51822 IC and SDK11 with softdevice S130. I found a problem that our product cannot work. I dumped the hex code of 2sets from 0x00000000 to 0x0003ffff. One can work...
Hi,
I am using the nRF51822 module. I am facing problem to send multiple data formats packets over nrf module. I am using nrf SDK 11 version.
I am attaching my code with...
I want to start developing a Bluetooth device with the NRF52 DK. For debugging and sniffing purposes to see what is going over the air, use the NRF51 dongle, get a NRF51 DK...
In the nRF52 specification, I cannot find figures for the interrupt latency for event on GPIO pins in different power mode OFF, ON (constant latency, Low Power).
Can you...
Hi. I need to use direct advertising option in my application to minimize the time needed to establish the connection.
Firstly, I set up the connection during "normal" fast...
Dear Nordic Team,
Thanks for supporting.
I am try to work multiple (Peripheral) tag ID read with one central and stored in my PC via UART communication. Which example...
Hi,
I am new to nRF microcontroller and communication . currently, I am working on nRF51822 microcontroller. I am able to communicate between two nRF51822 microcontrollers...