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,
We are trying to include the UART.h into examples\ble_peripheral\ble_app_hrs and are facing the said error even after including the file.
Can you please help with...
I try to how if boot/reset while power up the board and the LED5 is blinking but when I unpluged the cable and plug it again. The LED doesn't turn on any more. And the computer...
I am using nrf_serial in IRQ mode to communicate with an AT based device. When I reset the device using ATZ, I get NRF_SERIAL_EVENT_DRV_ERR -- likely because the pins go into...
Dear All ,
I am finally able to get my beacon app to compile and work on the nrf51822 using keil with s130 softdevice.
I tried to add service data to the advertising...
Hi,
I have a situation where I have to create 4 TWIS instances on nRF52832.
sdk_config.h only shows 2 TWIS instances.
Is it ok if I add other instances (TWIS2_ENABLED...
Hello,
I was testing output on a GPIO pin with the mesh/dimming_server example and was only able to see 1.6V when measured.
I read through the example on infocenter...
Dear All,
I thought i wrote this question but seems it did not get registered. We are using the Beacon App from sdk 12.3 with the nrf51822 chip on custom board. I have...
Hello, I'm still a beginner with mesh so excuse me, if this might be a silly question or has been answered before. I did not find a post that quite resembled my problem. ...
I'm trying to use some code from the sample files and given libraries to create my own custom program. Upon startup, this is what I get:
Here is the only function called...
I am Currently under process of evaluating various modules for implementing BLE Mesh, Had few concerns regarding the same, would be great if someone can clarify upon them...
Hello,
I have seen today that the new releases of the v1.0.0 SDK and v1.0.0 modem firmware were release for the nRF9160 DK. I have been able to update the modem firmware...
Hi,
I am trying to migrate my project developed on Mesh SDK V2.0.1 to V3.1.0. I followed all the steps you recommend but i am stuck with the configuration of my server node...
hi all ,
i run Serialization application between nRF52840-DK ,it not start up.
how to Debugging this issue? i have been reset connectivity board,the error message halt...
I am trying to connect the MS5611 ( https://www.te.com/usa-en/product-CAT-BLPS0036.html ) using the GY-63 Sensor Module to the n RF52840 with the nRF5_SDK_15.3.0_59ac345 SDK...