Dirk- / NanoBLEFlashPrefs

Substitute for the missing EEPROM storage on Arduino Nano 33 BLE and BLE Sense.
GNU General Public License v2.0
15 stars 1 forks source link

Requires fds.h? #10

Open i-g-g-y opened 1 month ago

i-g-g-y commented 1 month ago

Hello.

Testing this on XIAO BLE and it fails compile stating it needs fds.h?

What is the compatibility requirement for this code?

Dirk- commented 1 month ago

fds.h is the header file for the Flash Data Storage functionality of the nRF52840 microcontroller from Nordic Semiconductor. It comes with the Arduino Mbed OS Nano Boards board package which you need for the Arduino Nano 33 BLE board. Please install this package and select "Arduino Nano 33 BLE" before compiling a sketch.

Let me know if it works, it is the first time I heard of a XIAO BLE board.

i-g-g-y commented 1 month ago

Hello.

Many thanks for quick answar, it works with mbed SW package, but my app is written for Seeed package so it is not compatible. Too bad.