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...
Hello,
I am working on NRF52382 custom board, where I am running a timer of 30 sec to get a value every 30 sec.
I want to save this value in flash.I am well aware of...
Does the s210 softdevice not function on the nRF51822? I see it available for the nRF51422 here but it is listed under the 51422 only.
I have a v1.1.0 PCA10031 (nrf51422...
Hello,
I developed an application for the nrf51822 Smart Beacon, SDK11 s130, that basically advertises the battery lvl of the beacon, the staus of button_1 and the number...
I have a nRF 52 DK board. I have flashed dtm example onto it. I have connected a USB to serial UART interfacing board ( www.sparkfun.com/.../12731) to the respective Tx, Rx...
Both the capacitive touch library and the driver (which is better ?) are using the analog inputs.
There are only 8 of them , and we need 10 at least buttons.
Is there...
I'm migrating from SDK11 to SDK13. My custom service is based off Heart Rate Service, so I started from the new SDK13 example of HRS, and updated all the initialization code...
Hi,
on Android, I sometimes get delayed notifications. I measure realtime data and send them over notification, and I can see data change on Android with approx 1 s delay...
Could Nordic please confirm that the "SB13-SB15" and "SB23-SB25" silkscreen markings incorrectly imply that pin 1 of the SPI flash part, which is actually "!CS" would appear...
I have a custom PCB with an nrf51422 powered by a coin cell battery. The EE who designed the board assured me that the battery voltage could be measured internally through...
Hi community
In order to discovery the server, I have read some examples and I got some questions regarding the use of the following methods:
sd_ble_gattc_primary_services_discover...
Hi,
Is it possible to add additional antenna on the beacon ( NRF51) in order to increase the range ?
If yes kindly let me know the list of available or recommended antenna...
Hello,
I'm currently designing a board with nRF52840 and I'd like to use an antenna that is a DC short to ground. Do I need a DC blocking capacitor in such configuration...
Hello,
I am developing a profile which includes 39 characteristics spread over 4 services on nRF52840/SD140/SDK13. When I add one too many, sd_ble_gatts_characteristic_add...
Hi community,
I'm working on a BLE gamepad with custom board based on 51802 and s130, code modified from ble_app_hids_keyboard . The gamepad works like a charm on my Android...