We are developing a radio-heavy BLE application on the nRF SDK version v.3.2.4 where we use the experimential QoS Channel Survey feature. In normal operation, it is working...
In the nRF Connect SDK v3.3.0 release notes, I noticed that the QoS Channel Survey feature has transitioned from experimental to supported (i.e., production-ready).
From...
Hello, I am working with the following sample project and NRF Connect SDK v3.3.0. (Referenced regarding this topic .) The sample implements DFU with MCUBoot while using the...
Hello Team,
I am trying to test a PDM microphone (MP34DT01‑M MEMS) on the nRF9151 DK using nRF Connect SDK .
So far:
I have successfully tested I2C and I2S DAC audio...
Hi!
I am using MCUBoot and the DFU library to perform a custom firmware update (which is working as expected).
I have a question about the "swap_type" value, which is...
Was excited to get an (apparently) early copy of the nRF54LM20B-DK so that I could explore all the Edge AI capabilities of the system (using both Neuton and Axon models)....
Back in SDK 17 or so there were code samples for both the client and server side of the LED button service.
What happened to the client/central example when you migrated...
Dear NORDIC engineers, excuse me. I would like to inquire about the Settings of NRF54LM20 APPPROTECT. I have modified APPROTECT[n].protect0 and APPROTECT[n].protect1 to 0x5A5A5A5A...
nRF54L replaces the RTCs from nRF52 with the GRTC. GRTC only have a single CC which is able to generate repeating events with the use of the CC0 interval register. I would...
While developing my project, I need to receive UDP packets with the NRF9151. My configuration is as follows: - 1nce SIM - VPN between my UDP service and the 1nce network ...
Hello,
I have some trouble to identify my custom nrf52832 board in the VSCODE.
To program the board I am using nrf52840dk, and connect it to my board as follows:
...
Hello Team,
I am working with Thingy91x and I was checking whether is pwm led or pwm gpio can be configured for nRF5340 of Thingy 91x. If possible will you please let me...
Hi,
While completing the nRF54L Series Express course, I noted that USB support is not provided by the bare-metal SDK.
I wanted to check if adding support for this is...
I tried to build the Blinky sample description in nrf sdk fundamental academy training without success.
Error occur during build at B0n stage:
error: 'struct shell_ctx...
Hello.
Are you able to give any specific details around an SDC Assertion with File ID 13 and Line 451 please?
The nRF Connect version is v3.2.4.
I'm trying to isolate...
## Summary Setting `CONFIG_MEMFAULT_NCS_INTERNAL_FLASH_BACKED_COREDUMP=y` on an nRF54L15 target fails to compile. The Kconfig is exposed (it only `depends on PARTITION_MANAGER_ENABLED...
Hello, one of our devices moved from using the nRF52832 to using the nRF54L15 .
I created new board files and got the old software to run, after some adjustments. The application...
Hi everyone,
I’m working with a Zephyr input overlay where I define double-tap , longpress , and extra_longpress behaviors on the same physical button.
This is the overlay...
Hi,
I’m working with nRF54L15 (nRF54L15 DK) using NCS v3.0.2 , and I’m facing an issue with ADC channel readings.
I configured the following ADC channels:
AIN3 ...
I am updating my ncs from ncs2.7.0 to 2.9.2. I have a dfu application for which the build targer is nrf52840 and nrf5340. For this reason, I have pm_static files. for some...
I am using SDK version v3.2.1 and trying to put the nRF54L15 DK board into deep sleep using the sys_poweroff () function and wake it up using Button 1 on the DK.
This setup...