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 search a FSK tranceiver with a ADC readout for a experiment.
I need the raw ADC ("audio") signal for a external signal processing.
Please help, most of the wireless...
I want to transfer application over the air(OTA) to NRF51822, with using nrf-toolbox in android mobile so please tell me step by step procedure. and how to setup nrfDK to...
hello every,do you have the same question?
i delete the bsp relevant document,then i find that when i disconnect it from APP,it delay to Generate disconnect events. i use...
I'm trying out 6lowpan examples in the IoT SDK, and while everything works,
if I want to disconnect by running:
echo "disconnect 00:50:49:71:3b:44 1" > /sys/kernel/debug...
I have compiled the following list of error that are given by BLE Stack from the ble_app_gls code.
I would like to know what action needs to be taken on reception of all...
Hi everybody!
I want to do a connection between two BLEnano, one is the mater and the second the slave.
I have programmed the two BLEnano using the Arduino IDE and libraries;...
Hello,
I was wondering what is the best option/way to merge two functionalities which are developed in different examples of the nRF52 sdk12.2.
For instance, I would...
hi,
my device is nrf52832
i run my spi sd card driver fine in debug mode, but when i download it ( F8 ), it can not work!
so my question is what is the difference...
Hi,
I need to monitor radio channels and find the best one (with lower background noise) to use.
Is there any way to measure radio signal level in a particular frequency...
My problem: The run of my 1. DFU - Implementation delivers an error code after executing the line "err_code = ble_dfu_init(&m_dfus, &dfus_init);". For my opinion this is caused...
I'm trying to get a simple "Hello world" program to run on the Nordic ID Medea.
As soon as I start debugging I get the error "The bootstrap could not be loaded".
Any idea...
I follow this:
developer.nordicsemi.com/.../a00092.html
Creating an image file
The format of the firmware image that you use to update the device firmware depends on...
My problem: The run of my 1. DFU - Implementation delivers an error code after executing the line "err_code = ble_dfu_init(&m_dfus, &dfus_init);". For my opinion this is caused...