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,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
Hello,
I have been testing an encoder using the QDEC peripheral.
The encoder produces 256 pulses per rotation. Testing without any load assigned to the motor, the encoder...
In SDK11 through 17, MCLK is limited to 16 selections. None of which match the 256 x LRCLK or 384 x LRCLK standard. I looked at the CLOCK, thinking I could assign it as a...
I am working on nrf52840 with nrf connect sdk zephyr example scan_adv, I want to modify it for example scanning for 2 second and advertising for 5 second, I tried to use ...
Hello
I am trying to change the code from the HAL code up to NRFX in order to make it event-based instead of using infinite while loops.
I am using 52840 on a custom...
I am developing a bicycle powermeter using the XIAO BLE nRF52840 Sense Breakout board with an AD7799 on a dedicated PCB i also made. I use Segger Embedded Studio v5.42a and...
Hello,
I have now one application that runs on two different boards with different device tree. So inside VSC (Visual Studio Code) it Looks like (under nrfConnect)
Under...
I know part 15 talks about bluetooth requirements, could someone tell me precisely where the FCC says bluetooth devices need a 32 MHz external clock source? Thank you
Hello, recently i've been trying to test the nRF9160-DK.
I flashed the program simple MQTT to the board, I changed all the configuration in order to connect to the server...
What will be the best option for a system that requires low latency and high data throughput.
I have a system with a sampling rate of max 1000 sps for eight channels with...
Hello,
I want to use the Bluetooth Low Energy application with nRF52840-Dongle.
As far as I know, I need to burn the dongle with some suitable fw.
1) Where is this...
Hello,
I am using SoftDevice S140 SDK 7.2.0 with IAR environment . Each time I burn a new image I need to clear all my no init parameters. I tried to read the reset reason...
Hi, i do not have CAT-M1 or NB-IoT in my country. I would like to know if there is any solution i could implement to obtain cellular connectivity while using the nRF9160?...
For reference I am using NCS v2.0 and VSCode NCS plugin programming in C++.
I am trying to get the example ESB TX example working from the nordic sample ( link ).
(Notably...