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 using nRF 52840 board. I used Keil 5 to load one of the examples in SDK successfully, but when I unplug the USB cable and used the battery. My program doesn't run properly...
We worked on the nrf52832 DK.
We will begin the prototyping phase. But the dev kit's antenna is too big. Can send me a reference and schematic of a ceramic antenna.
Other...
We have based our code off of ble_app_proximity. Upon first connecting to the advertising NRF51822AB device with softdevice 110 v8.0.0, we write to pstorage.
static void...
I USE IAR7.7 AND v11.0
THERE ARE ERRS.
FS_REGISTER_CFG(fs_config_t fs_config) =
{
.callback = fs_evt_handler, // Function for event callbacks.
.num_pages = NUM_PAGES...
SDK Version: 13 Alpha
I've been able to track down, through app_uart.h, where UART interrupt priorities are set using NVIC_SetPriority(). Now I'd like to know where interrupts...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello,
I am evaluating the USB audio example from SDK v14 with an nRF52840-Preview-DK (PCA10056, V0.9.2, 2017.25).
SW9 is set to VDD power, SW6 is set to DEFAULT. The...
Hi,
I'm trying to setup Keil with PC-Lint using Nordic SDK11. I've noticed that SDK files contain a lot of PC-Lint annotations and I assumed that it should work but I'm...
Hi,
I am using the nRF52-DK board to program a custom nRF52832 beacon.
The nRF52832 device is a new device (virgin ;-))
I am using the connections as in:
devzone.nordicsemi...
I have a custom board that is running the NRF52832 from the Redbear MB-N2 Module.
Suddenly the board will not BLE advertise.
I loaded the HRM example and that won't advertise...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
Hello!!! Please tell me why for example Bluetooth or Bluetooth 5 Mesh would be better in living rooms (buildings?) than Sub 1 GHz (868 or 433 MHz for example) such as Sub1...
ADS1118:
How can I recieve the first 16 bits getting transmitted by the slave ? Will MOSI clock out p_txBuf while storing bits to arr_rxBuf if I set TX buffer len to...
It looks like the random number generator is relative slow as implied by the documents. I wonder if it has been spec'ed some where? Exactly how much time does it take to generate...