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...
Hello,
I would like to ask what is the maximum number of simultaneous TCP connections that can be operated on nRF9151-DK while using LTE-M?
Alternatively, is it possible...
I am using an nrf54l10 with the NRFconnect SDK. I would be interested in a solution to go into a low power state and wake up again after a specific time (multiple hours to...
Hello, I am trying to develop a 1000 Hz wireless gaming mouse. The mouse has a NRF52832 onboard and the dongle has a NRF52820 on it. (Cannot switch to 52840) I do know about...
Hi,
I am using zephyr v4.3.0, and have compiled the "https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off" sample to
run it on a Adafruit...
Does Nordic provide an application like nrFConnect for Desktop that could be used with a nRF52840 USB Dongle for a ZigBee network survey? Use case: Scan environment for existing...
Hi,
I'm developing with nRF Connect SDK v2.9.0 in VS Code. I followed the exercise l1_e1 from the intermediate course. When I debug with breakpoints and the first breakpoint...
On the nRF52840 using ncs/zephyr v2.6.1, how can I explicitly configure the Coded PHY scheme (selecting either S=2 or S=8) for BLE Extended Advertising? Please provide the...
I tried to fully replicate the example from DevAcademy ( academy.nordicsemi.com/.../) for my project, and added a button and an LED in the overlay. However, once SB_CONFIG_BOOTLOADER_MCUBOOT...
Hello,
We need to interface the nRF54L15 with a 3-wires SPI slave (which uses one single bidirectional pin for MOSI and MISO).
I see two options here:
1. Connect the...
Issue
On the nrf54lm20 using DTLS with MbedTLS, MbedTLS's heap can be exhausted. This will result in a TLS handshake error. When this issue happens MbedTLS does not catch...
Hey,
I have a question regarding the watchdog in a low power application with dynamic sleep times of e.g. 1mim/10mim/1h. In the docs of nrf9160 and also nrf9151 it says...
Hey Nordic support, We want to perform EMC tests on the DECT NR+ for our product and need a continuous wave or tx tone sample for testing. I found the DECT NR+ shell sample...
I mean like when ever i click pristine build in the vs code i am getting this below error " Unable to build: SDK not found. Ensure that a valid SDK is used for the build configuration...
Hi,
We are using the NRF9151 with AT commands to replace our SIMCOM modems.
We would like to write the SIM profile data to the modem via AT commands just like SIMCOM...