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,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
Hi
I am using S110 v6.0.0
I have written an app that has a single service and I then register the same characteristics until it fails. The properties is 0xA (read/write...
Hi,
The nRFgo Studio v1.16.1 will up side down the contents of old profile XML that created by v1.16.0 or v1.15.x.
And use the new generated services.c and services...
Hi,
So I'm using a BT 4.0 dongle (Laird BT820) to set up a LE notification loop with the nrf8001 (RedBearLab shield on Arduino) using gatttool on Ubuntu 12.04. This works...
I've used the nRF8001 on several projects with good success, so I'm generally familiar with the chip's operation. But I'm seeing an issue on a new (custom) board that I'm...
We are currently researching which BLE chip vendor to use so this question is directed at Nordic personnel familiar with the S110 stack's capabilities.
In a situation where...
I would like to use the nRF51822 evaluation kit as an observer to detect beacons and take action based up the RSSI value. I can't seem to find any source code for S120 or...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi,
Repro, using the Nordic hid-profile + iOS 7.1.1:
Pair the nrf51822 based hid device via the iOS bluetooth menu.
Turn off nrf-device.
Boot up the nrf-device...
I want use pstorage write and erase flash,as shown below:
//pstorage_init(); // device_manager_init have been called,so there's no need to call
err_code = pstorage_register...
I currently have a design that has four characteristics (all strings) in a custom service. Each is less than 20 bytes and I send them out one at a time. i.e. one characteristic...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi. I'm trying to use GCC instead of Keil.
I have followed "nRF51 Development with GCC and Eclipse" written by Nordic and "nrf51-pure-gcc-setup"( github.com/.../nrf51-pure...