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...
Hello, I have a wierd bug on my board using an nrf54l10. I am using the sys_poweroff(), function to put my device to sleep. Everything is working fine. However, sometimes...
nRF PPK2 HW is not working with latest 64 bit OS, ARM based processor, the same HW is working on linux/windows(intel based) below is the log from an ARM based processor: ...
Hi all,
I am having problems setting up a proper project running the application core and the flpr for nrf54l15. I want to build the FLPR binaries as completely separated...
Hi, I'm using a WisBlock setup with: • RAK19001 base board • RAK4631 core RAK18030 microphone in IO slot A • RAK15002 microSD in IO slot B I'm running Zephyr / nRF Connect...
Hi everyone,
I have a problem with flashing code to Nora-B126, when i press flash in Visual Studio Code everything works fine. I got:
Parsing image file. Verifying programming...
Currently, I am working on nRF5340 Audio DK boards. I am using two nRF5340 Audio DK boards to function as a walkie-talkie using the onboard microphones. Using the nRF5340...
Context: I am making sample apps on the nRF54LM20DK ver 0.3.4 on ncs 3.2.1. I noticed that when trying to use the built in PWM shell that 100% duty cycle is not being set...
Hi,
I am working on a project that requires high quality audio capture and wireless transmission using two nRF5340-DK boards running the nRF5340 Audio application (NCS v3...
I'm sing NCS SDK 3.3.0:
https://github.com/nrfconnect/sdk-nrf/releases/tag/v3.3.0
Currently I'm using Zephyr sdk 0.17.14. I would like to start using 1.0.1 https://github...
Hi, I am working with the nRF54L15 on sdk-nrf 3.2.3 and I am experiencing an unexpected behaviour with the NFC T4T stack regarding WTX frame timing.
Here is the observed...
Hello,
Is it possible to configure an nRF5340 to be both a Broadcast Sink and a Broadcast Source, but with the condition that only frames received by the Broadcast Sink...
There are two USB ports. IMCU and nrf5340. I had a lot of trouble with bad cables but i found one that works and I find that I have a jlink drive that pops up so I know there...
Hello,
in our new project we need to drive a GPIO high as soon as possible after startup.
I have tried with the PRE_KERNEL_1 priority for the device driver but still takes...