SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Recently, we decided we would try ESB, since the power consumption is similar to BLE, but the intervals are much shorter, and we could greatly benefit from this.
I've seen...
I am migrating a project to Sysbuild where we previously were doing some post-build steps that require access to PM variables like PM_MCUBOOT_PRIMARY_SIZE.
Previously, we...
Hello, I've been trying to get MCUboot running on my custom board with the nRF9160 for two days now, and I'm honestly at my wit's end. The main application is written and...
Hello,
we are testing BLE MESH vs THREAD to build a home automation network.
We understood that WiFi interference is a real concern in this application. In fact, we...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to set the rtc of the nrf54l15-dk to obtain the timestamp. How should I configure the timestamp ? Which examples should...
First, I can use I2C with SCL on pin P1.11 and SDA on P1.12 with NRF54L15DK.
But then, when I try to change SCL to P0.03 and SDA to P0.02. I2C does not work anymore.
The...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...
Hi am trying to use Nrf54l15 as a controller with an external host for the Channel sounding feature. I can receive CS subevents from the NRF controller, but the same thing...
I am using a QFN73 pin package of nRF52840. The data sheet says it has built in balun. So if I follow the reference circuit, where do I see 50 ohm looking int to the chip...
having just seen the announcment about the bare-metal SDK, i gave it a try using my "hello world" of BLE -- a minimal beacon app which i actually use to benchmark BLE platforms...
Hi
I am capturing a digital signal with the nRF PowerProfiler Kit II from my board that can either be 12Hz or 2kHz depending on the state of my application.
In the below...
I am using an nrf52833 with MCU boot. In an abnormal situation, the Vcc hoovers around the BOD threshold of 1.6V-1.7V. The Vcc in this situation is noisy (with 100/150mv swings...
Hi,
I have been making a sequential channel sounding program. I tried very hard to get rid of memory leaks and now the program is able to sequentially range with three reflectors...
Hi,
I am in progress of making own audio application. I wanted to try 8_2 configuration. I see however, that despite that, 10ms window worth of data at that sample rate...
Hello. Earlier we had nordicplayground/nrfconnect-sdk docker images for v2 (e.g. nordicplayground/nrfconnect-sdk:v2.9-branch ). But it seems there is no docker image such...