Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Hi
I want to know if I send a data from peripheral, how many time the central device could receive. Some people said that I could use the sniffer to caputure the interval...
How to check CS procudure used by controller in BLE Channel sounding security I am refering to this ticket so i have questions related to it that
I have tried to find answers...
I have three 5340 Audio DKs (PCA10121) and I am trying to demonstrate one as the broadcaster and the other two as headsets with audio transferred between them but NRFconnect...
Hello,
I’m working with the nRF5340-DK using nRF Connect SDK v3.0 and the SoftDevice Controller. My goal is to support multiple simultaneous connections , and I have already...
The Errata 155 workaround seems to work for the nRF52840, but only when events are configured before tasks. If I configure a task for an unused output pin *before* configuring...
Hello, I want to use the nRF52820 as a slave device. I've left my code, prj.conf, and DTS files below, but the spi_transceive function seems to be getting stuck. What could...
Hi,
I'm using the nRF52840 with the SoftDevice for BLE. In my system, it's primarily a BLE transceiver controlled via SPI by an external TI MSP430. We're considering implementing...
nRF54L15 LE Audio with I2S interface, LC3 codec point-to-point audio The specific flow is as follows: The nRF54L15 communicates with the mic via I2S to capture audio data...
I'm facing a persistent issue with my nRF9151-SMA-DK kit when trying to perform USB debugging, uploading, recovering, or erasing.
Interestingly, other boards (nRF9151-SMA...
Hello, we use nrf52832-ciaa in our project and it is light sensitive. Could we use x-ray to inspect soldering quality or it will damage the mcu? Thank you, Anton
I tried to find an explicit statement whether a new IMEI needs to be written to nRF9151.
These sources state that nRF91x1 ships without IMEI and it needs to be written:...
We are working with Nordic’s official peripheral_esl ( https://github.com/NordicPlayground/nrf-esl-bluetooth/tree/main/samples/peripheral_esl ) sample application for Electronic...
Hi Nordic team,
I am plan to design an IoT sensor that apply to Agriculture,
In case of 2 communications: Near field and far field, I will integration both BLE and Lora...
I am getting the following build errors when working with both DFU (MCUboot) and the file system (FAT FS) together. Errors: D:/ncs/v2.9.0/zephyr/drivers/disk/flashdisk.c:533...
Hi,
We are working on a project using the nRF5340 Audio DK. We want to take user input either from UART or BLE, and switch between them based on the connection status. ...