Skip to content

ESP32 integration

Latest
Compare
Choose a tag to compare
@ranjib ranjib released this 23 Nov 07:57
· 247 commits to main since this release
e5269b6
  • this release of reef-pi introduces a full featured (outlet, pwm and analog read) esp32 driver and integration with the main reef-pi controller software via an http driver interface. Being a full featured driver, it can be used across equipment, ato, temperature, ph and light module.
  • reef-pi can now run on non-pi, common pc hardware based linux systems. This will allow users to run reef-pi on most modern laptop, desktop, mini running debian based linux (ubuntu, debian etc)
  • Collectively this two feature allows reef-pi 6.0 to be run on common pc hardware , while offloading bulk of hardware work (such as ato , temperature sensor reading) to esp32.
  • Log version details during startup and upgrade process.
  • non functional tech updates: connector refactoring, go version update(1.19), npm and go package updates,