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...
Dear sirs, I've had a difficult time establishing communication between my nRF24L01+ board and the SPI bus on my Arduino Uno R3 microcontroller. Could you please provide me...
Hi all,
I am thinking of using a GPIO pin's "SENSE LOW" to wake up my device from SYSTEM OFF mode.
In order to avoid the device keeps waking up in case the pin stays low...
I am using an nrf51822 DK with a (so far) very simple code along:
main()
{
//... init I/O
run();
}
Inside run:
run()
{
uint32_t retval = NRF_SUCCESS;
...
Hey,
I recently got the nrf52 DK and tried to make use of the app_button library to have easy to use debouncing.
As far as I understood the library, the event should be...
Hi,
i have a problem withr the example "BLE ATT_MTU Throughput Example".
I flashed the soft devive with nRFgo Studios. Now I want to flash the example, but i got following...
I have want to make application where beacon sends data to NRF52 and NRF52 to PC.
But if for example, the connection between NRF52 and PC is through bluetooth instead to...
Hi,
I have bought a new nrf52840 PDK. I have gone through the PDK user guide and I came to know that we can use qspi pins as gpios by cutting the Solder bridge connections...
Hi All,
I am getting following error while compiling template example with DSP CMSIS library in IAR.
Fatal Error[Pe035]: #error directive: "Compiler generates FPU instructions...
Hello,
I have a question regarding AVDD(35/36) pin. I am using nRF51822 QFAA package. And the reference circuitry on the datasheet uses a 1.0nF capacitor between AVDD and...
Hi, my first post here.
I'm a undergraduate student and newcomer to this field. I've some programming background but few in electronics and embedded systems (so probably...
Hi all,
Is there any DFU example using dual bank to the SDK 12.2? The secure bootloader example is for single or dual bank? . Sorry for the question it is no clear to me...
I have purchased nRF51822 Evaluation Kit.
So I should be able to download Android code. Correct?
But when I go to
www.nordicsemi.com/.../nRF-Temp-for-Android-4.3
...
Hello,
When I try to use the DFU function, I received 8202 error from nrf Toolbox.
My environment is as follow:
SDK version: 12.2.0
SoftDevice version: S132 3.1.0.
...