Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Greetings,
I am interfacing AT24C01A(EEPROM) with nRF52 ,SDK11,PCA10040.
For writing to the EEPROM and reading data fromn EEPROM, I am using the following code,
I have...
Hi, when reading the BLE Mesh example code, I got really bewildered by this function:
access_model_add
and inside, there is this gem:
element_has_model_id
...
What's the expected behavior when reading a register that is write only? For example, I'm using an some code that is reading the value of the TASK_START register of the RNG...
Will the Bluetooth low energy advertising tutorial run on 2 x nRF52 DK's and not on 1 x nRF52 DK and 1 x nRF51 Dongle? I wish to test the capabilities of BLE 5.0 (not be limited...
Hello
I'm a beginner using NRF51882, I do not have enough money to buy NDK51 Development or NRF Dongle, the solution I changed STLINK STM32 to JLINK by following tutorial...
Hello,
when starting a new project I took the nice Heart-Rate-Example which works fine at my PCA10040. Then I started to add services and characteristics by copying and adapting...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
Can the SoftDeivce flash functions ( sd_flash_write specifically ) be used after the SoftDevice has been disabled? If so will the events still be sent to the handler or will...
each time my program start, I get the error m_evt_schedule_func error 4
what's the cause of this error? is it because I spend lot of time on the handler??? the handler...
I am trying to program a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using Keil v5, nRF sdk v 12.3, soft device 132.
I get the following error when I try...
I've read through a decent amount of the BLE Mesh spec sheet(s), but I still have a few things that I'm not completely sure on. If someone could answer even just a few of...
Hello, Dear Nordic Development Team,
I recently developed android application for detecting nRF51822 beacon which is working as a peripheral. I was trying to launch an...
Hi All,
I would like to make bluetooth data collector with a serial line. There are max 16 bluetooth devices on the air where I need to collect data. There is a PC which...