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,
I got the following log in my multiprotocol application:
SOFTDEVICE ASSERTION FAILED AT 0x00025b94
Since this address locates at softdevice, I can not know what...
Hi, i want to connect nRF52 Thingy with nRF6707 power profile kit to measure the current acquire by thingy.
How to connect the thingy to power profile kit
And also i...
I had updated Thingy:91 nRF9160 firmware to 1.1.1 using nRF Desktop Programmer. I used the "Cellular Modem" button and attached the new file mfw_nrf9160_1.1.1.zip
However...
Hi
We are developing by connecting nRF52832 to SMT32f303cb's SPI interface.
SMT32f303cb operates as an SPI Master.
If the clock frequency of SPI Master is changed to...
Hi there,
I am using the FDS module to store some application data in flash. It is my understanding that every time the data is updated using fds_record_update, a different...
The nrf52832 defined the 250k mode in the specification, but it is Deprecated. We want use nrf52832 send data and Nrf24l01+(or nrf52832) receive data in our pruduct. We have...
In my situation, I want to use bluetooth to designed a piconet which has 1 master and up to 4 slave .
Each slave upload data 2KB/S ,and the max distance support is 10 m...
The following code is from "Boot_Loader\nrf_bootloader_app_start_final.c":
__STATIC_INLINE void jump_to_addr(uint32_t new_msp, uint32_t new_lr, uint32_t addr) { __ASM volatile...
Hi Guys ,Currently i am working project related to Bluetooth Low Energy. I want to perform Device Firmware Upgrade from (Server Side to Client Side ) need some Sample code...
Regarding I2C, the Nordic specifies a typical value for frequency in different modes (nrf52832/40); however there is no tolerance specified for the frequency. What is the...
Hello, we are trying to use a uart while minimizing power consumption. On this post
https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current...
Hi,
I am evaluating the nRF52840-DK and wanted to add some debug code to the UART.
I have used the same libraries as the 'UART_PCA10056 (which works), but when the code...
Hi,
I'm using SDK5 V16 with the NRF52dk. I'm writing a SPI <-> BLE <-> USB I/O chain and am still kinda stumped by the SPI. All the examples work just fine, but when I look...