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...
Affected
zephyr/drivers/regulator/regulator_npm13xx.c (current driver)
zephyr/drivers/regulator/regulator_npm1300.c in older NCS / Zephyr trees
Reproduced on a nRF9151...
Hi,
I am using the Nordic UART Service (NUS) on an nRF52840 with NCS. Without pairing enabled, NUS works perfectly with the nRF Toolbox UART service — both sending and receiving...
I did not get Audio - adc value shows zero all the timse why ??
const codec_register CODEC_DEF_REG_DATA [] = {
// ==========================================...
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...
Summary
With CONFIG_OPENTHREAD_BORDER_ROUTING=y (the default selected by CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER=y ) and CONFIG_OPENTHREAD_TREL=y (also the default), the...
When implementing a custom service, the order is usually Generic Access, Generic Attribute, and then the custom service.
Is it possible to change this order to custom services...
I'd like to know more about the single-antenna AUX functionality of the nRF9151. More specifically, this line in the documentation for AUX has piqued my interest:
When the...
Good morning,
we are using the Zigbee stack (ZBOSS) on nRF52 devices with Green Power Sink enabled and we are integrating a Green Power door sensor.
nRF5_SDK_for_Thread_and_Zigbee_v4...
Hey, I was trying to look for information on how nrf9160 modem selects the network to use, since we are having slight trouble with some devices triggering full network re...
Hi
I'm trying to drive a 75hc595-type shift register with a SPIM instance on the nrf54l15.
I connect MOSI to the shift register data input, CLK to the shift register clock...
Hello,
I am attempting to develop an open source nRF52832 PCB design, aiming to minimize the footprint as much as possible.
Thus, I attempted to cramp as many components...
I had one nRF54l15-DK,and I want to make a music player by nRF54l15's BLE,but I am not sure is it supposted LE audio to client my headphone.if it supposted, is it full LE...
I am new to nrf52832 development. The question is that:
I want to do m ultichannel(4 or 5 channels) ADC in scan mode every 1s. and the MCU consumes ultra low current(3-5uA...
As the subject suggests. It is a simple question. I only see development boards with NRF53, but we decided to go with NRF54 in this project. We need BLE and WiFi on the device...