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...
I coded a simple timer using app_timer and tested it on my nRF51822-DK:
#ifndef NRF51
#error NRF51 must be defined.
#endif
#include <nrf.h>
#include <app_timer.h...
i am troubling in connection with nrf51822 with android via bluetooth.can you please tell me the procedure of how to connect nrf51822 bluetooth with android phone. i have...
Hi all,
I'm having trouble getting the buttonless DFU using the android version of NRF connect v 4.10.0 to work reliably. I have previously had it working reliably but...
We have made custom board with raytec MDBT40. Our device was working for few days on cr2032 battery and suddenly a day ago it stoped working we tried with new battery but...
hi i am interfacing mpu6050 with nrf51 dk. i find some coders in devzone. but they don't work. so i write simple code. but my problem is that if i write any thing in device...
Hi
i am trying to connect ble_app_proximity with ios (10.0.2), but every time it is generating PM_EVT_CONN_SEC_FAILED for pm_evt_handler with sdk 12.2.0
i need to implement...
My objective is , when the button is pressed , the led should glow and when am released the led should turn off.
Eventhough i have tried the example code of pin change interrupt...
I am a first time user and have very little idea about how to initialize UART. I have not used developer kits before and i am having a difficult time with it. I am on a deadline...
Hi!
I am currently working with the nRF51 Development Kit board (PCA10028).
while trying out some of the samples (mainly - gzll dynamic paitring host and gzll dynamic...
Hello Nordic staff,
I'm now trying out the nRF52832 BLE SoC and made a measurement of the SoC initialization time. The example application is ble_app_template from nRF_SDK_13...
hi ,everyone.Why do I use app_gpiote_user_register this function in my SDK11.0 , and i download in nrf52832 ,i found that he could not initialize, what's the problem?How do...
Hello,
I experienced connection issues with Meizu M2 phone.
My device is nRF51822 + S110 softdevice . It works perfecty with iPhone and Android 6+ that uses IRK and random...
Hi all,
I am testing the NFC pairing example code. I have tried the 3 methods, which is the legacy OOB, legacy just work, and LE OOB.
However it saw that the output message...