Hello Nordic Team,
We are trying to test an I2S DAC (MAX98357A) with the nRF54LM20B EVK . Could you confirm if this is supported and which sample application is recommended...
I am trying to enter MCUboot serial recovery mode on an nRF5340 through a UART command.
I mainly followed the Nordic tutorial below:
https://academy.nordicsemi.com/courses...
We are using a custom board based on nRF54L15 with MCUboot and compressed image DFU over OTA. DFU was working correctly when updating between NCS v3.2.0 and v3.2.4, but after...
Hi,
I use NCS 3.2.4 and 54L15 DK. In the DFU target, I added configuration
and also added the following content in dfu_recover function.
After the distributor...
Hello, I am developing a low-power nRF52840 product using the ncs Zephyr environment. Currently, I have suspended peripherals such as UART and I2C, allowing the system to...
Hi everyone,
I am currently facing an issue with the nRF54LM20A where the access port protection is not taking effect after programming SECUREAPPROTECT and APPROTECT into...
Hello,
After working with the path loss monitoring sample in NCS, I was wondering if there is a sample that accomplishes something similar to the following:
Central...
Summary
We are developing a Central application on the nRF7002 DK (nRF5340 SoC) using NCS v2.7.0 . The goal is to establish and maintain 11 concurrent Bluetooth Low Energy...
We're working on a project that interfaces an nRF9151 with a BQ40Z50 from Texas Instruments (via I²C / TWI / SMBus), and we've noticed the communication is unreliable. The...
Hi,
We are currently working on power optimization and want the device to wake up from the System ON state ( PM_STATE_SUSPEND_TO_IDLE ) using the RTC0 timer. However, I...
Trying to prototype a pinout on the nRF54L15 dev kit. We want P1.02 to be a GPIO pin instead of NFC. We followed the instructions to recover the device which erases the UICR...
Hi,
I am facing the following issue when i am calling west build from gitlab runner.
west: unknown command "build"; workspace C:\ncs\v2.5.0 does not define this extension...
Hi,
I am trying to come up with a different approach to SED reattachment using a backing off MLE session. Is there a way for the SED to keep on the polling even when in...
I'm working on an nRF9151 application that periodically sends small UDP packets (20-40 bytes) over both terrestrial LTE and satellite NTN networks. The device uses PSM between...
Hi,
We are doing some RF certification testing, EMC and also FCC, and wondered if you had advise on setting the modem on and transmitting, potentially if there is some...
Hi there. I have been working on a small project where I am using an encryption library for communication over ble. I am receiving encrypted token over ble charcteristics...
Description: Hello,
I am integrating a Protocentral MAX30001 ECG sensor with the nRF52DK (nRF52832) using the nRF Connect SDK v3.1.1.
The Issue: The sensor hardware is...
Hi,
I'm developing a Matter device based on the Window Covering sample. I have added another endpoint to the device containing some sensor clusters and it all works after...
Hi,
I am looking for a constant-time memory comparison is a function that compares memory for equality in a fixed amount of time, regardless of the data's content. I am...
We're currently developing a zephyr firmware on zephyr 4.2 and we got a custom board for our hardware powered by an nrf52840-ckaa-R
the first time I connected the board...
Hi all.
I've attached a single channel microphone onto my nRF9151 and I'd like to capture blocks of audio for processing. I've configured the device tree like this:
i2s...
Good evening.
I am working on a USB HID joystick. The USB documentation on nordic, while better than the woefully inadequate zephyr mainline docs, only covers the surface...