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...
Hello folks, we are currently using RedBear Lab Arduino toolchain to develop a MDBT40 based application. However we meet a lot issues on merging bootloader.hex (downloaded...
Hi,
Since I'm having a hard time understanding this through the SDK docs, I'll ask it here.
I'm currently using a BMD200 module (from Rigado) which uses a nRF5188.
...
I have a BLE-Nano v1.5 board with 32KB of ram starting at address 0x20000000 (til 0x20008000). However when I want to read a byte of the uper 16K (0x2004000+), I get a 'cannot...
I need to scan for nearby beacons.
This was featured in the mbed examples but does not seem to be described anywhere else
I am using SDK12 at the moment.
I found the...
hello
Now I use the nRF52832's board and I was measuring the current
But when the board's power is off and i measured, the current was flowed in the board.
Now i am using...
Hi!
I can't start project with OOB bonding. If I set settings like just works (MITM = 0, OOB =0), all works correct. But I need more security for bounding. For this reason...
This may seem rather pointless and stupid, but are there a set of APIs for asking the SDK it's own version, and getting it to ask the SoftDevice it's version?
Good morning,
Some contextualization first:
At my company we developed a product that is based on your NRF52832 microcontroller.
We are currently entering the certification...
I am encountering some problem in building eclipse project following the tutorial at devzone.nordicsemi.com/.../ .
Previously I succeeded in building with another simple...
Hi,
We bought several nRF52 DK with nrf52832 and intention is configure one of these as a gateway router to cloud via Rasberry PI.
I have IAR installed and I tested blinky...
Hello,
I've been all over the forum trying to solve my problem but I just couldn't find enough information.
I'm trying to set up notifications in my application, but...
Hello,
We're using SDK v14 and nRF52. To pass some data between reboots we're using the general purpose retention register. However, it seems like it's impossible to call...
I try to transfer the codewords from nrf51822 Dk board to a dongle board, while the dk board is PCA10028 and the dongle board is PCA10031, when I change the port numbers and...
I'm new to the nrf51822, i was connected led to one of the gpio pin of nrf51822 development board. In 1 minite i want to toggle led 20sec and remaining 40 sec in sleep. After...
The SDK 12.1.0 documentation for the FDS library says the following:
FDS_THREADS: If set, the FDS module can be used by multiple modules at the same time (for example...