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 want to use a nRF51824 to scan a specified smart phone and use the RSSI to estimate the distance. Is there a simple and basic example of this funtion...
Hello everyone
I have a small question about Mesh_gatt_pdu_type_t in light_switch_example.
When my NRF52 connect with smartphone over BLE mesh proxy, my smartphone will...
I am developing my project in a nRF52832 custom board. I am working in SDK v12.2.0. My application program is based on ble_app_uart.
It seem a bug about the defined characteristic...
Hello All,
I have compiled and flashed fresh ble_sdk_app_proximity with armgcc to my NRF52DK(S132,SDK15.0.0). After connecting to the DK with nRF connect ios app I can see...
Hi All,
Am using SDK 11.0.0.89a8197 Device Manager,
I get this error very randomly .. My case is I allow only one device to bond with me , After bond I always advertise...
This question is similar to the feature request: devzone.nordicsemi.com/.../sdk-12-x-0-future-feature-requests
I have to evaluate if we buy Tracealyzer ( percepio.com/....
Hi.
I have a problem to understand what is the difference in SFR registers IEN1 and INTEXP.
Bit 2 in both of them is responsible for enabling 2-Wire completed interrupt...
Hi,
We are currently developing an app which require DFU.
As part of the bootloader development we would like to use the SWO in order to do a printf debug.
In the app...
Hi there,
I am looking to double check the state of NRF52840 while its reset is active.
I have found this thread regarding the NRF52832 ( https://devzone.nordicsemi...
Hi,
I am using sdk12.2.2 and customised nrf52 boards. I am storing 9000 records with 7 bytes each in flash.
After sometime I am getting buffer space full error and I am...
Hi!
I am developing anapplication on NRF52 DK. I need to preserve value between software resets and to do so i tried to use GPREG .
To set value i use code:
//set value...
Hello, I am a student studying firmware
I want to use SPI and UART in one project at the same time.
The soft program uses KEIL and is the latest version. Code generation...
I just received the PPK and use it for the first time.
I am trying use the PPK to monitor the current of an external board.
SW2 is set to 'external' and SW4 is set to...
I have downloaded both "nRF5_SDK_15.0.0_a53641a" and "thingy_sdk_v2.1.0".
After that I tried to build the "main.c" file of " thingy_sdk_v2.1.0" in keil uVision5 but it showed...