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 searched the devzone and there is quite few topics about how the relay is enabled / disabled in the FW... according to https://www.youtube.com/watch?v=r9CvtbCmYQY...
Hi,
I'm unable to hit my break points while using the J-link Lite debugger.
Mostly, after I've attached the debugger and reset, it goes to the correct location
FUNC_NORETURN...
Hi,
I am using the nrf51422 controller and other controller which contains Bluetooth .The nrf51422 Bluetooth is central and other controller Bluetooth is peripheral.I am...
Hi to all,
I am using nRF52832 DK with SDK 15.0 version. My two nRF52 DK damaged while debugging I am a little bit confused why this happening.
When I debugging I used...
Hi,
I need a way to dynamically disable watchdog when I do MMD debugging. I found the old trick, check bit 0 on CoreDebug->DHCSR, does not work any more in MMD. Is that...
I suspect a possible race condition happening during NUS service discoveries. I have two peripherals that are advertising and have DIS, Battery and the NUS service enabled...
Hello,
I have configured max30101 with nrf51 and I want to read the fifo of max30101. The fifo can contain 32 samples and the size of each sample could vary from 3-9 bytes...
I followed the suggestions in https://devzone.nordicsemi.com/f/nordic-q-a/51642/can-t-build-nrf-connect-asset-tracker
But, still having the same issue.
Using tag v1.0...
On one of our products, we are experiencing approximately 4% failures during production. I traced the problem to be caused by function sd_softdevice_enable not returning....
Hi Devs,
based on this example
https://github.com/NordicPlayground/nRF52-Bluetooth-Course
i was able to run it, and the value field appear below the Unknown Characteristics...
Hello Everyone, I newbie to BLE world and new to programming. Currently I am following this github repo: https://github.com/sandeepmistry/arduino-BLEPeripheral . I am using...
Dear team, Device - nRF52832 SDK - nRF_SDK_15.0.0 Softdevice - s132_nrf_6.0.0 IDE - Segger embedded studio
My application needs to toggle one gpio pin using app timer in...
I'm developing for the nrf9160 and would like to clone the sample projects at https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160
branch nrf9160_samples...
Hello,
I'm using SDK15.3 (Generic_Stack_S332_06.01.01).
IROM1 Add :0x30000
IRAM1 Add : 0x20003600
Central Firmware support already in SDK14.3 just I move this part...
I have made a state machine in which
I first initialize gpios, power management, clocks, and ble stack
I then put nrf into deep sleep (System OFF) state
A wakeup signal...