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...
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...
Hi everyone, I am now writing a program with scheduler. But the program always can't enter app_sched_execute. I don't kow the reason. Is the scheduler blocked.
Firstly...
Hello,
I'm trying to implement a DFU support into the application, and in order to learn how it works, I'm following the steps at the page developer.nordicsemi.com/......
Is there an easy way to find out the range of handles for a service which I added? Obviously the first one is the service handle, then you add characteristics and descriptors...
Hi,
While access sd_ble_gattc_write api, I got an error code 0x00000011. If I check nordic document for sd_ble_gattc_write error code, I can't find any error code with...
I would like to use nRF2460 in my project (Hearing Aid for elder people).In that I need to transmit the data from a mic/line in to >30 receivers within a range of 100 yards...
I'm using nRF51822 and i want to send a notification to the central to notify it for the changing of a characteristic value (major_value) after using the sd_ble_gatts_value_set...
I currently have a custom service emulating the batterey service. I have added an extra characteristic to recieve data from the central in the same way as ble_app_uart. the...
Like explained in this tutorial , on master control panel I do File-> Flash Programming and reprogram the dongle, which then turns on one more LED on the dongle. But, I still...
I'm using SDK 7.1, PCA10028 eval board, SD110, MCP 3.8.0.7
I've compiled and loaded the dfu_dual_bank_ble_s110 project into my PCA100028 board. It shows up in the MCP as...
Hey,
I use ESB protocol on nrf51822. I am using one Pipe currently I can achieve only 183 Kbps, I read that i can achieve 1Mbps data rate if we use ESB. I have few questions...
I understand that it is possible to set a static passkey on the nRF51822.
However, what I would like to do is handle the verification of the user-entered passkey myself...
Hello all,
I am completely new to BLE and would like to make a sensor network with nRF51822 ( 1x S120 as center node and 8x S110 as slaves) I have been reading the content...
I am trying to make my NRF 51 advertise forever till someone connects. I have based myself on the ble_uart example where it uses fast advertising with 40 ms intervals for...
Hi,
Last year, I heard that nordic semi will release a SoftDevice for central that supports mulitple packets per interval time until June, 2015.
For now, I guess s120...
My understanding so far is that the input buffer of GPIO is disconnected by default and we can keep it disconnected for saving power when the pin is configured as output....