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,
I'm trying to send custom messages between server and client, based on the light switch example. I've modified button_event_handler and the client was able to receive...
Hi Nordic team,
I have an issue: I have to program/flash my mesh application together with softdevice140, mesh-bootloader and device settings page on the nrf52840 chip....
Hi everyone,
I am facing a kind of a strange problem. I want the system to enters system OFF mode when a certain pins goes to LOW. For that reason I have include code section...
I plan to use the nRF52833 or nRF52840 chip and as usual it needs a charger circuitry “PMIC” to charge the battery "Li-Ion"
Is there any special PMIC version recommended...
I'm using nRF52810 in a CR2032 battery powered device.
I use the DCDC mode to enhance power consuption. According to Product Specification in release 1.3 (and unlike nRF52840...
Hi,DevZone
I'm not Native English , sometimes can not express exactly, So, I'll provide a concise description about the question
1, platform: nRF52832_QFAA _E1, nRF5_SDK_13...
I used the NFR connect tool to install softdevice on the NRF52840 Dongle. I see noise about another tool to set up this kit in this forum; these are old. I forget what it...
Hello,
In our application, the central device will connect to one peripheral node at a time, collect the data, and disconnect it. There may be more than 30 to 40 peripheral...
Hi
I have two board nrf52833 along with the antenna array.
I want to implement Angle of Arrival.
I want to know from where can i start. any demo example
please me...
The global window in Nordic SES does not display the static global variables. I am probably missing something very simple, but I can't figure out how to view them when single...
At the very beginning of the program in the main function, my stack pointer is 0x20026390, although I expected it to be in the 0x20040000 area.
In this case, static memory...
Hi, I am using a thingy 52 board. I have Arm jlink programmer to load the program. And I have loaded the program successfully. But I want to debug the code. So, How can I...
Hi I looked at the lte_ble_gateway sample in the nrf connect sdk and noticed that we are able to simple call bt_ready() as if the nrf9160 is an nrf52 device. How is that possible...
Hi,
I have several timers and they will be app_timer_start() several time. I am not using APP_TIMER_MODE_REPEATED because they are not started immediately after they expire...
Hello, I am having an Assertion failure like this:
My nrf/ext/lib/bin/supl/CMakeLists.txt looks like this:
Line 9 is already changed to if(CONFIG_FPU), as per the...