Hi,
I purchased a Qorvo QM33120WDK1 UWB development kit that uses a Nordic nrf52840-DK. I have been using this DK for weeks without issues, but the last time I used it...
I'm trying to add diagnostic logging functionality to my Matter project using SDK version v3.0.1. I followed the steps outlined here: ( https://docs.nordicsemi.com/bundle...
Hello,
I have been able to get FW OTA to work perfectly well over BLE using
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU =y
Now I am trying to display the update progress...
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...
Acctually, I use nRF5 SDKs for transferring IMU sensrsor data via bluetooth to mobile app. When I check the license of source codes, the components kiibohd controllerv0.5...
Hi all, I swear I've read every post under the sun regarding this, and tried so many different things from all of them that my project is probably slightly screwed now. I...