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...
It appears this example hangs after the following call. Does the experimental 12.2 buttonless DFU work ok?
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
Using SDK 12.2 and BDS plugin version 1.2.2
Module nrf52832_xxaa
Copied plugin output to nRF5_SDK_12.2.0/examples/ble_peripheral/experimental_bluetoothds_template/...
I have observed that the "Experimental Buttonless DFU Service" and its characteristics has the same UUID. But in case of other services(like battery service) the UUID for...
I know that the pairing popup won't be shown if encryption is disabled.
I was able to remove the popup on Android. However, I couldn't find a way to do it on iOS.
The...
Hi there,
I have multiple PCA10040 boards, and about a year's worth of experience developing code for them. I have suddenly started to have problems with USB-UART connections...
Greetings,
I have a setup where I have a periodic single channel low power SAADC implementation. In this the configuration is
A single SAADC channel is initialized...
Dear Nordic,
After playing around (a lot) with your nRF51 and (all) of your nRF52 devices, both on a personal and a professional level, I would find very interesting to...
I've come to the conclusion that NDEF doesn't provide the functionality that I'm looking for (primarily security). I spent some time playing around the SDK running in NFC_T4T_EMUMODE_PICC...
Hi,
I am using the ble_app_uart_c example for scanning the peripheral.
My requirement is I need a name of the device when UUID is being checked.
Means when isUUIDpresent...
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...