I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
After cancelling a flash operation to my nrf7002DK (PCA10143 1.0.2), I'm unable to flash my discovery kit again. I have tried both the regular west flash for our application...
Hi,
I use flash read operations at the BLE interrupts, because I need some of the stored informations. However, while I am doing another flash operations and BLE interrupt...
Greetings,
What's the maximum clock rate supported by the SPI1 interface on an nRF52840? My DTS overlay indicates it should use 32MHZ for one device and 8MHz for the other...
I am tried to access the server using http_client .I am tested that my implementation to access the local server works properly but the thing is i am tried to access the ...
I am looking for the datasheet for the nRF31512. I am looking to see what the pinout for this chip is. It is not for any new project as I know it is old and discontinued....
Hi,
1. Does the P1.02 (NFC port) on the nRF54L15 support PWM? 2. If it does, please provide the overlay configuration method and sample code.
Best regards,
Peter.Mi...
Hello,
I am building an example app that uses MbedTLS and non-offloaded sockets, because offloaded ones do not fit my needs - updating security credentials needs disabling...
I get the following error when trying to program the device:
The log shows this:
2025-12-10T09:08:50.194Z INFO Initialising the bundled nrfutil device 2025-12-10T09...
Hello,
we have an nPM1300 EK plus the profiling adapter board and are trying to profile some of our batteries.
We have already successfully completed profiling for...
Hello, I am currently struggling with setup and configuration of firmware for nRF5340. The idea is to use two stage bootloader setup, XIP split to external flash and build...
when trying to implement ISR for writeprotect and powergood pin it throws error code 134 which corresponds to not supported.
call stack for reference.
What am I...
I had a fully working BLE setup on my nRF52 (Zephyr), which worked fine on older Android versions. After updating a phone to Android 16 (tested on Google Pixel 7 and Samsung...
Hi, Nordic support team!
I'm having trouble downloading the NCS in China.
The command nrfutil sdk-manager install v3.2.0 --region cn fails with a SHA512 checksum error...
I have designed a custom board using the nrf54l10 chip (similar to nrf54l15). I want to use SPI to communicate with a sensor. So I assigned the pins P2.6 for SCK, P2.4 for...
Hi,
I am trying to communicate with Serial LTE Modem application running on nRF9151DK through SLM Shell sample running on nRF52840DK.
I am using nrf connect in vscode...