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 using nrf52832 peripheral and ble central with some android application .if an app opens it we get ble disconnect event and if we kill the app ble_disconect will come...
nRF52840 OPS 0.5.1 lists the following highlighted sensitivity spec:
The Bluetooth core spec defines sensitivity for this payload length as a BER of 0.017%, not 0.01...
Hi
We are trying a Nrf51-Dongle in a school prosject here in Norway We need to use one of the GPIO pins on the Nrf51-dongle as input When this input is 1 , we want the dongle...
Hi ,I am using nrf52 DK with mpu9255.I am using source code given here here .of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in keil v5...
Using nrf51422 in KEIL. I am verrrryyyy new to this type of programming. I have been looking at multiple examples within the nortic github to find how to input analog reading...
I started Heart Rate Monitor app "ble_app_hrs_pca10040_s132" on nRF52 evaluation kit (nRF52832). Everything work well when I connect with nRF evaluation kit from Android devices...
Hi!
I just got my PCB with a Telit BlueMod+S42 Module on it (nRF52832).
I' using the LESC feature and ist works properly on the PCA1004 and on the Telit DevKit (same Module...
Hello,
I'm working on a bootloader based on the example of SDK13.1. I want to add two more characteristics to the DFU service, but after I add them, the nRF Connect app...
When I use sdk14.2 nRF52810 ble_nus_string_send to send data to a mobile phone android, the first connection is no problem, but disconnected again after connecting problems...
Dear friends,
If i set the conection interval=100ms and the slave latency=1, the slave will wake up every 200ms. If the slave has data to send, it will still wake up every...
I haven't been able to find a drawing file for the nRF51 Development Kit. Is there one out there?
Ideally, I'd like to get the drawing and a *.STP file for SolidWorks.
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
The file nRF5_SDK_1 4.2.0_17b948a/components/libraries/util/app_error_weak.c requires the following modification to correctly compile: Add: #include "app_util_platform.h"...
Hi,
I'm currently using SDK v14.2.0 and I'm attempting to merge the buttonless DFU bluetooth example into the bluetooth template project within the Eclipse Oxygen environment...