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...
Hello,
is it possible to use the RSSI value of the NRF51822 for collision avoidance?
How long does an RSSI measurement take?
I'm trying to implement a discovery protocol...
Hi all! I used PWM module of nRF52832 to create the PWM but i don't know how to update new value to duty_cycle. This is my code. I used Button (Pin 13) to set a new DUTY_CYCLE...
I am trying to set custom value to advertising address. The code snippet is below. I am getting error code 0x10.
static ble_gap_addr_t * p_addr;
uint8_t itr_i;
p_addr...
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
We have a BLE application where we need hopping through nodes. I have shown below how it looks like. We don't want mesh network because we don't require node to node communication...
i use nrf52_DK to debug PDM with a digital MIC, and select the P0.09 for the PDM clk, but i have not see any clock signal output, is it right? and i also haven't see the convet...
Say I have 3 records, then I delete them and collect the garbage. If I try to save a new record again, it will be saved with a record ID 4 , but it should be back to 1 after...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there already a bluetooth mesh software available for the nRF52840 development kit?
Or...
I am working on time synchronizations between different nodes in a mesh network. I have earlier worked on the radio and the ppi examples given. I wish to generate time stamps...
Hi
I would like to prepare a provisioning hex file for my firmware.
Can somebody supply an example how this could be made?
I'm using gcc toolchain, Eclipse and SDK...
Hello,
I am using sdk12.2.0 and pca10028 dk. I am using one code downloaded from unknown source. The code is used to store data in flash. When I compile through keil I don...
Hi,
i try to establish a communication between 3 sensors in the following way!
Node 1 should broadcast messages to Node 2 and Node 3 as Peripheral.
To establish a...
Hello,
I am using pca10028 and sdk 12.2. I have interfaced temp sensor with nrf51 and now I want to store that data continuously in memory of nrf51. I want to store min 4k...