├── CircuitSensors.pdf ├── CircuitSensorsAS5600.pdf ├── CircuitSolarTracker.pdf ├── README.md ├── libraries ├── Bolbro │ ├── Bolbro.cpp │ ├── Bolbro.h │ ├── BolbroWebServer.cpp │ └── BolbroWebServer.h └── Weather │ ├── CalibrationPacket.h │ ├── HC12.cpp │ ├── HC12.h │ ├── Packet.h │ ├── WeatherConfig.h │ └── WeatherPacket.h ├── pictures ├── ScreenShotAdministration.png └── ScreenShotBolbroWetter.png ├── plan.svg └── sketches ├── weatherbase ├── DailyMinMax.h ├── History.h ├── Sun.cpp ├── Sun.h ├── data │ ├── BolbroHaus.png │ ├── GreenDot12.png │ ├── RedDot12.png │ ├── WeatherIcon01d.png │ ├── WeatherIcon02d.png │ ├── WeatherIcon03d.png │ ├── WeatherIcon04d.png │ ├── WeatherIcon09d.png │ ├── WeatherIcon10d.png │ ├── WeatherIcon11d.png │ ├── WeatherIcon13d.png │ ├── WeatherIcon50d.png │ ├── administration.html │ ├── azimuth.png │ ├── battery.png │ ├── humidity.png │ ├── icons.svg │ ├── inclination.png │ ├── index.html │ ├── pressure.png │ ├── rain.png │ ├── raindrop.png │ ├── sun.png │ ├── temperature.png │ ├── updated.png │ ├── weatherdata.json │ ├── wind.png │ ├── windE.png │ ├── windENE.png │ ├── windESE.png │ ├── windN.png │ ├── windNE.png │ ├── windNNE.png │ ├── windNNW.png │ ├── windNW.png │ ├── windS.png │ ├── windSE.png │ ├── windSSE.png │ ├── windSSW.png │ ├── windSW.png │ ├── windW.png │ ├── windWNW.png │ └── windWSW.png └── weatherbase.ino.customize └── weatherstation ├── AS5600.cpp ├── AS5600.h ├── Tracker.h ├── WeatherReport.h └── weatherstation.ino /CircuitSensors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/CircuitSensors.pdf -------------------------------------------------------------------------------- /CircuitSensorsAS5600.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/CircuitSensorsAS5600.pdf -------------------------------------------------------------------------------- /CircuitSolarTracker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/CircuitSolarTracker.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/README.md -------------------------------------------------------------------------------- /libraries/Bolbro/Bolbro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Bolbro/Bolbro.cpp -------------------------------------------------------------------------------- /libraries/Bolbro/Bolbro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Bolbro/Bolbro.h -------------------------------------------------------------------------------- /libraries/Bolbro/BolbroWebServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Bolbro/BolbroWebServer.cpp -------------------------------------------------------------------------------- /libraries/Bolbro/BolbroWebServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Bolbro/BolbroWebServer.h -------------------------------------------------------------------------------- /libraries/Weather/CalibrationPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Weather/CalibrationPacket.h -------------------------------------------------------------------------------- /libraries/Weather/HC12.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Weather/HC12.cpp -------------------------------------------------------------------------------- /libraries/Weather/HC12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Weather/HC12.h -------------------------------------------------------------------------------- /libraries/Weather/Packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Weather/Packet.h -------------------------------------------------------------------------------- /libraries/Weather/WeatherConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Weather/WeatherConfig.h -------------------------------------------------------------------------------- /libraries/Weather/WeatherPacket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/libraries/Weather/WeatherPacket.h -------------------------------------------------------------------------------- /pictures/ScreenShotAdministration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/pictures/ScreenShotAdministration.png -------------------------------------------------------------------------------- /pictures/ScreenShotBolbroWetter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/pictures/ScreenShotBolbroWetter.png -------------------------------------------------------------------------------- /plan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/plan.svg -------------------------------------------------------------------------------- /sketches/weatherbase/DailyMinMax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/DailyMinMax.h -------------------------------------------------------------------------------- /sketches/weatherbase/History.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/History.h -------------------------------------------------------------------------------- /sketches/weatherbase/Sun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/Sun.cpp -------------------------------------------------------------------------------- /sketches/weatherbase/Sun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/Sun.h -------------------------------------------------------------------------------- /sketches/weatherbase/data/BolbroHaus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/BolbroHaus.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/GreenDot12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/GreenDot12.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/RedDot12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/RedDot12.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon01d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon01d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon02d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon02d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon03d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon03d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon04d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon04d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon09d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon09d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon10d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon10d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon11d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon11d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon13d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon13d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/WeatherIcon50d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/WeatherIcon50d.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/administration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/administration.html -------------------------------------------------------------------------------- /sketches/weatherbase/data/azimuth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/azimuth.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/battery.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/humidity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/humidity.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/icons.svg -------------------------------------------------------------------------------- /sketches/weatherbase/data/inclination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/inclination.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/index.html -------------------------------------------------------------------------------- /sketches/weatherbase/data/pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/pressure.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/rain.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/raindrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/raindrop.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/sun.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/temperature.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/updated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/updated.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/weatherdata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/weatherdata.json -------------------------------------------------------------------------------- /sketches/weatherbase/data/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/wind.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windENE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windENE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windESE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windESE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windN.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windNE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windNE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windNNE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windNNE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windNNW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windNNW.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windNW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windNW.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windS.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windSE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windSE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windSSE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windSSE.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windSSW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windSSW.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windSW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windSW.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windW.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windWNW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windWNW.png -------------------------------------------------------------------------------- /sketches/weatherbase/data/windWSW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/data/windWSW.png -------------------------------------------------------------------------------- /sketches/weatherbase/weatherbase.ino.customize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherbase/weatherbase.ino.customize -------------------------------------------------------------------------------- /sketches/weatherstation/AS5600.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherstation/AS5600.cpp -------------------------------------------------------------------------------- /sketches/weatherstation/AS5600.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherstation/AS5600.h -------------------------------------------------------------------------------- /sketches/weatherstation/Tracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherstation/Tracker.h -------------------------------------------------------------------------------- /sketches/weatherstation/WeatherReport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherstation/WeatherReport.h -------------------------------------------------------------------------------- /sketches/weatherstation/weatherstation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarrysLapTimer/WeatherStationOne/HEAD/sketches/weatherstation/weatherstation.ino --------------------------------------------------------------------------------