I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
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...
hi,
im developing an application with peripheral and central.ive used hrs service its working fine initially bt if you keep it idle after some time the peripheral stops advertising...
I am trying to figure out a way to secure my DFU (via BLE) such that someone cannot sniff the and copy my hex code (and decompile). I cannot use Pairing or Bonding as that...
I can use "Pack Installer" to copy example from Keil folder to my hard disk driver, for instance, I copy ble_app_cts_c to my personal folder.
I can build and flash ble_app_cts_c...
Hello there, I have been trying to look at the documentation and the forum but haven't been able to understand the difference between BLE stack event and SYS event. Could...
Hi,
I have a the nrf51822 chip on a custom board and the ble_hrs code loaded on it. Now I would like this custom board to behave as a beacon with the hrs code sending data...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
ble_app_uart_c2.rar
I want to connect two PCA10001's together, one with the ble_app_uart for s120 using sdk 8, and one with the experimental_ble_app_uart for s110 using...
There's no question, I'm just posting this here in the hopes that it helps someone else out.
After I upgraded my Keil packs to the newest SDK (v8.1.0), my OTA FWU bootloader...
I have a problem getting both mesh and persistent storage to work. I am using the code from github.com/.../nRF51-ble-bcast-mesh and followed the document integrating_w_SD_apps...
Hi,
I am using
HW: nRF6310 + PCA10005
SW: s120_nrf51822_1.0.0_softdevice.hex + ble_app_multilink_central (\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\s120\experimental...
Hello,
I am a newbie in in using BLE and exploring the nrf8001 DK. I was able to flash PCA 10000 module with updated firmware and it was detected in the master control...
Hi,
I want to read data ,wich is sent from beacon ,using usb dongle,and after this ,I want to send data received from beacon to pc through serial port.
Exist any example...
Hey.
I am wondering if there is a way to disconnect a slave from a master based on the strength on the connection and not when they naturally loose connection.
To give...
How do I block Bluetooth signals ? (I want the signals to be transmitted 180 degrees, not 360 degrees)
I have read it could be done with aluminium foil, but I have not...