Working application, using S132 SoftDevice, new variation of the application. Using UARTE, with P0.12 assigned as RxD. Something in the SoftDevice is grabbing P0.12 and setting...
In our product, we use Laird (Ezurio) BL653 BT module. In some countries such product requires SRRC certification. For SRRC certification we set BL653 to DTM mode with AT...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
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...
NCS SDK and toolchain: nRF Connect SDK v3.0.2
Boards: nRF52DK-nRF52832 , nRF54L15DK-nRF54L15
Issue:
After un-initializing and then re-initializing MPSL, MPSL no longer...
Hi,
We are using the nRF Device Manager app (Android) to update firmware over BLE to the nRF54L15 DK, and it was working fine until August 26, 2025, when the app was updated...
Hello, I followed the "DFU over UART" exercise of the intermediate lesson 9, and I have problems with launching the main application. I'm using nRF54L15-DK board, SDK v3.1...
Hello.
I'm currently migrating our existing application code to the NCS 3.1.0 SDK. As far as I have recognized, with sysbuild the child image build has been replaced. We...
This is NOT a runtime error it's a compile time error (application). Failing at stage [154/159] Linking C executable zephyr\zephyr_pre0.elf
Having started by following...
Hi, i am trying to onboard our custom board using a nrf9160 to nRF Cloud using this guide: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service...
Hi we are developing a prototype with NRF5340DK, for which we needed to control few set of GPIOs. we wrote our code in the assumption that it's pretty straight forward and...
Hi,
I just updated my vsCode extension and the visual devicetree editor stopped working
I can compile just fine but changing the DT will prove difficult from now on. ...
I used the official example provided by Nordic: github.com/.../nrf70-wifi-ble-image-transfer-demo . I followed all the instructions to complete the preliminary configuration...
1. can you tell in detail about Easy DMA supporting on SPI, I would like to understand how I can utilize DMA feature for communication with RAM over SPI what is the added...
Hi
We have nPM1300 evaluation kit, we use SW1 VOUT1 1.8V as VINLDO1 input, we remove jumper JP7(for LS_LDO_OUT1 connect to R8) on P15 connector, and provide 1kohm loading...
We just started a project to replace an old PAN1720 and decided to use the nRF54L15 based module. So I am just getting started with the VS code and zephry enviroment using...
The UART (Port 2) gets garbled after bt_enable(). This issue does not occur if actively Debugging using Segger.
The issue is also reproducible upon a settings_save_one(...
Hi,
I am using nRF54L15, SDK & Toolchain as 3.0.2 version This is for Hid Keyboard, the problem I'm facing is once connected to one device, manually disconnecting & connecting...
Hello,
There are some issues I have found when I tried to achieve both BLE and ESB features concurrently on nRF54L chips, and some of them I have figured out how to fix...