Stromsparmaßnahmen für die MicroPython-Firmware im Batteriebetrieb

Introduction

With one of the recent commits Add deep sleep, see #2 · hiveeyes/terkin-datalogger@3e73a3f · GitHub, the Hiveeyes MicroPython Datalogger Firmware for BOB should support deep sleep. As more things will be following to become version 0.4.0, we didn’t cut a new release yet.

Configuration

https://github.com/hiveeyes/hiveeyes-micropython-firmware/blob/master/settings.example.py#L11-L12

Discussion


Please note

that

  • we upgraded to the most recent Pycom MicroPython 1.20.0.rc11 firmware with no effort [1] to stay up to date.
  • we switched from FatFS to LittleFS with no effort [2] to stop filesystem corruption in brownout conditions.

[1] https://github.com/hiveeyes/hiveeyes-micropython-firmware/blob/master/doc/pycom-firmware-upgrade.rst#install-and-acquire-prerequisites
[2] https://github.com/hiveeyes/hiveeyes-micropython-firmware/blob/master/doc/getting-started.rst#switch-to-littlefs


Happy testing!

1 Like