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...
Does anyone had controlled LoRa module with nRF5x??
I have nRF51822(BLE400(PCA10001)), nRF52832(PCA10040) and Semtch SX1276RF1JAS.
I hope to control LoRa module using nRF...
Hello All,
I am looking for a stand alone small transmitter/receiver that can be powered from a watch battery with a range of at least 300m. Is any of the nordic solutions...
hi,
i am working on code which require to store data array of 20x20 to store in flash area using FDS or any other possibilities.
1)i confused with FDS concept. how i can...
Hi,
we are now in the second round of prototyping - we'd like to move away from the chip-antenna based design to a PCB antenna. We have come up with two different ideas...
Here
My device (chip nrf51822_xxAA) exist softdevice 8.0.3 and BLE uart application work fine which flash by the ST-link in Keil MDK(5.20).
Now I try to add bootloader to...
Hello
I've found your example in the dev-zone and migrate the project to SDK10 and will probably do the same for SDK11.
However, I've got a problem in my project. When...
hi,
i want to implement rtxos in my nrf52832 application. one of the nrf52832's feature is ARM Cortex -M4 32-bit processor with FPU, 64 MHz.
my question is, why the...
Dear Nordic.
I am developing bootloader without SD (s120_nrf51822_1.0.1).
And after execution of bootloader, jump to application working with SD.
Flash composed like...
I tried to compile blinky sample in SDK12 with make tool-chain. I got 3 errors:
Makefile:214: Cannot find include folder: ../../../config/blinky_pca10040_s132
Makefile...
I converted a project from uVIsion to IAR, and I get an error when I use app_timer_start(); the error says: Error[Pe167]: argument of type "void ( )(void)" is incompatible...
I don't need to connect the master with the peripherals, but i have to know how is the maximun quantity of scan response that can accept the master.
In the example ble_app_multilink_central...
In trying to move to SDK 12.0.0 from 10.0.0 I get the error:
"...components/includes/app_error.h:33:23: fatal error: ant_error.h: No such file or directory
#include "ant_error...
Hi,
I want to run BLE mesh network example on my Dev board to understand it better.
I am running it on SDK v8.1 and using ble_app_proximity example S130.
Following...
Hello,
I'm using the "experimental_ble_app_blinky" on the nRF52 DK, and I would like to reduce the power consumption during the advertising.
Indeed, during the advertising...
Hi,
I am currently designin one of our product with a nRF51822 QFAC included, and I need to store 17k-bytes in a non-volatile memory.
I am writing the firmware using...