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 want to reprogram a nRF51822 xxAC device on a existing product.
I have a J-Link (SEGGER) device with latest firmware.
I'm running the SEGGER J-Flash V6.20e utility.
I...
Hello,
I have constructed a custom board with nRF52832 and MPU9250 on it.
I have flashed the program for reading battery service, temperature service and MPU9250 readings...
I followed the tutorial on devzone.nordicsemi.com/.../ to use Eclipse, GCC and GNU Debugger.
I encountered an error after the successful build (with key symbol) with CDT...
Hello,
I purchased nrf51822 module and i want to use s130 sdk for my project.
But when i have look over using keil i found that it requires jlink debugger or jtag debugger...
I am studying about developing a simple BLE 6LoWPAN network. My proposed topology is mentioned below:
internet - - - - - - - - - BLE1 - - - - - - - - - BLE2
| \
...
Hello,
As we can see, the mesh stack is a totally new stack which is independent of traditional BLE stack. Could you please explain why to design like this?
I found there...
Hi, I'm deeply interested about the Nordic's PCA20014; a.k.a solar beacon .
This HW uses
Amorton AM-1417CA solar cell, 1.5V, 12.5uA at FL-200lux
2 channel...
Hi,
I have run into a problem with the nRF sniffer. I used it in late May and early June to debug a BLE connection between a nRF-DK and a HTC Desire 610 and it worked fine...
Hello,
I am trying to communicate urart with nrf52840 and other devices.
But there was a problem.
You can transfer data from the nrf52840 to another device, but if...
Hello,
I need to connect an event handler (i.e. a function) to two NRF_RADIO events:
-NRF_RADIO->EVENTS_ADDRESS
-NRF_RADIO->EVENTS_READY
I know I should use the NRF_RADIO...
Hello ,
I can read the rssi value after the connection is established.
case BLE_GAP_EVT_CONNECTED:
APPL_LOG("Connected to target\r\n");
err_code = bsp_indication_set...
On this question it is said:
"Error code 0x3201 means BLE_ERROR_GAP_DISCOVERABLE_WITH_WHITELIST: Use of Whitelist not permitted with discoverable advertising ."
Why does...
It is not available in Digikey, Mouser distribution restricted to Sweden, not in Farnell???
Where one can order one or there is some problem or new version coming???
Hello,
i am working with SDK 14 type 4 tag library on NRF52832 hardware. I've based my code on the example "writable ndef msg".
When receiving a record, the NFC handler...
Hi All,
We are working with one of project where we are interfacing our nRF51822 with GPS module via UART . now the query is our GPS module works on 3.3V rx/tx logic but...