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...
Hi everyone, I have been using for a while the Adafruit nRF52 Feather board, programming BLE related apps using the Arduino IDE using the Bluefruit library for BLE.
I wanted...
Hello everyone, I have a custom board based on the QIAA layout, when i try to flash the bluetooth beacon example from the zephyr samples directory, the board does not advertise...
I have implemented a project that incorporates the 802.15.4 radio driver for use with a in-house developed router stack.
The implementation appears to work fine between...
Hi,
I've been working on UDP comunication so I looked into an example posted in the devzone that uses UDP (fetch time over NTP). I'm able to build and flash this application...
Hello,
I want to change the channel mask of the advertising channels like this
m_advertising.adv_params.channel_mask[4] = 0xC0; // only Channel 37
and sniff it.
I...
Hello I am a new user in the BLE world.
I am using the nRF52 DK board and trying to program it via PlatformIO by visual studio code i.e coding with arduino programming C...
Hi,
I'm looking for some design guidance on how to properly secure the device, code, access tokens etc.
- Does secure boot protect the device from being re-flashed...
I am using BQ25120A with nrf52832, but when I power up the nrf52 with battery then it continuously reboots. What is the reason behind this and how should I overcome it? Initially...
I am by no means a software expert, but I am pretty decent but I am having a hard time wrapping my head around the SDK/HAL and getting a project going. I see the examples...
Hi:
We has a device use the hid keyboard and privacy gatt Service. Now we development the app with Android-BLE-Library, and can not to resolve some question.
1. While...
I have successfully added an event handler for managing if a write operation is performed on a characteristic, but how can I know that which characteristic has been written...
Hello,
This example I got it working with nrf toolbox app, but I was wondering if this should work also with a win7 PC. https://infocenter.nordicsemi.com/topic/com.nordic...
Hi,
in NB-IOT the UE should make a Traffic Area Update TAU when timer T3412 expires. I have a project based on the UDP_with _PSM sample. When I configure the PSM timer to...