Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanzythebar/waterchamber
https://github.com/zanzythebar/waterchamber
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zanzythebar/waterchamber
- Owner: ZanzyTHEbar
- Created: 2022-09-26T14:34:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T22:48:17.000Z (over 1 year ago)
- Last Synced: 2024-10-10T21:13:34.804Z (26 days ago)
- Language: C++
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Water Chamber
This is an `ESP32` based water chamber controller.
This project is an example usage of my [EasyNetworkManager](https://github.com/ZanzyTHEbar/EasyNetworkManager) library.
It is a simple web server that allows you to use `GET` requests to read the data coming from a select set of sensors.
## Sensors
This library uses my [EasySensorManager](https://github.com/ZanzyTHEbar/EasySensorManager) library to read the data from the sensors.
Supported sensors:
- DHT11
- DHT22
- DHT21
- SHT31
- DS18B20
- HC-SR04## Usage
### Features
### Setup