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...
After run the nRF Connect on my PC the CPU usage becomes very high (over 95% on the WMI provider Host service), then the PC does not performe any other task.
When I close...
Hello,
I'm newbie with BLE and nRF52832.
I'm using IAR 8.22.1 and softdevice S132 V6.0.0.
The problem is that my program worked fine but suddenly the entry point is...
Hi, all,
I confuse with the function of shortcuts register while I'm using timer with two compare events in 52832.
In main() , I use API: nrfx_timer_extended_compare to...
Hello Everyone, I wanted to implement the following 1. Whenever i press the button1 on my nRF52832 DK, the alarm tone on my mobile phone should ring indicating that button1...
hi to all,
i am developing a device wih nordic NRF51822 module, i want use app_timer module to blink led with spec pattern, in my program i had successfully used app_timer...
Hi all ;
I am the new guy of using the nordic ble . Now I met some problems when I create the project:
sdk : nRF5_SDK_12.3.0_d7731ad
chip :nRF51822
1. Using the...
Hi,
I tried the serial example on the PCA10028/PCA10031 and PCA10040.
I found that this demo will fail on both PCA10031 and PCA10040, like this:
Activating auto...
Hi,
Many of us use C++ rather than C (as it is superior in every way). When including many of the Nordic SDK header files it is necessary to wrap them in
extern "C"...
I am using my iphone with the blinky app and I want to experiment with the range by changing the power level on my nRF52840 development board.
I have the Segger tools up...
I'm hearing mixed things about RSSI being broadcast, and I'm hoping I can get a clear answer on it. If a device is paired with an android phone. Is it possible to get constant...
I'm trying to create a service with 2 characteristics. One is a MTU to send large amounts of data from my peripheral via notifications to the host and the other is a RW characteristic...
Hii everybody I am new to nordic nrf52832 board. i have to implement sensor of inversense ic 20648 (Accelerometer and gyroscope ) sensor using i2c with board nrf52832 in sdk14...
Hi,
I am new to Nordic's softdevice based development and I want to build a basic application for advertising to understand more about the softdevice. I went through the...
I know this question has been asked before, but I couldn't find an answer...
I'm looking for an example of how to use the nRF52832's SWO feature with the SEGGER JLink product...