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...
Using a Thingy!91 (v1.0.0 and v1.4.0, firmware 1.2.3, 1.2.7) I get sometimes (every couple of days) a ENETDOWN when sending data out. Before that ENETDOWN, the device was...
Hello,
I've been working with NRF52840 for a while now. Recently I decided to add extra options to your code so I went to the development kit for a quick test and debugging...
I cannot get the esb ptx sample to compile on NRF52833 device when using VS Code v1.64.2 running windows 10 64bit .
I've installed everything according to videos, and when...
I am developing a nRF52832 based project where I want to position people indoor using an smartband (where the nRF52832 is placed). I was planning to use beacons so I can change...
Hello,
I have a ported a project from Keil (uVision) to Segger Embedded Studio. Everything is compiling, but unfortunately I have a problem with the linker I cannot solve...
Hello,
I am looking for some advices for a personnal project.
I would like to be able to receive all BLE packets ( so all protocols (GATT, SM, LL) and not only GATT) that...
Hi Nordic team,
I have used the nRF5340 BLE Online Power Profiler extensively in the past for things like estimated event energy and estimated battery life. Do you have...
Hello,
I use the nRF52840DK with direct programmed registers for NRF_RADIO peripheral to send and receive 802.15.4 frames. I have also a separate laptop with nRF52840 USB...
Dear all,
We're developing a custom HW with several nRF52832 chips on one board. For convenience we applied third party module instead of building minimum system by ourselves...
Hello,
in our device we use the Timeslot API to share a 802.15.4 based protocol with BLE, softdevice is S140 6.1.1.
Problem: the 802.15.4 protocol misses appr 10% of the...
I'm having issues using the debugger on the nRF9160dk.
Here is the log that is output when I try to program the on-board 9160 with the command, nrfjprog --program <path_to...
Hello
I am trying to figure out the ram retention on my nRF52-DK using SES and SDK v17.1.0. I've run through the example ram_retention , and studied a topic in Nordic's...
Hi All,
My development IDE for BLE based firmware is Visual Studio Code.
SDK download for this version is 1.9.1 zephyr based.
I have select the example code "nrf/samples...