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...
Hello,
I have implemented experimental DFU buttonless example with my application and able to do the firmware OTA via secure bootloader example using private and public...
Hi,
I'm experimenting with the nrf52840 preview board.
I have tried the example "ble_app_att_mtu_throughput" using the coded option to check the extended range and it...
hi, everyone!
I have a question for pstorage, when i use pstorage_store,it was failed, return error code :15 how to solve it. Below is my code
void custom_flash_init...
With good luck, I traced my connection timeout to the slave/peripheral using nrfSniffer. What is most unusual is the slave unexpectedly stops corresponding with the master...
Hello,
I am trying to implement DFU secure bootloader to do firmware update over the air for nrf51822.
I have followed the steps as per the blog
devzone.nordicsemi...
Hello,
I want to ask, did the nordic chip support I2C slave ? I want to make other controller (STM) as Master and Nordic chip as slave in I2C.
Is it possible? or Nordic...
Hello!
I am trying to increase the MTU size to get higher speeds. When I increase the MTU above 65 the application locks/software reset when doing transfer. Up to 65 it...
Hi, I'm facing an extremely strange problem with a product I'm developing.
I've been getting significant idle current measurements (around 7 mA), and I couldn't for the...
I recently attempted to upload a new image via OTA.
After emailing the zip file to my iPhone as an attachment and tapping on it,
then tapping on the share icon several choices...
Hello,
I need a voltage regulator to power a microphone at 1.3V from a 3V coin cell battery and I was looking for a regulator like the lm317 , but with this one the minimum...
IAR EW 8.11.1 does not link the nfc samples from sdk 13.1. There are different sizes for wchar_t:
Error[Lt009]: Inconsistent wchar_t size
nfc_t2t_lib.o(nfc_t2t_lib_iar...
Q1 I compile sdk13.0.0 generate nrf52840_xxaa.hex(app), nrf52840_xxaa_s140.hex(bootloader).
I used merge tool make a hex file, then burn the file into PCA10056 DK by nrfjprog...
Hi Nordic and fellow developers,
I have been working on upgrading the nRF51822 QFAA s110 and upgrading the softdevice to work as s130 for its (simultaneous Central/Peripheral...