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...
I am building a WSN has several peripherals (custom nRF51822) and one central device (PCA10031 in serialisation connected to a PC and using the nrf51-ble-driver_win_0.4.0...
It seems to be a straightforward BLE app but I cannot make it work.
I start fresh from the “ble_app_template” in nRF51 SDK 8.0.0, and try to add two service data (battery...
I want to give my own custom characteristics fully unique UUIDs, but am unsure how to generate those.
Is there a procedure to generate a custom, vendor-specific base UUID...
Hello,
I'm developing on a nrf51822 with the S110 softdevice.
To save power, I use the sd_app_evt_wait() function to go into sleep mode.
To wake up, i want to use an...
Hi all,
I developed a program that works fine on the dongle. The dongle has a chip with product code: N51822 QFAAG0 1342AA. When I upload the program including the correct...
I'm using s110 softdevice 6.1 SDK. I do bonding in my application the same way as in the ble_app_hrs example (bond, no_mitm). I have a charactarestic set to SEC_MODE_SET_ENC_NO_MITM...
my chip is nrf51822,I used s110-sd-v7, it's work. I switched the software to s110-sd-v8, GPIO interrupt is high priority (APP_IRQ_PRIORITY_HIGH). I erase the flash (pstorage_raw_clear...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
For a new product design with the nRF51822-QFAC rev3, could you give me the matching baluns ? Just the Johanson ?
Presently Stmicroelectronics told me that the BALF-NRF01E3...
Hi Sir:
I written below code according to example code.
In timeslot, rng will start with "rng_start_bv ".
Then the process will wait until "rng_ready"==1.
But, it can...
Hi,
I'm trying to implement a pulse counter, and send the data to client via BLE. I have debugged the module of the counter without connection separately, it's working...
The ' Downloads ' tab at www.nordicsemi.com/.../nRF51822-Evaluation-Kit gives only the v2.0 Hardware Files.
I have the older v1.0 board - it isn't quite the same!
Where...
Hi,
I'm having some trouble setting up the vendor UUIDs on a nRF51 devkit. I've written a short application based off of the template example, providing a service called...