Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
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 nRF support team,
I am evaluating ST7735 LCD with the nRF82540 development kit. For your information, I am able to set-up the nRF Connect SDK environment on nRF82540...
Hi Sir, I am developing with the nRF52840.
I installed nRFConnect 5.2.1 and the programmer (version 4.6.2), Following the programmer’s prompts, I installed SEGGER J-Link...
SDK version: 3.2.4
I am using two nRF5340 Audio DK boards configured as gateway and left headset.
I added " CONFIG_STREAM_BIDIRECTIONAL =y" to prj.conf and I built everything...
Hello,
I am working with the nRF54L05 and testing SAADC inputs.
I observed the following behavior:
AIN4–AIN7 work correctly as ADC inputs
AIN0–AIN2 show unstable...
Hello,
I have some issues to do work a VL53L1X with NRF54L15 dev board.
Here are my codes
And here is the RTT console response :
Someone can help me please...
After updating from v2026.1.1327 to v2026.3.1484 on Linux, all previously installed SDKs disappeared from the Welcome view — the extension no longer recognizes them. Attempting...
Hi,
Recently I upgraded to nRF Connect SDK 2.6.1 and I was required to enable the GPIOTE in order to build properly. Doing this has significantly increased (nearly doubled...
Hello,
I currently have a DECT NR+ setup running on an nRF9151 based on the newer HELLO DECT sample, using v3.3.0 preview version of the modem. With these comes two files...
Hi,
1. Since I need to use PWM DMA to transfer 320 bytes of data to the PWM for sequential playback. 2. I wrote the following test example to test the nrfx pwm driver, but...
Hey there, we are currently going through regulatory testing for a hazloc product. Our product includes an nRF52805 which is used for BLE provisioning and debugging of the...
Hi,
We are investigating a Nordic BLE DFU startup failure on iPadOS and would appreciate guidance on whether this pattern is known at the CoreBluetooth / iOS DFU layer...
How to change the parity bit on UART on NRF54L15?
prj.conf includes:
CONFIG_SERIAL=y CONFIG_UART_20_NRF_PARITY_BIT=y
DT overlay includes:
&uart20 { parity = "even...
Latest nRF connect for VS code seems to ignore Toolchain manager install dir under certain conditions.
nRF connect output displays " Error: Install directory 'C:\ncs' not...
Hi We are using nPM2100 with PG/RESET mapped to SHPHLD. We are using Zephyr library to manage the nPM2100. We put the device into hibernate with a timed wake up, if we wake...
Hi everyone! I wrote code in arduino IDE but wanted to use all potential of Xiao NRF52840 with use of Nordic SDK and Zephyr RTOS as well as zigbee on my small side project...