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 want to store data in flash , i will get the data periodically . Even i am writing data to flash using write command ,when i am trying to print the data which is stored...
I am using nRF52 DK.
When I do 2 analog inputs using the SAADC, I noticed that, in the SAADC callback, p_event->data.done.p_buffer[0] corresponds to the correct SAADC channel...
Hello,
I use a configuration with multiple NUS_C and NUS links. When I receive events, how to know the index ?
I have seen mutiple exemples using conn_handle but in a...
Hi teams,
I am trying to automate preferred mesh configuration for each node.
For example, if I use nRFMesh app, I should 1) bind application key to each model, 2) set...
Hi everyone,
During test with my small mesh network, I found that adding all-nodes to subscription list is prohibited by Mesh Specification.
In Mesh Profile 4.3.2.19,...
Hi:
I use the sdk https://github.com/jimmywong2003 to make a bin file and then run the command of ./UartSecureDFU ttyACM0 application.zip to updgrade in linux
It always...
Hi
if one searches the examples using the timeslot API, every application seems to do it's own timeslot cleanup. Also documentation is not very clear about this.
Best...
i am using nrf52840 dongle with uart using ble_app_interactive example,
but after commenting only uart with cli is replying with some text as shown in image .
For the...
Hi! I'm using S140 and I'm using the ble_advertising module to set up advertising.
This is my advertising_init function which is working properly until I uncomment the enabling...
This is perhaps not so much a question as a request.
The FDS event handler, type `fds_cb_t`, has only one argument, type `fds_evt_t`, unlike (say) the two wire event handler...
Hello,
I would like someone to explain to me payload for Zigbee cluster library (Zcl)
i was following this guide to control my lights:
https://infocenter.nordicsemi...
I am trying to connect to another type of board via the UART on the development kit. However, there seems to be a voltage mismatch. Are the nRF52840 development kit UART signals...
hi... i want to store data in flash , i will get the data periodically . i have merged the ble_app_uart +fstorage example . Even i am writing data to flash using write command...
Hi everyone, I have a question related to the power supply of nRF52840 DK
I want to operate the nRF52840 DK with a LiPo battery (for experimental purposes). Is it possible...