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...
If all you need is changing PHY, Tx power and Device Name in a standard nRF52840, do you need building a new bootloader from the scratch or the is a way to edit the standard...
Hello,
I'm experimenting with the nRF SDK for Mesh v3.2.0 and a nRF52832 DK, specific with the LPN example.
I want to enable BLE DFU support so I followed the instructions...
I am programming with SDK15.0. Then I use nRFgo studio to download the merged program to the DK board. But it reported a validation failure. So I tried to download softdevice...
I am building a project that is based on the custom service example https://github.com/bjornspockeli/custom_ble_service_example but I don't like how it advertises in a way...
Hi!
I am trying to test the Immediate Alert Client application example (ble_app_ias_c) from nRF5_SDK_15.0.0 on my nRF52832 based module. I want to understand how to test...
Hello,
I'm using this example of code (nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10040\dual_bank_ble_s132\arm5_no_packs) with my custom board to perform a dfu....
I have a peripheral device based on the nRF52832, using SDK 15.3.0. It uses a bunch of the standard services, including the TX Power Service, plus a custom one. When I connect...
What would be the best example to start with if i have to send the sensor data from nrf52840 to a mobile application using SDK for mesh? I have asked this question before...
Hi, could you tell me where I can find a sample project with button-less DFU-OTA and an application like ble_app_gls?
1. I use Windows 10; Embedded Studio; nRF52840 DK;...
Hello, We are using the NRF52840 and softdevice S140, PCA10056 on all examples. SDK version is 15.3. We see a problem following the secure OTA DFU protocol regarding acessing...
Hi,
I'm developing and testing the code using the PCA10040, but this board uses the NRF52382_XXAA which contains more memory and I want to use the NRF52382_XXAB. So, how...
Hello guys,
I have coin cell powered nRF52832 based sensor node. I develop the firmware in Segger Embedded Studio, SDK15.3.0.
On the pressure of a button on the sensor...
Mesh SDK:3.2.0
I want to send dimming level to server, and want return data of dimming level with mcu voltage.
When I receive server set callback, I tried: status publish...