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...
I’m using the example “light switch” of SDK Mesh.1.0.1. In my case, i use nrf51 dk as client and three nrf51 dongles as servers but It doesn’t work.
I have tried to debug...
Hi everyone! I'm trying to generate a modulated continuous signal in a specific channel using nrf52832. I used a code made from radio_test example that follows. The problem...
when i program the code firstly , the device is not broadcast,But the other is running well. the output log is correctly.
when i reset the device several times , the device...
Hi, I have done some developing for nRF51822 with Keil before and now I have started out with a new project using Segger so of course I wanted to use the lastest SDK with...
While writing a hardware (I2S) assisted software UART I have noticed that the SDK 14.2 seems to be missing two enums for 32MDIV30 and 32MDIV32
Below is a diff from my private...
Currently I am scanning with a window of ~23ms and an interval of ~33ms. I am also advertising with an advertising interval of ~330ms. Using radio events, I notice that the...
Hi,
I am seeing a couple of issues in my Android mobile app while doing a DFU:
1. The DFU stops in the middle with this log on the debugger
I/art: Starting a blocking...
now i use nRF52832 and my using paccage is SDK14.0.0
i could send data from phone to nRF52832.
next i wanna send data from nRF52832 to phone.
but i don't know where to...
nrf52832
SDK 14.2
NVMC and SD backend both
Hi,
I had a question about the nrf_fstorage_read function. In a previous answer , it was mentioned that fstorage_read function...
Hello,
on GitHub I foudn an out of the box example for bluetooth mesh with multiple Thingy-boards ( https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo ). The...
Dear Nordic Team,
Thanks for supporting.
If any possible to add manufacturer data in example experimental_ble_app_blinky in advertisement. i am using SDk11 and my hardware...
Hello,
I have been trying to read the temp , hum and pressure value using BME280. The problem i face is i get the same value constantly and it doesn´t change.
I am trying...
My SDK version is NRF51_9.00, softdeive 130, board nrf51822.
We want to confirm some questions about BLE muti connection
1. When NRF51 is scanning, could it connect with...
Hello everyone,
This is the second time that I've had the problem I am about to describe. I fixed it, and now it is broken again. I am fairly certain that it is not (only...
Hello Nordic team,
i am using Nrf52DK and s132 softdevice
i tried to add manufacturer data .code snippet is
static void advertising_init(void) { ret_code_t err_code;...