From d9506755c6029a2a1f32bd5969f64d42dff980e6 Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 07:53:32 +0200 Subject: Initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..879342b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Simple MQTT pusher for values from hydroponic sensors + +To compile, you need to make a `secrets.h` file with your credentials to services. +``` +#define WIFI_SSID "" +#define WIFI_PASSWORD "" +#define MQTT_USERNAME "" +#define MQTT_PASSWORD "" +#define MQTT_BROKER "" +``` + +You can then either use the Arduino IDE, or run +``` +make configure +make +``` + +## Sensors +- Temperature +- EC *(Using these cheap analog ebay TDS meters)* -- cgit v1.2.3