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...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
I want to establish a 2-way communication with (nrf52 and nrf52840) and (nrf52840 and nrf24) but I am having issues getting started with the coding. This is my first...
Hi All,
I have been using the fatfs examples to write data to a SD-CARD Using SPI, Up until now I have been able to use effectively, as per the documentation I Understand...
I don't know how to manage the Bonding key. I confirmed the following sequence, but it is abbreviated as "Keys stored in keyset". At what timing and how should I get and save...
Hi guys,
I am creating an application that can enable my device to measure the voltage and temperature, after I am able to send these data via BLE to my mobile app (nRF...
hello Nordic
i am working with nrf52832, sdk 6.0, softdevice s132 v7.0
i read around the forum that i can advertise a beacon packet every 20 ms
but in the ble_app_beacon...
I was using MBED TLS crypto library for various cryptographic stuff and hashing. It was working fine with SDK 1.2.
I tried to port my code to latest SDK 1.3 and I am having...
Hello
I'm now going to read PD_SCK and Dout from Hx711
but i can only get the value from PD_SCK, no value from Dout
here is my code, using NRF52810 and HX711, hope someone...
I have currently building and am running the SPI Transaction Manager Example (spi_master_using_nrf_spi_mngr_pca10040) on the nrf52 pca10040 board, where is information for...
hello Nordic
i am working with nrf52832, sdk 16.0 s132
1. i see when i use the app_time i have to initialize it using this line of code :
though i thought and...
Hello, I updated a working project based on nRF52832_xxAA 32Mhz crystal, from SoftDevice S132 5.0.0 to 7.0.1, (set preprocessor NRF_SD_BLE_API_VERSION=7)
now the sd_softdevice_enable...