I keep seeing this in your documentation:
This functionality is in the process of being deprecated and replaced by Zephyr’s default devicetree-based memory partitioning...
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)....
Hi Team,
I need to use this external clock for my deep sleep use case so let me know the step forward for the same.
I am using custom board with nRF54L15 and also LXFO...
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...
This question concerns the description of the SPI communication Electrical Specifications on page 425 of the nRF52840 Product Specification.
The values for "t_spim_vmo...
Hello,
I have a product with QSPI flash that I would like to use nrfjprog to program the flash part. However, the QSPI flash's VCC is controlled (via a FET) from a GPIO...
Issue
How to properly wake an nRF54L15 from System-Off mode when the device receives a UART transmission, without the use of the LPUART Ready and Request lines or any sort...
Summary
With CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER=y and CONFIG_OPENTHREAD_TREL=n , the Zephyr/NCS build fails to link:
ld.bfd: ... openthread_platform.a(trel.c.obj)...
Hi, I am having troubles with flashing my first code to the MDBT53V module. I am flashing via JTAG cable, from my nrf52840DK using vscode. According to my measurements the...
Hello,
I am currently working on a new design based on nRF9151. This design is the evolution of a previous PCB.
The device uses a combined GPS and Cellular antenna, which...
Subject: Support Request for nRF7002 Integration with ThreadX on STM32
Hello Nordic Team,
We are currently using the nRF7002 with our STM32-based device. We have completed...
I have and nrf5340 connected to debian system via uart. I'm trying todo a flash update via the uart and the nrf5340 is unresponsive. The MCUmgr is not getting any response...
I have been working on a soil moisture sensor for my indoor plants and I wanted to build some skills in PCB design using a Nordic SoC. I have chosen the nrf54L15 for this...
I am using nrf52832, and I want to use SYSTEM ON Sleep. Also , my wake up sourses are timer based, and also GPIO interrupt based. But I observed that the device cannot go...
Hi everyone,
I am trying to use SPIM for an external DAC. The DAC does not require MISO, only SCK, MOSI, and CS.
I configured SPIM like this:
#define SPI_DAC NRF_SPIM2...
Hey there!
I am currently in the process of trying to setup a simple ISR routine triggered via GPIOTE.
However, when calling nrfx_gpiote_init() or nrfx_gpiote_input_configure...
Hi,
BLE throughput differs between NCS v2.6.0 and v2.9.2. v2.9.2 appears to have fewer MoreData packets. (Both have CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT set to...