jslater89 / libra-cervisiae

Libra Cervisiae is an ESP32-based controller for high-precision scales, used to measure fermentation progress.
https://jslater89.github.io/libra-cervisiae
GNU General Public License v3.0
11 stars 2 forks source link

Convert firmware to ESP32 #12

Closed jslater89 closed 5 years ago

jslater89 commented 5 years ago

The blocker on this one is replacing DoubleResetDetector for the ESP32, which may not be readily attainable given how RTC memory works on the ESP32.

If not, it'll require a circuit change—add a third button to hold to do 'reboot into hotspot mode'.

jslater89 commented 5 years ago

DoubleResetDetector doesn't appear to be feasible—pulling EN low resets the RTC, too, so no data can survive.