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...
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 want to do 2 things with the nRF51822 beacons
Add an ADC output to the advertising packet (non-connectable mode)
Set the advertising interval to 1 hour or longer...
I measured the current drawn by the nRF51822 beacon with its default beacon code. The current was about 1 mA which was same as in another thread
The suggested solution...
We have been manufacturing for a while with the nRF51822, Revision 2, and WLCSP package and build code D0 (D0 is what Nordic recommended me to spec to contract manufacturers...
Hi all,
I have application that read analog level and send the data with connection interval of 10 ms and 0 dBm, how can i calculate the current consumption of BLE? i read...
Hi
I want to use Printf() in the DT2 but it cannot output msg to terminal.
I used hal_uart_config() to config UART TX/RX/Baudrate... in mail.c then
call hal_uart_put_str...
I use S110 V7.1.0,nrf51822 chip,
now I need write and read flash data in BLE mode.
When can I write the flash data at BLE mode?
When can I read the flash data at BLE...
I'm calling the requestData function and lib_aci_close_remote_pipe at the same time.
The lib_aci_close_remote_pipe returns 0x8E command error which means: "Command rejected...
Hello,
I need to store some app configuration on the FLASH and I'd like to use the features of pstorage module.
I don't understand the following thing ...
When the...
Hello,
I am currently using the SDK setup from this URL: embeddedsoftdev.blogspot.de/.../ehal-nrf51.html
In order to use that setup, one must change a line in the file...
Hello,
I downloaded MDK arm from Keil website (keil mvision 5), SDK and MDK pack from nordic download site. After installing SDK, I am not able to find example projects...
Hello,
I have quite a few of setting on my nodes and I want to save some of these permanently. Currently I am using the pstorage module and everything works as expected...
Hello everyone,
i can able to set the static passkey but i would like to know the difference bewteen security key and passkey how can i set security key ? any suggestions...
Good day!
Faced with the problem that I didn't get to run N5 Starter Kit (nRF51422) on maximum speed in Advanced Burst Mode, using ANTware II with ANTUSB-m to read packets...
I read the multi-role project on Github. For time slot part, there's no explicit hfclk start/stop operation along with the radio events, is it possible that sd_radio_session_open...