Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
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...