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 have a project with 52810, I met below build error when compiling dfu project:
.\_build\nrf52832_xxaa_s132.axf: Error: L6366E: uECC.c.o attributes are not compatible...
Hi
Now I'm using nRF52810 base on SDK v14.1 and I want to do the OTA for it. When I combile the bootloader project, I get so many error "No space in execution regions....
I just want to change the Advertising interval min and max values in ble_gap.h file in meta wear RG
so do I have to change firmware code or is there any other way to deal...
In the eclipse setup here
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/development-with-gcc-and-eclipse
It give two links to example eclipse projects...
I can see that we can use APPROTECT to disable reading of the flash.
This seems to be reversible using: nrfjprog -f NRF52 --recover, which will erase the flash and allow...
I used SDK nRF5_SDK_14.1.0_1dda907.
I added cycling speed and cadence service of BLE and bicycle speed and cadence of ANT+ in ble_ant_app_hrm example of multiprotocol. ...
First - thanks to those who answered my question about the Segger Embedded Studio code size limit. It appears to have be fixed when I switch the build configuration from ...
I would like to use a Bluetooth protocol analyzer for sniffing traffic in my Mesh network. I need to input the devkey(s), netkey, and appkey to the protocol analyzer software...
Hi,
I am adapting the uart example to send mensages between central and peripheral using JSON. In this moment I can send central <------>peripheral...
I have a problem...
HI I'm developing Mesh network with SDK for mesh 1.0.1.0
I just started with own provisioner code bud a really need some debug print while programme running.
I tried a...
i have created whitelists for filtering connection its working fine now, but when i restart my firmware the stored whitlists data become cleared so i need to bond each time...
Hi All!
I use "examples\peripheral\usbd\" example Project as reference to implement my own HID protocol.
I use only EP1 in/out 64 bytes both.
faced with a question,...