An Arduino or ESP8266 based weather station which can be extended by different modules.
Go to file
Gergely Polonkai b7a808eaa3
Add support for rain sensors like FC-37 or YL-83
2021-01-15 10:12:14 +01:00
.gitignore Initial version that does nothing but replies to the /metrics endpoint 2021-01-15 10:12:14 +01:00
README.md Initial version that does nothing but replies to the /metrics endpoint 2021-01-15 10:12:14 +01:00
WeatherStation.ino Add support for rain sensors like FC-37 or YL-83 2021-01-15 10:12:14 +01:00
config.h.sample Add support for rain sensors like FC-37 or YL-83 2021-01-15 10:12:14 +01:00

README.md

Modular Weather Station

Compiling

Copy the file config.h.sample to config.h and edit the parameters within.

You can either compile the whole sketch from within the Arduino IDE or, if you are familiar with the CLI, you can use the official Arduino CLI tools:

arduino-cli compile -b --fqbn esp8266:esp8266:nodemcuv2 /path/to/the/sketch /path/to/the/sketch/build