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 using nrf51822 (pca10004) with SDK110 softdevice programmed through j-link LITE SEGGER. After programming the custom code (Basic I2C code) and when we try to debug...
Is there any documentation as to how to connect a nrf52 chip (as found on the nRF52832 BT Module with Header Pins ( www.analoglamb.com/.../) or the nrf51 on the Adafruit bleFriend...
Hello,this is Lee.I have a problem about nRF51822.
When I turn on/off the power 2.8V to it ,it hangs up
frequently.I check POR function,I found that the residual
voltage...
hi,
i'm using the 32KHZ external crystal and i didn't find any free space in my PCB to put the crystal in the same side with the nrf chip, so the only solution that i found...
I am trying to implement a bootloader with rewrite protection on nrf52840 with SDK: 14.0.0.
But it seems that there is no flash write protection registers in nrf52840.
So...
UPDATE: Corrected language.
Hi,
While experimenting with BLE mesh networking using S130 on nRF51 devices and S132 on nRF52 devices, we have a problem with deafness while...
Hello,
I want to save Image data which are come from the central device to flash memory of peripheral side.
The image data size is vary from 3KBytes to 10KBytes.
...
I just came across the following code ..
(hash)ifdef linux
toolchain_init_irqs();
(hash)endif
Does that imply there is a possibility that the source could be...
How can I running the ble_app_multirole_lesc example in debug mode to examine the traffic? I use me network traffic analyzer to view the traffic currently ((debug mode switched...
I want to use several sensors that makes a measurement send the data to server (same as provisioner) and fall asleep. Wake up after 20 minutes and process repeats.
Does all...
In server role:
Is there an event that fires after (or before) each advertisement?
I would like to use that to alter the local name after each advertisement, in order...
Hello,
I want to start developing for Ble Mesh
I own:
PCA10056 x2 nrf528240 Preview DK
PCA10040 x1 nrf528232 DK
PCA10028 nrf51822 DK
I want to buy more to develop...
Hello, you great people!
I'm working on a simple project where a transmitter wakes up a receiver and it's working just fine. Currently working with NRF24LE1 modules. The...
Hi All,
I want to send data, like some number, via BLE from smartphone to nRF52. I have to use an external module for this project, because my application uses also bluetooth...
Hello,
I'm using nrf52 with SDK 11 and softdevice s132 v2.0.0. We are close to release our product for testing and I need to add DFU on it. The non secure bootloader is...