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, I use the example ble_app_hrs_c_s130_pca10031 with the nrf51 dongle (#define ENABLE_DEBUG_LOG_SUPPORT) and a nrf51822 as a ble sniffer. In addition i use 2 Polar H7...
Hi,
I need a .bin file of the whole flash memory for production programming.
The procedure I have used until now (with s310v2) was the following:
Upload .hex file...
Hi.
I'm using the nRF51 DK (PCA10028) to mesure the curent consuption of my system.
I'm using an external DCDC witch is a part of my system, so I want to mesure the current...
Hi,
I was trying to send notification from nRF51822 to an android central when notification is enabled on the nordic uart rx characteristic and I discovered that if I enable...
I am building a WSN has several peripherals (custom nRF51822) and one central device (PCA10031 in serialisation connected to a PC and using the nrf51-ble-driver_win_0.4.0...
It seems to be a straightforward BLE app but I cannot make it work.
I start fresh from the “ble_app_template” in nRF51 SDK 8.0.0, and try to add two service data (battery...
I want to give my own custom characteristics fully unique UUIDs, but am unsure how to generate those.
Is there a procedure to generate a custom, vendor-specific base UUID...
Hello,
I'm developing on a nrf51822 with the S110 softdevice.
To save power, I use the sd_app_evt_wait() function to go into sleep mode.
To wake up, i want to use an...
Hi all,
I developed a program that works fine on the dongle. The dongle has a chip with product code: N51822 QFAAG0 1342AA. When I upload the program including the correct...
I'm using s110 softdevice 6.1 SDK. I do bonding in my application the same way as in the ble_app_hrs example (bond, no_mitm). I have a charactarestic set to SEC_MODE_SET_ENC_NO_MITM...
my chip is nrf51822,I used s110-sd-v7, it's work. I switched the software to s110-sd-v8, GPIO interrupt is high priority (APP_IRQ_PRIORITY_HIGH). I erase the flash (pstorage_raw_clear...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...