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...
Hi,
I get strange error.
p_evt_write data array should contains 3 values but contain only one (first).
Please take a look:
What can be the reason and how to fix...
Hi everyone.
We plan to work with nrf51422 and we need two BLE devices, One implements Peripheral role, another one implements Central role.
I would like to know if...
Hi,
I am migrating to the latest code versions (both SDK and Softdevice) but I am having issues when I start the notifications on a BLE app. The errors I am seeing are...
I have an application that uses the soft device and RTX RTOS. I am seeing a behavior I can't explain.
I use sd_app_evt_wait() in the idle thread after I have turned off power...
I downloaded the nRF UART 2.0 app for Android to a Samsung Galaxy S5, which is running Android 4.4.2. After the app attempts to scan, it never discovers any Bluetooth devices...
I have the RedBear BLE shield running on an Arduino Leonardo. I am using the ANCS Library from here: github.com/.../avr_nrf_ancs_library and have updated it to run the latest...
Hello,
I am currently working on a project that requires my analog signal to swing below and above ground. I was wondering if the ADC of the nrf51822 would be able to support...
I'm new to the Bluetooth LE world, and Nordic in particular. We have begun developing a system that acts as a Bluetooth master, and I am trying to figure out a way to test...
Hi everyone, I have just started using the s120 softdevice to implement a Central BLE device. The starting idea is to start with scanning and reading the advertisement data...
Hi,
I have seen several answers about how to achieve a higher data rate and I just want to make sure what I understand is correct.
I am using nRF51822 chip and the dongle...
I am developing a product using nrf51822 v5.2 SDK.The question is that Ble will automatically disconnect in some minutes after normal connect OK.The message by Sniffer is...
Recently while debugging my application i noticed strange behavior:
i set watchdog timer to restart application if my peripheral is not receiving any data for some time....