Hi everyone,
I'm using the nRF5340 on a custom PCB board without an external 32 kHz oscillator. On the network core I flashed the hci_ipc sample.
For some reason I occasionally...
Hello,
I am measuring RSSI values with nrf_modem_dect_phy_rssi(...) from the DECT PHY firmware.
The nrf_modem_dect_phy_rssi_event refers to positive values being saturated...
Hi all,
I'm working on BLE time synchronization between nodes using hardware timestamps via GRTC + DPPI + PPIB cross-domain. CRCOK and PHYEND work perfectly, but adding...
It seems there might be a small issue with the TF-M GPIO MCU-select IOCTL plumbing on nRF54L — specifically when a non-secure app tries to configure sQSPI GPIOs (and presumably...
Hello, I was wondering when will the new nRF54LM20A/B series of SoCs will be available to build as a new board based on them? In the current version of the nRF Connect for...
Hello,
I am evaluating the nRF54LM20A for a product where I need to cryptographically prove that a device contains a genuine Nordic chip, without performing any secret provisioning...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hello.
****************************** 1 ******************************
In the picture above, it's the original circuit for 9151 in our schematic, for this block of pins...
I followed Lesson 1, exercises 1 and 2 of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ and successfully built and flashed the blinky sample on a nRF54L15...
Hi,
I'm porting a working SPI camera demo from nRF52840 to nRF54L15 and I'm stuck with an issue where the SPIS RX amount is correct, but the received buffer is all zeros...
I have worked a bit with ESB and see that there are functions to get/set a channel, as well as check the RSSI value in the "struct esb_payload" for a packet. Are there already...
Hi, I am using NCS v2.9.0.
I am using sysbuild to build MCUboot and application images. Following are relevant Kconfig options:
mcuboot.conf
CONFIG_MAIN_STACK_SIZE...
Hi, having a little of an issue and would appreciate your support:
When bringing up a board which has the nRF9131 and the nPM6000 I'm getting the following error when doing...
Hello,
Currently working with NCS v3.10 and using SMP service with external flash to store image in a custom board. I'm capable of upload zipped application using DFU button...
I am using the nRF9151 DK, using the Serial LTE Modem firmware from the nRF Connect quick start.
I am planning to use nRF9151 as a serial modem, and connect it to my Host...
Hello
I was attempting to update a pre-production project where we have 2 servers connected to one gateway where the servers send the audio data back to the gateway with...
Hey guys, I want to store sensor data as circular buffer in non volatile memory. I saw https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_file_system_storage...
If a heartbeat or other chunk reliant on symbol file data is ingested when there is no symbol file associated with the Software Version / buildID it seems like the chunk is...
Hello,
I am currently trying to make an application that can do FOTA and store the secondary firmware image on an external flash using sQSPI. The project I started is based...