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...
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...
I am trying to write a radio code without using BLE stack here i was able to write down code for initialization of radio and was advertising some random packets. But how should...
Hi, I've got another question connected with pstorage module. Does anyone know what happens if we will call pstorage_update() function when we are trying to update some data...
Hi,
I have a custom board with nrf51822QFAA(256K flash) and I'm trying to test DFU-OTA (BLE transport) for an application. With only Softdevice and bootloader installed...
Hello,
I am developing using nRF51822 Beacon Source code and Beacon Hardware by Nordic.
I want to modify as below.
It never advertise by Intervel Time.
It advertise...
Hi,
I am developing a peripheral Glucose device.
I need to test my product but i dont have a central device or code.
Can you please help us with the central code for...
Hello ,
I am doing a new Keil project to run concurrently ANT for messagging exchange and Bluetooth LE for advertising.
On KEIL pack Installer I cannot find the example...
I want to implement the OTA update in nRF51822 on my custom board. I am using the bootloader example in the dfu folder for this. When I try this code on the DK, it works fine...
I am using nrf51822 with PCA 10001, SoftDevice S110 8.0.1. I try to compile the example "ble_app_proximity_s110_pca10028" and after I made a connection the device disconnects...
Has anybody had any experience in programming an nRF beacon kit over the air using the built-in Bluetooth Smart interface in a Windoze 8 laptop? (HP 255 G3) Is this even possible...
Hi,
I wanted to create fixed rate waveform. I first used nrf_delay_us with nrf_gpio_pin_toggle. But I realized it is not accurate enough to do it, especially when the device...
Hello,
I'd like to know how exactly do i implement this function in my app?
I tried getting the value from response (as shown in documentation) : ble_gattc_evt_char_val_by_uuid_read_rsp_t...
Hi,
My Jlink lite CortexM work with nrf51822 DK boards. But my PCB with nrf51822_xxAA chip can't download code. I'm using ukeil
When I chek in utilities Jlink can't recognize...
I am initializing an SPI master to talk to ADXL362 accelerometer using NRF51-DK.
Datasheet page 19: www.analog.com/.../ADXL362.pdf
No matter what I do connected or disconnected...