This repository contains the code for an adaptive climate control system using MicroPython. It's designed for smart environmental management, suitable for applications like smart greenhouses, home climate control, and other environmental monitoring systems.
- Adaptive PID Control: Precision management of environmental conditions.
- Sensor Integration: Works with temperature and humidity sensors (DHT22).
- OLED Display Support: Real-time monitoring of climate conditions.
- Customizable Settings: Setpoints for temperature and humidity can be tailored to specific needs.
To set up the system:
- Clone the Repository: git clone [repository URL]
- Prepare Your Device: Ensure MicroPython is installed on your target device.
- Load Libraries:
Refer to
dependencies.txt
for details on loading thessd1306
library. - Deploy:
Transfer the
.py
files to your MicroPython device.
With the setup complete, the system will autonomously monitor and adjust environmental conditions based on the predefined setpoints.
Contributions are welcome! Feel free to fork the repository, make your changes, and submit a pull request.
Licensed under the MIT License. See the LICENSE
file for full details.