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...
Hi,
I need solution for modbus interface.
My One Central connected with Modbus Server App and 8 slave connected with each peripheral.
which SDK and Mode used for this...
Hi,
I just read Understanding NRF_ERROR_BUSY and wanted to know if this is true for the S132 V5 softdevice.
So each connection can queue one system Tx packet and one...
Hi everyone !
We migrated a functional code from IAR to GCC compiler. But we got some trouble working it with GCC. The code compiles but it doesn't act properly with GCC...
I have used Arduino for some time and i am very new to NRF. So i am struggling with any thing i do. But i am really motivated to learn it.
Completed setup for eclipse to...
Hi, I am designing a PCB which consists of an analog circuitry (microphone + analog front end) and the nrf52832 chip. I am using inbuilt-ADC of this chip to sample the acoustic...
I use this demo [nRF51_SDK_10.0.0_HID_DFU_090216.rar] (/attachment/27e0b68cff3ffe4959299fcae336e844)
change rep_map_data[] add mouse and Consumer,but restart is no work ...
Hi,
(I'm a computer scientist, please be kind)
In the below attached image, I have collected the data outdoors (so no signal reflection or signal fading) from a single...
Hello all,
I am using nRF51822 BLE SDK 9.00 PCA10028. I want to configure the gpio pins as input to sense the voltage as high or low. how to configure it please suggest...
hi
i'm developing to nrf52832, sdk14.0 version.
for example, ble_app_uart project..
NRF_LOG_INFO("UART Start!");
printf("UART Start!");
-> In serial program,...
I have an application that do SW download to STM32L151 processor using NordicDongle with MasterEmulator.dll (Version 2.1.13.14)
It works good on my desktop windows 10 computer...
Hello,
we are trying to test the mesh functionality with nrf development kit. We erased the flash on the dev kit and we programmed it with softdevice version s132v3.0.0....
As stated in the topic. We use BLE to simulate UART. As for now, we have defined our own UUIDs but there would be more straight forward to use the well defined and used one...