I am designing an ultra-low-power BLE Audio TWS board based on the nRF5340 and have followed the recommended hardware design guidelines throughout the project. This is my...
Hello! We are in the middle of an upgrade to 3.2.1, and we encounter the following issue using SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH, SB_CONFIG_MCUBOOT_MODE_SWAP_USING_MOVE...
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...
Hi,
Any specific reason the errata Anomaly 166 : https://docs.nordicsemi.com/bundle/errata_nRF5340_Rev1/page/ERR/nRF5340/Rev1/latest/err_340.html resolution patch as present...
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...
Hi,
I am working on the XIAO BLE SENSE board which has nRF52840 SOC with P25Q16h 2MB flash and other sensors
I want to access the external flash to store sensor data....
Hi Nordic Team,
I am currently developing applications for custom boards using the nRF Connect SDK v2.6.0, focusing on the nRF52840 microcontroller.
In our ongoing project...
Hello,
I am using the nRF54L15-DK development board running the official hci_uart example as the BLE controller. My own Linux system acts as the host using BlueZ to control...
Hi Nordic team,
I noticed that when using the external FEM (nRF21540) with the nRF54L5 device, the power consumption at a transmit power setting of 8 dBm is significantly...
Hi, I have implemented a soft UART in the VPR FLPR. I am having trouble power managing it. I see an unexplained extra 500 uA current draw after I start the CPR until I reset...
Hi, for nRF52840 raw proprietary RADIO mode, do TXADDRESS and RXADDRESSES imply a hard total node-count limit for a custom multi-node network, or only a simultaneous hardware...
SDK is NCS2.9.2,My device supports master-slave integration. As a slave, it can pair and bind with a mobile phone. As a master, it can scan and connect to two slave devices...
HI
I’m doing secondary development based on periodic_sync_conn in NCS 3.2.1 .
After establishing a periodic advertising sync, I have two issues:
Sometimes the buf...
Hello,
I'm trying to set up auto-provisioning and onboarding in my project as described in this sample: https://github.com/nrfconnect/sdk-nrf/blob/066ac6f61fe19ad91d805fd788d782e245f09a2e...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Hi,
On nRF5340 with external flash (SDK 3.2.x), is it possible to both support serial recovery enabled for both cores while supporting simultaneous DFU?
It seems like...
Hi,
i am developing under ncs 3.2.3 (then toolcahin 3.2.3 -> nrfutil-device 2.17.1).
FLashig OTP registers using batch method, i am getting the following "error" on nrf54l15dk...
Reference: first consult as Case id. 305571 Replyed by Tobjorn
I have a working proyect in wich 485 cable communication was replaced with NRF24L01+ but I need some help...
In the enqueue function esb_write_payload , the enqueue implementation uses ++tx_fifo.back .
In the dequeue function esb_pop_tx , the dequeue processing also uses ++tx_fifo...