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,
We created a custom board, with the nRF52 and the 32 MHz crystal oscillator according to the reference circuitry.
We use ESB to communicate on RF, and it needs the...
I am new to NRF52832. I want to monitor continuously PIN 3 where I have connected USB to check whether my USB is connected or not. How can I do that. Please reply ASAP.
Hello,
I made an application inspired from the ble_uart example project.
I encounter now a problem that I don't have with the ble_uart example.
I found that after...
Hello,
I have problems connecting a nrf52 with a TI cc2650. The cc2650 is the peripheral and I can connect to the device from my PC and from some other devices. But when...
hi.
i try to add compile my application by dfu . i add library's and include them.
#include "ble_dfu.h"
#include "dfu_app_handler.h"
with this i click compile...
hi,
Everyone,
I have started with new ANT project using S210 and example-> scan and forward inside ant directory.
I want to know if there is any SDK i can send extended...
Hi,
I am now on implementing a dynamic change between the 2 possible roles central and peripheral.
I try to do this like described here:
nordicsemi.com/question/35367...
Hi,
We have built a BLE product using nordic nrf51422. When system power off mode is enabled, the current consumption is coming to be around 16 uA. In our application,...
Dear Nordic Team,
Thanks for support.
I want to know the possible for voice file transfer to over BLE. I am using BR281 audio detection on semiconductor. I want do the...
I'd like to retain a few bytes after a restart from system_off. I know the GPIO state is retained, are there any other registers other than that? It looks like RTC1->CC[0...
I've been struggling for some time to get L2CAP transfer between an NRF51822 and a Linux machine using bluez.
I've successfully created a connection between the central...