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...
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...
I'm trying to get some sound out of a piezo buzzer using the PWM library here:
github.com/.../nrf51-pwm-library
My buzzer has a resonant frequency of 2,730Hz. The buzzer...
Hi all,
I am looking for some help on where to identify a problem that cropped up recently. I'm relatively new to the softdevice concept, though it seems straightforward...
Hey everyone,
I'm developing an application using the PCA10001 board. After a while my app crashes. I think this is due to un-freed memory regions. When writing similar...
Hi every one,
I work on application that read continuous analog signal with 500 sample/second and send it from nRF51822 board (1) to nRF51822 board (2) and read this value...
The BT SIG has adopted the "Indoor Positioning Service" and in there it says ...
"When a characteristic value is written, the Server may check the validity of the value...
Hi,
I need to send an audio signal through BLE connection of nRF51822 module, this signal need to quantized and sampled at rate of minimum 8000 sample/second by ADC, i...
I would like a working example of a simple application that uses soft_device (either S110 or S120) plus UART debugging.
I have read many posts in this forum about this topic...
Hi folks,
do you supply a BT Test-SW to set a module with your NRF51822 in different test modes like continuous FH etc. or to change the device to low, mid, high channel...
Hi,
I want to establish a peer-to-peer communication network between 2 nRF51422, such that both the nRF51422 can Transmit as well as Receive data. Is it possible to achieve...
hi,
as we know, the device need to being linked in 1.28s if Advertising types is BLE_GAP_ADV_TYPE_ADV_DIRECT_IND ,but my host can't link device in 1.28s,so i want to link...
Hi,
I try to evaluate DFU using serial but found difficulty. Seeking help here.
I use PCA10028. First, i falsh S110, v8.0 into it.
Then, compile SDK8.0.0\examples...
Hi all!
I want to allow only 1 device to bond at a time. If another device bonding, I want to delete the previously bonded one.
I tried to use dm_device_delete_all() in...
Hi all,
I'm trying to get TWI working on the nRF51 DK but it's not working.
I used the twi_hw_master_sd.c file so softdevice use should not be a problem.
When I debug...
I am using internal ADC to sample 2 (sometimes 3) channels on about 333Hz frequency.
What I do is:
set channel 1 as input (always two-thirds prescaling, VBG reference...