Reading from rt1062 board filesystem

Hi, may i know if it’s possible to save a config file of sorts in the board’s filesystem for the board to read from/write to? If so, i would greatly appreciate it if someone can point me to material on how i can do this thanks!

Yeah, just save a json file. Python supports reading/writing json files to Python dicts/arrays natively. So, it’s very easy to store and load settings.

We will also be offering a feature in the IDE shortly that makes the config file appear as a GUI with settings to edit.

Got it, thank you!