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
In the MESH_310 have LPN device.So,I want to integrating Friend feature for light_switch_server example.In this case,this light_switch_server device can be realised...
I want to measure the accuracy of the 32.768 kHz oscillator.
Is there a way to output it on a port-pin, even when it comes out via a divider?
I can't touch the crystal...
HI ,
I want to configure P0.02 as an adc channel .
I also want to read the adc value from P0.02 at regular intervals.
For regular intervals i will put a timer and...
I developed a FreeRTOS application which uses NRF_LOG and CLI enabled. The CLI is used to accept user input, and I used NRF_LOG for system logging. Everything works great...
hi all,
i rebuild the asset_tracker project with nrfConnect SDK (git tag, v0.4.0)
it get hardware exception. how to do it ?
***** Booting Zephyr OS build v1.14.99-ncs2...
Hi
ZED requests beacon every time when it restarts both case ERASE_PERSISTENT_CONFIG is true or false.
But
ZR does not request beacon when ERASE_PERSISTENT_CONFIG is...
Hello,
I've been using the nRF52832 with a Segger JLink Pro which works fine during execution. However during the system initialisation, this is just before getting to the...
Hello,
I have used nRF24L01+ in one of my scientific paper. I need to provide a detailed reference as a citation in this paper. I couldn't find the documentation of nRF24L01...
Trying to have the Nordic Thingy advertise to the ESP32. Using example code found in the ESP32 BLE Arduino.
When running the program, BLE Client, we are able to see and...
hi all,
how to revert interface MCU ATSAM3U2CA-AU(J-link )
when i plug in usb port to PC, DK board can't active .(PC can't detecting any USB Emulators)
check list...
Hello, I am using nrfgo studio to flash softdevice, application and bootloader on nrf52832 I am getting below issue:
" This hex file has data in SoftDevice region. Try programming...
We are using v0.4.0 lte_ble_gateway example running on an nRF9160-DK (0.8.5)
We are successfully pushing data from the UART on the nRF52840 to the nRF9160
Also managed...
Hello, I'll buy ISP 4520 (based on nRF52832) kit.
I request information about the processor's 'power down' of the LORA / BLE combo module.
Depending on the wake-up method...
I am currently working on adding the ambient light sensor to the asset_tracker application firmware. I have managed to configure the I2C, configure the sensor and read the...