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
1 year ago
docker-compose docker-compose 1 year ago
include init 1 year ago
lib init 1 year ago
src working mosquitto 1 year ago
test init 1 year ago
.gitignore init 1 year ago
README.md 1st README draft 1 year ago
platformio.ini init 1 year 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