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...
Hi, I am no longer able to download the nRF5 SDK version 16.0.0_98a08e2 using curl . A few weeks ago it worked fine, but now I can only download the .zip file through a browser...
I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
“Why, after setting up the custom board and writing CONFIG_BOARD="my_custom_board" in prj.conf, do I encounter the errors: message(FATAL_ERROR "command failed with return...
I was hoping to access content from DevZone and DevAcedemy content from NotebookLM to combine with my private documentation so I could ask questions specific to my device...
I have been developing software, embedded systems, and hardware for over 30 years, and I must admit: working with nRF Connect + VSCode on Windows (both native and via WSL...
Hello,
I'm experiencing FAT FS corruption (files disappear or files disappear + "volume is full" error on any file write), when I'm unplugging my USB cable. Here is my environment...
Hi everyone! I've recently run into some issues with Bluetooth development, and I'd really appreciate your kind help.
1. Hardware & SDK - SoC: nRF54L15 - SDK: nRF Connect...
Hi, In have the nRF54L15 in System ON IDLE. I can see that enabling WDT31, set up so that it is paused in sleep mode (CONFIG register = 0x4) causes a current increase of ...
Context : SDK2.9, nrf9151
Here is the crypto configuration we had
Our product use MBEDTLS1.2, this is why CONFIG_MBEDTLS_USE_PSA_CRYPTO is set to False.
We are able...
HI.
Environment : ncs v3.0.1, nRF54l15 DK
I have a project to use Multi Role of BLE.
peripheral advertise 300ms period.
central scan 2m 30s period. ( actual scan...
I have made a bare metal app using gcc on Linux for the nRF5340 Audio DK. I'm able to start the segger gdb server, load the code, set a breakpoint, run and watch the LED's...
Hello
In the past I was able to run DFU on both SDK 17 and SDK 14.
Now I am developing over SDK 17.1.0 a new application and attempted to run secure DFU Bootloader using...
Hello, I am working with nRF52832 (PCA10040 DK) on nRF5 SDK v17.1.0 with SoftDevice S132 v7.2.0 . I started with the ble_app_uart example and added a custom BLE service ....
Hello everyone,
I have some questions regarding the registers of the nPM1300 specifically for the load switches and LDOs.
In the data sheet in chapter 6.5 under "Load...
Dear Nordic team.
I am a beginner learning to connect a SPI devices with nRF54L15-DK but the program always reports errors. Here are my related codes:
nrf54l15dk_nrf54l15_cpuapp...