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 there,
Is there any certifications required for the newly developed product that is using nrf SDK and nrf52832 SOC and can we use bluetooth logo in that product?
...
Hi
I am trying to connect my nRF52832 DK with Raspberry Pi via BLE. I am able to discover the board on Pi, when bluetooth is turned on. However, I get an error on Pi saying...
Hi ...
i want to change the device name dynamically, i read my questions related to it , still not working . Here , gap_param_init i have set the flag to change the device...
To the kind attention of Nordic support team,
I have got a
1. PCA10040 board, with ble secured bootloader installed
2. PCA10056 that I usually work with every day, these...
Hi,
I'm using direct advertising in order to connect to mobile devices which were already connected to my nrf device. After the first connection, I save the mobile address...
Could it possible to reduce INIT and ADVERISE times ?
What is normal startup time for nrf52832 init peripheral for advertising?
What is the minimum possible advertising...
In the OPS register description, as well as in the files modules/hal/nordic/nrfx/mdk/nrf5340_application.h and nrf5340_network.h the HFCLKAUDIOALWAYSRUN register is incorrectly...
Hi Guys,
I'm looking for some information on how to get data from the secure side to the non-secure side of the firmware. We are building an NB-IoT GPS tracker which is...
Hi,
Is it possible to change the security option of characteristic read or write?
For example , we initial the characteristic as JUST_WORK? Then change it to SEC_OPEN...
I have adapted the " nrf52-mpu-easydma-using-timers-and-drivers " project from Github that I saw referenced in another post and have successfully modified it to work with...
Hi, We are using the heart rate example for developing our firmware, where we plan to send data out every 15 mins. But when we try to increase the advertisement interval beyond...
Hello Nordic Team,
Currently i'm trying to join my custom HID (a joystick) with the ble_app_hrs_rscs_relay example (SDK 16) for a personal project which consist in: a nrf52832...
Dear Nordic,
I am trying to create a simple interface between my PC with Windows and using PyUSB (since it is a simple wrapper, using libUSB as backend) and the nRF52840...