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 Support team,
My application was based on NCS v2.5.2, which has no driver for the charger bq24295, and I ported a driver from Linux and it worked well.
Now I want to...
In my project, my master controller need to scan devices through custom uuid.
One problem is that in ble_advertising_init, I can only add 16bits uuid and type of which is...
We need to issue a command to an nrf52840 device :
nrfjprog --program file.hex --chiperase --verify.
everithing is working with [nrf-command-line-tools-10.24.2-x64.exe...
Hi all,
Is there anyone here who has already use Clion with nRF9161 ? I'd like to use Clion it's better than VsCode. I've find how to for nrf52 but it doesn't work for me...
I am currently working w/ a project that utilizes TrustedZone and PSA Protected Storage to read/write to internal flash that's accessible only in the secure partition (I'm...
Hi! i have some problems with extension, i cant see action bar/boards. I had no problem with v2.5.2 of sdk and toolchain but when i bumped it to 2.7.0 in manifest file it...
Hello, What is the compatibility between build codes for nRF52811 CAAA; meaning is it OK to use SDK nRF52 15.3 for both AAO and Ax0? If not, what is the consequence of using...
hello, I am about to get a new computer, I would like to get some opinions about which operating system is the best to use, linux, macOS or windows? right now I am using windows...
Hi everyone,
I am currently trying to flash the MDBT50Q-DB-40 demo board from Raytac but I'm running into some issues with flashing it. I have both referenced the setup...
Hello Devzone,
In our product we are working with a nRF52840 microcontroller and periodically transmitting large sums of data to a PC or a phone.
We noticed that over...
I want to develop it in visual study code. I have a few problems right now
1. The left nrf icon in the attached image continues to disappear. Whenever it disappears, if...
I can get certain MCUboot features working for the Lesson 8 test program. However, these features don't work when I try to port them over to a fully fledged project. I think...
Hi
This is my first project to make my custom PCB.
I have a question about how can I uploaded my code with segger embedded studio by using nrf52840 dk?
For the hardware...
Hi,
I've create an v2.4.0 SLM application in VS Code by copy from sample, and I am trying to enable trace function for cellular monitor tool app, in order to LOG the packets...