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 to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I wrote an application based on ATT_MTU Throughput Example. Now I'd like to add support for Thread protocol. Is there a possibility for adding OpenThread libraries to...
Hi to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I use sdk 12.2 for my production software with UART protocol, my product is distributed to customers since 6 months with many type of phone or tablets using it without...
I have inherited a project where the Makefile sets __HEAP_SIZE and __STACK_SIZE for both CFLAGS and ASMFLAGS:
CFLAGS += -D__STACK_SIZE=2048
CFLAGS += -D__HEAP_SIZE=0
...
First of all I want to say hello. I'm new in nRF52 devzone and I have problem with ble_app_uart and ble_app_hrs programs. I use pca10040 board and eclipse for flash and debug...
Dear Guys,
I wonder if there is any possibility to have my ble as a scanning device but for softdevice version s110, I'm asking because I found all the examples are with...
Hi,
I am using ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex as the sniffer and I am trying to see all ble beacons.
Because I have many beacons about (100 in one second...
Hi.
In SDK 14.0 examples, there are two examples for pwm.
I analyzed both example.
pwm driver example source looks like that it use pwm peripheral driver source.
And...
Hello,
I would like to sample the battery level of my nrf52832 DK and send it through BLE. I have started from the example ble_app_hrs for SDK12.2 since the service was...
Hi,
Most of the sections of my application are functioning as I want it to, except these two (step 3 and step 4).
Application:
Connect device (with Auto connect...
I noticed while running a Bluetooth scanner app on my iPad, while testing one of my devices, that it was showing someone else's device in the locality.
What I found strange...