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,
I am attempting to set up NVS to capture GPS data received from the modem for transmission to NB-IoT after collection has ended.
I have successfully implimented...
Hi everyone,
I m trying to communicate nRF52832 to an android application " nRF52 UART 2.0" on 9.0.
"nRF52 UART 2.0" app source is from git( https://github.com/NordicPlayground...
Hi everyone, I need to send data (coming from many sensors) from a nRF52 to PC via Bluetooth. I have a custom board with nRF52832 and I am using the nRF52 Development Kit...
Hi Team. There is a connection between nrf52840 and esp32-wroom over uart. Uart settings: baud rate - 115200, data - 8bit, HWFC - disable, Parity - excluded, stop bit - 0...
Hi. We have a project we would like to move to an nRF52840 SoC. I have modified the hid generic example to connect with our test software which basically can send and receive...
Hi all!
I want to make my first code in my nrf51 dk (i have an PCA10028). I have experience with M0 and other uC, but i have never play with BT.
Could you guys recommend...
Hi,
I'm trying to improve throughput by increasing the notification buffer number to 6. (SD132, V 5.0.0, SDK14.2)
I tried to follow the sequence charts as well as use...
I'm in trouble because I can't get my expected Logs in WireShark with nRF51822.
[Enviroment] ・I use "User Guide v2.2" and I installed according to this document. ・My PC...
Hello,
I'm using the nRF52832 DK to implement the light switch example in mesh SDK. For this example I'm using nrf mesh app as the provisioner and in this app , to add a...
nRF52832 power consumption is high after the SPI peripheral is used (approximately 400uA of extra current consumption). I expect it has something to do with the high speed...
Hi,
I am using the nrf52832 board for my project.
I am using the NUS example as a base for my project.
2 services are provided by this application i.e RX Characteristic...
I'm trying to flash a Nordic Thingy. I have it connected to the debug port of a nRF52840-DK, nrfjprog --ids lists no boards, however.
However pyocd produces:
...
I have a question about bonding with "Peer Manager".
I am using the sample project "ble_app_multirole_lesc (SDK V15.3.0)".
I am bonding by "Peer Manager". When bonding...