Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 788 Bytes

File metadata and controls

8 lines (5 loc) · 788 Bytes

openGRO-EnvironmentController

About The Project

openGRO-EnvironmentController is device firmware for a custom piece of hardware consisting of an ESP32 microcontroller, which controls a set of relay outputs using an MCP20137 I2C GPIO expander. It could easily be adapted for use with different outputs. The firmware subscribes to configuration topics over MQTT, stores the config data in NVS (Non Voltatile Storage,) and executes and multi-stage control algorithm to decide the state of the outputs.

This project is build on top of the ESP-IDF, and should be compiled using the tools found in that repository. The MCP23017 driver comes from the excellent ESP-IDF-LIB