Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stdevPavelmc/esp8266_wx_station
DIY wx station for fun and learn, always evolving...
https://github.com/stdevPavelmc/esp8266_wx_station
Last synced: 14 days ago
JSON representation
DIY wx station for fun and learn, always evolving...
- Host: GitHub
- URL: https://github.com/stdevPavelmc/esp8266_wx_station
- Owner: stdevPavelmc
- Created: 2020-01-01T22:17:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T03:32:46.000Z (over 4 years ago)
- Last Synced: 2024-10-11T00:29:09.215Z (29 days ago)
- Language: C++
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cuban-opensource - esp8266_wx_station
README
# DIY meteo station
For fun and learn, it uses a ESP8266 (NodeMCU) and a ProMini arduinos linked via I2C, the code for the ProMini is on the [ProMini_wx_station](https://github.com/stdevPavelmc/promini_wx_station) repo
This is an early stage and design is evolving...
## NOTE
This project is a Platformio one, if you use arduino simply copy the files in the `src` folder and change the extensions to .ino and remove the `#include ` on top of the main.cpp, then look for the following libs and load them in your arduino.
## Libraries
This project use (as you may guess) some libs from others, you can fin them here:
- [InfluxDb](https://github.com/tobiasschuerg/ESP8266_Influx_DB)
- [SFE_BMP180](https://github.com/LowPowerLab/SFE_BMP180)
- [DHTesp](https://github.com/beegee-tokyo/DHTesp)
- [BH1750FVI](https://github.com/enjoyneering/BH1750FVI)