Measuring Pipe's capacitance to track the quality of the pipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Flinner Yuu 38ad3accc7
1st README draft
2 years ago
docker-compose docker-compose 2 years ago
include init 2 years ago
lib init 2 years ago
src working mosquitto 2 years ago
test init 2 years ago
.gitignore init 2 years ago
README.md 1st README draft 2 years ago
platformio.ini init 2 years ago

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