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...
Hi Nordic temas,
Now I'm using nRF54H20 with High Speed USB, We currently want to use a custom HID device to transfer a large amount of data using the interrupt transfer...
Hello team.
I copied a blink application and it runs fine on the nrf52840dk. However, it won't run after I download it to the product. I compared it and found that my product...
Hello team, I am trying to test the lpuart functionality on our custom PCB and it doesn't work, but the issue is that by some reason even original samples from the SDK doesn...
Hello, I am trying to use arducam 3MegaP with nrf52840dk. I am using VS code, windows 11. I cloned the ncs-arducam-mega-driver from github, and I am to run the take_picture...
I am using nrf5340 audio DK, SDK3.0.2,nrf auraconfig example, https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/nrf_auraconfig/README.html
Here are...
HI
We are currently manufacturing products using the nRF52832, but some receiver sensitivity issues have been reported and are currently under review.
1) Inspection...
Hello,
I am deploying a thingy 91-x sensor outdoors to record acceleration data. I am reaching out requesting recommendations on what kind of solar panel would be able to...
Hello all,
I am trying to prove that I can compile and upload some simple code that I have written and run it successfully on an nrf52840.
I'm using an mdbt50q-db-40 development...
Dear Nordic Team, Does the nRF54L15's channel sounding function use the channel range of 79 channels (72 channels excluding the advertising channel) stated in the Bluetooth...
I just got my DK today and initially wrote the blink command to make the LED blink, which worked fine. Later, I wrote the AT command back, and the LED just keeps blinking...
I am developing a BLE mouse that can connect to 3 devices using nRF52840.
The sample code (peripheral_hids_mouse) allows simultaneous connection to multiple centrals....
Hello Team, We are currently building a circuit using nRF52840 CKAA (WLCSP -94) .We have configured P1.03 & P1.05 GPIO pins as UART_TX & RX . Kindly confirm if this pin or...
Hello, I am currently developing on the nRF54H20DK, which i have previously used v3.2.0-preview1 for. Everything works fine on v3.2.0-preview1. I have tried bumping to v3...
I am using the zephyr\samples\subsys\nvs example. By default the program stores data in internal flash in storage_partition. I would like to create a custom board file for...