nRF Connect SDK hands-on, part 4: Storing data on non-volatile memory

Опубликовано: 30 Июль 2026
на канале: Nordic Semiconductor
3,884
35

The video primarily focuses on storing data in non-volatile memory. The data can be anything, we will demonstrate storing the environmental sensor (or simulated sensor) readings in non-volatile memory. This could be the internal non-volatile memory of the SoC, or an external memory device connected to the SoC via SPI or QSPI.

In this developer-oriented, hands-on video series, we will help you get started quickly with application development in nRF Connect SDK. nRF Connect SDK is a comprehensive, modular, and scalable software development kit for building IoT applications. Throughout the series, we will build a Bluetooth LE application step by step, starting with adding both simulated and real sensors and retrieving their data wirelessly through Bluetooth LE. We will then dive into topics such as storing data permanently on non-volatile memory, power optimization, PPK2, and finally, how to add FOTA (DFU) over Bluetooth LE.

You can find the slides used in this video series here:
https://view-su3.highspot.com/viewer/...

The source code of the demo application built throughout the video series can be found here: https://github.com/NordicDeveloperAca...