Measuring Pipe's capacitance to track the quality of the pipe
Go to file
Flinner Yuu 38ad3accc7
1st README draft
2022-12-11 07:13:03 +03:00
docker-compose docker-compose 2022-12-11 07:07:55 +03:00
include init 2022-12-10 22:59:06 +03:00
lib init 2022-12-10 22:59:06 +03:00
src working mosquitto 2022-12-10 23:48:24 +03:00
test init 2022-12-10 22:59:06 +03:00
.gitignore init 2022-12-10 22:59:06 +03:00
README.md 1st README draft 2022-12-11 07:13:03 +03:00
platformio.ini init 2022-12-10 22:59:06 +03:00

README.md

ESP32 capacitance

To connect to wifi, set:

#define WIFI_SSID "SSID_NAME"         // Network Name
#define WIFI_PASSWORD "PASSWORD" // Network Password

And the MQTT host

#define MQTT_SERVER "mqtt.ammar.engineer"
#define MQTT_PORT 1883

Compiling and Uploading

pio run -t upload && pio device monitor

TODO