The Aqua Level Server is a project that utilizes an ESP8266 D1 Mini microcontroller to monitor and measure water levels in a tank. This repository contains the Arduino source code required to set up and operate the ESP8266 D1 Mini as a server that provides real-time water level data.
- Measures water level in a tank using sensors connected to the ESP8266 D1 Mini.
- Provides real-time data over Wifi.
- Can be accessed via the AquaLevel android app.
- ESP8266 D1 Mini microcontroller
- HC-SR04 Ultrasonic Sensor
- 5v usb or equivalent power supply
- SD Card for local data storage
- Arduino IDE
- ESP8266 Board Support Package for Arduino