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...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
Hi,
I am trying to use app_timer (had this working in isolation like I wanted) and esb (also had this working by itself) in the same binary. They both implement SWI0_IRQHandler...
Using nRF51822.
I use external DCDC to supply concurrent 3.1V for VDD(PIN1).
Then I have no way to check bettery level.
So I connect battery and AIN4(p0.03) separately...
Hi,
This seems to be an issue that pops up often. However, I wasn't able to find an answer here in the Nordic forum.
What I have:
a number of vendor services ...
I'm trying to change the SD version number of a test-S132-file, soI can "see" that the DFU was successful in my app. I can already read the current version (from 0x300C in...
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...