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...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hello,
Sometime when we try to save data in Flash the operation failed and that only when the bluetooth is init.
We use Nordic nRF51822 with 256 Ko Flash.
Thanks...
Hello all
I am trying to better understand the sequence in which all the data is encoded in to the advdata structure. This includes device name, company identifier, manuf...
Hi,
I've noticed that the following s110 API work in my application, when called from the main context, but fail when called from an ISR context (button press interrupt...
I want to convert an integer to a char array and feel like this is something an nRF library may have already implemented. Nothing showed up after an initial search of itoa...
Hello,
I wish to create a mesh for my product and I have two options Zigbee and nordic SoC. My application involves very little data transfer and that too at very low rate...
Different examples for s110 use different methods to configure advertising, sd_ble_gap_adv_start() and ble_advertising_init(). What is the guidance for choosing between the...
Hello,
I'm looking to get the nRF24LU1+ dongle to work as a VCP. I had a code running 4 years ago on the dongle as a Mass Storage device but I was wondering if someone...
Hi guys,
I have to port the current library that is working at the arduino uno for arduino zero pro but when I change the board type I get the following errors:
__file__...
Hi
Here's what I would like to do: I have a bluetooth device with an nrf51822, with which I gather some sensor data, with a period of say 1 minute. I would like to store...
Hi,
If the bootloader is allocated 16 kB of flash, can it be upgraded Over-The-Air to a larger size bootloader at a later point, or does that require flashing the device...
I am a beginner and I am trying to generate a data ready event and after that reading the FIFO_Count but FIFO_Count gives me the value 1024 that is the maximum possible size...
Hello,
We are in interaction design in a school in France and we must create a connected object. We bought a BLUETOOTH SMART BEACON KIT (nRF51822) and we would know what...
I used nrf51822_narrow module DT26.
softdevice : s110
application: ble_app_hids_mouse
sdk: nrf51_sdk_v6_1_0
Now , we are able to move the cursor with the mouse of the...