From a990c8e51a94f54954860606aad4e3a4f1bcbd89 Mon Sep 17 00:00:00 2001 From: sscgitea Date: Sun, 10 Mar 2024 13:43:58 +0100 Subject: [PATCH] Dateien nach "/" hochladen --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4361624 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# SolarWeatherStation with openSenseMap upload + + + +## Getting started + +A little project to send weather conditions to openSenseMap.
+
+This device is available on [Werners Balkon](https://opensensemap.org/explore/62475ca3dacbac001c9d8b9f)
+
+[Solar Powered WiFi Weather Station V2.0](https://www.pcbway.com/project/shareproject/W155288ASM1_Gerber_Solar_Powered_WiFi_Weather_Station_V2_0.html)
+My esp borad are [AZDelivery D1 Mini NodeMcu mit ESP8266-12F](https://www.amazon.de/gp/product/B0754W6Z2F/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1)
+The sensor for temperature, humidity and pressure are [BME280](https://www.amazon.de/gp/product/B07FS95JXT/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1).
+My wind sensor made by [Eltako 20000082 WS Windsensor](https://www.amazon.de/gp/product/B0018LBFG8/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1)
+The [Solar panel](https://www.amazon.de/gp/product/B073XKPWY7/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1).
+My smal [battery](https://www.amazon.de/gp/product/B00XZQJQBU/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1) is fine.
+ +## additional files + +The Case for you 3D printer. +https://www.thingiverse.com/thing:5820277 + +## additional links + +[anemometer calculation](https://github.com/sbiermann/esp8266-anemometer/blob/master/esp8266-anemometer.ino)
+[dewPont calculation](https://github.com/wero1414/ESPWeatherStation/blob/master/Esp8266weather/Esp8266weather.ino) + +## License +Apache License 2.0. + +## Project status +finished