Dateien nach "/" hochladen

This commit is contained in:
sscgitea 2024-03-10 13:43:58 +01:00
parent 162ec1472a
commit a990c8e51a

32
README.md Normal file
View File

@ -0,0 +1,32 @@
# SolarWeatherStation with openSenseMap upload
## Getting started
A little project to send weather conditions to openSenseMap.<br>
<BR>
This device is available on [Werners Balkon](https://opensensemap.org/explore/62475ca3dacbac001c9d8b9f)<BR>
<BR>
[Solar Powered WiFi Weather Station V2.0](https://www.pcbway.com/project/shareproject/W155288ASM1_Gerber_Solar_Powered_WiFi_Weather_Station_V2_0.html)<br>
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)<BR>
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).<BR>
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)<br>
The [Solar panel](https://www.amazon.de/gp/product/B073XKPWY7/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1).<br>
My smal [battery](https://www.amazon.de/gp/product/B00XZQJQBU/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1) is fine.<br>
## 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)<BR>
[dewPont calculation](https://github.com/wero1414/ESPWeatherStation/blob/master/Esp8266weather/Esp8266weather.ino)
## License
Apache License 2.0.
## Project status
finished