I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi, on the nRF52820-QDAA I am using pin 5 AIN3 / P0.05 as an GPIO output to drive a LED (active low).
This does not work in the software, when I drive the pin high with...
Hello,
NRF5340, NCS2.0.2, VScode
I designed a headset,MCU is 5340, and a external flash for DSP program.
the external flash connect to DSP and 5340 use SPI;
i can...
Hello,
I was able to build the nRF Desktop sample application on the nRF5340 platform, but when trying to debug, I get the following error:
Here is my build configuration...
Dear ,
I am going to use debug out function on RF5340 DK.
connection is as below: customer board conncet to nRF5340DK.
customer board use nRF52833.
I tried many times...
Hi,
I was just wondering if the nrf52840 Dongle is in some ways inferior to the other development boards in terms of its capabilities?
As I was going through the examples...
Hi,
I am using a nrf528409dk for my application development using nCS. I have various features from which I need to understand how to add some high priority features into...
Hi,
I'm working with the ncs 1.6.1 peripheral_uart example and am looking to increase the size of the data frame to send 240 bytes per data frame.
I have seen several...
I am taking mqqt_simple of NRF9160 as reference for this question,
This is questing regarding, what is recommendation / Philosophy of using MQTT in NRF9160 with other codes...
Hi,
I'm programming a custom board based on Taiyo-Yuden EYSHSNZWZ module (with nRF52832).
I'm using the secure_bootloader example from SDK for OTA DFU, in order to flash...
I'm using the nRF-PPK2 to measure device power usage. I've noticed even at low sampling frequencies (>= 100Hz) it exhibits considerable lag at some point. Most annoyingly...
Hi Sir,
As we know the nRF5340 doesn't release the Circuit Board Guidelines (nAN-40) like nRF52840 yet.
If we need to design the nRF5340, could you share the recommended...
Hello,
I'm doing a comparison between MQTT on TCP and CoAP on UDP over NB-IoT and LTE-M. The communication to the cloud works as expected for both protocols. MQTT is used...
Hi all,
I'm working on a custom Bootloader for my nrf52840-based board, and it needs to support DFU from external SPI Flash. I previously was successful with a "first draft...