Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...
Hello everyone,
I am preparing customized board using nRF52840, However, I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging purpose...
Hi. I tested extended advertising of Bluetooth 5 with examples, ble_app_rscs_c and ble_app_rscs , in SDK 15.2. It works well.
And I added 216 bytes manufacturer's data to...
Hi,
I am doing a job with nRF52832 with keil in initial period. I have two peripherals and connect to nRF52832 via uart, and it runs well. Recently, I migrate the job to...
Hello ,
I have met a problem about the communication between nrf52832 and nrf24le over Gazell. nrf52832 is the device and nrf24le is the host. The problem is that nrf24le...
https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf52
Following the calculations as so, I have worked out the necessary capacitor values...
Hi,
I am using the command line tool nrfjprog to read the device MAC address using the following command:
nrfjprog --memrd 0x100000A4 --w 8 --n 6
I am connected using...
hello,
I want to use nRFgo studio download hex for NRF52810, but I have a problem as follows:
I do not know how to solve the problem, thank you very much!
best regards...
Hi,
I'm using an application based on the light switch provisioner example (BLE mesh 2.2.0).
I'm wondering if the following is possible:
- Request all provisioned nodes...
Sir/Madam,
I am developing application software using nRF51822 in keil microvision 5 IDE. I want to know how to download the hex file without using KEIL IDE. I found the...
I'm looking for an equivalent simple DFU bootloader over UART similar to the HCI example which was provided in the nRF5 v11.0.0 SDK.
Currently, I'm developing with the Sparkfun...
hi,i have a problem! How to Optimize code space in nRF52810,s112,SDK15.2.0,example ble_app_hids_keyboard.
my method is that disable all the code which run in main function...