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 measured the current consumption of nRF52DK with the original code of "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\ble_app_beacon ",
based on the current measurement...
Hi everyone,
I was wondering if anyone benchmarked the time for reading a word from flash on the nRF52840. I was able to find the write/erase time on the specs document...
Hi,
We use the nrf app (Android smartphone) to establish BLE communication with trackers designed with nrf51822.
When trying to connect, sometimes it works, sometimes...
Hello, for the past I've been trying to migrate unsuccessfully my code from nrf51 to nrf52840 S140. Now that I'm unsuccessful, I'm trying to eliminate the possibility of a...
Using FreeRTOS to run nrf_cli. When Serial is not connected (as in RX,TX,GND) the board goes into a reset loop.
There are a few things that seem to help:
Don't run...
hi,
i have tried to write data into flash memory, but i can not, i can read the data from memory.
i had followed your instruction as this link
infocenter.nordicsemi...
In my project, an android phone is needed to connect to two ble devices. All my ble devices are nrf51822. The android phone can connect to and receive data from every device...
Hi,
to investigate a timing problem in my Bluetooth stack, I've hard wired the Radio ADDRESS and END events to a GPIO pin using the PPI. The ADDRESS event is used to toggle...
Hi,
I'm developing a FW with a lot of services and characteristics. Since I added the ANCS service, I have the "NRF_ERROR_NO_MEM".
Configuration : NRF51822_XXAC / S130...
hello everyone,
i use nrf51822-QFAA(256kb flash,16kb ram).i want to use sdk12.3.
at first i can't build the project,after i install some tools, i can build it ok.
...
i am using nRF5_SDK_13.0.0-1.alpha_055eef3 s132_nrf52_5.0.0-1.alpha_softdevice and used examples\dfu\bootloader_secure\pca10040\ for secure DFu OTA .everytime i try i get...
What's the current consumption for a Timer on the nRF52832 when it's used in Counter mode? Do Timers require the 16MHz or 1MHz clock when configured for counter mode?
Hi Vidar,
I am planning to start devlopment on the nRF52 and I would like to use GCC ARM with Eclipse. After having read your post "Development with GCC and Eclipse" and...