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...
Hello, guys,
We have developed our first generation product with 51822(16KB RAM, SDK10, S110V8.0) as peripheral , and we are always facing the problem that the connection...
hi
I am using peer manager to pair and bond android phone to nrf52840. I want to give custom peer id to this phone during bonding process, then if i lost this phone i will...
Hello,
I am sending a float in my BLE payload, using nRF Connect I can sniff and see that the value is being sending, it changes every time.
However, in my central when...
Hello Nordic community,
First of all would like to say that I am aware that BLE protocol allows to send only up to 20 bytes size packets. Moreover, I understand that I...
Dear Sir,
I am trying to access max30101 via nrf51422. When I am calling the function it is falling into Hardfault_handler & not getting out of it. I don't know anything...
After already having sent a few notifications with a custom BLE characteristic, I am getting a HardFault in the softdevice.
Initially I had added a log call to print the...
I am trying to upgrade from SDK 13 to SDK 14.2
and get a lot of compilation errors using gcc
Why have SDK path and filenames changed like:
c:/Nordic/components/libraries...
Hello, My question is when the nrf51822 connect the phone A, I whant disconnect ble on nrf51822 side let the new phone B can scan and connect nrf51822.
when used "sd_ble_gap_disconnect...
main (5).c
I have attached my main code here.Please have a look at it.I am using fs_store to write in flash location in the on_adv_report() function under the switch case...
Hello Everyone,
I am using nrf51822 with S130.
After completely erasing the chip, with the below mentioned code snippet in application code:
NRF_NVMC->CONFIG = NVMC_CONFIG_WEN_Wen...
Is there a way to capture and clear a timer without being interrupted. This doesn't seem possible with shortcuts. also it looks like theres no capture event with which to...
Hi,
Im using nrf52 dk of pca10040 of softdevice 132 with sdk version 11. I'm working on MPUexamples. The codes used to work few days back but now, it no longer works properly...
Hi!
I'm developing an application with a dual role on the nRF52840 PDK. On the one hand, the second nRF52840 PDK in the peripheral mode with which it is necessary to provide...
hello
i want to make one way data flow connection by using 2 nrf52832 and keil 5v
TX uart ----->BLE ----->BLE -----> RX uart
can you please help me!!
thank you...