jcchurch13 / Mechaduino-Firmware

Hardware available here:
http://tropical-labs.com
Other
389 stars 232 forks source link

Calibration Settings #28

Closed yngndrw closed 3 years ago

yngndrw commented 6 years ago

This is a really cool project that I'm very interested in, but one thing that stood out to me was the need for recompilation when changing settings and during calibration.

Now I'm aware that this microcontroller doesn't have any EEPROM storage, but there are some libraries to use the flash memory for this purpose. https://github.com/cmaglie/FlashStorage

By using flash storage for the calibration, it would then be possible to have the calibration routine writes its calibration directly and skip the recompilation step, making Mechaduino much easier to use.

osresearch commented 6 years ago

PR #30 adds this functionality