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,
We created a custom board, with the nRF52 and the 32 MHz crystal oscillator according to the reference circuitry.
We use ESB to communicate on RF, and it needs the...
I am new to NRF52832. I want to monitor continuously PIN 3 where I have connected USB to check whether my USB is connected or not. How can I do that. Please reply ASAP.
Hello,
I made an application inspired from the ble_uart example project.
I encounter now a problem that I don't have with the ble_uart example.
I found that after...
Hello,
I have problems connecting a nrf52 with a TI cc2650. The cc2650 is the peripheral and I can connect to the device from my PC and from some other devices. But when...
hi.
i try to add compile my application by dfu . i add library's and include them.
#include "ble_dfu.h"
#include "dfu_app_handler.h"
with this i click compile...
hi,
Everyone,
I have started with new ANT project using S210 and example-> scan and forward inside ant directory.
I want to know if there is any SDK i can send extended...
Hi,
I am now on implementing a dynamic change between the 2 possible roles central and peripheral.
I try to do this like described here:
nordicsemi.com/question/35367...
Hi,
We have built a BLE product using nordic nrf51422. When system power off mode is enabled, the current consumption is coming to be around 16 uA. In our application,...
Dear Nordic Team,
Thanks for support.
I want to know the possible for voice file transfer to over BLE. I am using BR281 audio detection on semiconductor. I want do the...
I'd like to retain a few bytes after a restart from system_off. I know the GPIO state is retained, are there any other registers other than that? It looks like RTC1->CC[0...
I've been struggling for some time to get L2CAP transfer between an NRF51822 and a Linux machine using bluez.
I've successfully created a connection between the central...