Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
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...