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...
Good morning everyone,
I am facing a weird problem concerning the use of the UART service.
I am currently using the NRF52832DK to develop an application. In a nutshell...
Hi Forum,
I am working on nRF52840 THREAD sleepy node and facing an issue in deep sleep mode. The current consumption in deep sleep mode is more-around 60-70 micro Amp...
Hello guys!
Are there any difference in using FDS library with a nRF52832 or with nRF52810?
I will explain.
I'm using a FDS for writing/reading to flash for 2 months...
(I've seen several other posts mentioning similar issues, but many of them haven't resolved or found a solution that seems to apply in my case.)
I have a custom board that...
Hi,
I have a simple and basic question. it may be chilly. the internal flash memory can store the data, but the question is it has stored as byte per address or word per...
I am using a nRF52840 chip in a custom board. I will be using all the SAADC channels, as well as 4 SPI connected ADCs.
The board itself will likely be powered for days at...
Hi !
I am using NRF52DK and I want send some daat with BLE. I have to send 800 bytes in BLE by packages of 25. So I tried this :
BUT when I look my uart terminal, I...
Hi, DevZone,
I am trying connect nRF52480 Preview DK and an Arduino UNO CAN Bus shield.
What I did is:
1) I directly hook CAN Bus shield on the top of nRF52480 Preview...
Hi Nordic,
I started from an empty project with peripherial control first, the code size is about 12KB. Then after adding peer manager and related code(fstorage, fds and...
Hello,
I build a custom board with Nrf52832 , to drive Relays , all works without load , no problem for drive the output.
When i put a load sometimes my device disconnect...
what are the total number of devices that can be connected to nrf24 ?
I would like to make one transmitter and rest of all as recievers without acknowledgment will it be...
Hi,
We are trying to use GPIOTE / PPI to turn a MOSFET on A microseconds after an event clears a timer and to turn it off B microseconds afterwards.
It is easy to do...
I am running into an issue with the Fstorage Library with SDK14 that I did not have using SDK12.
When I am not connected to BLE I can erase and write flash with no issues...