blob: 879342b31e766b9e1ab84c8d89ff959b7130f074 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)*
|