tekk / MeteoESP

Weather Station for Wemos D1 mini with official 64x48 OLED shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeteoESP

Weather Station for Wemos D1 mini with official 64x48 OLED shield

Project is created in PlatformIO IDE

http://platformio.org/platformio-ide

There you can install libraries directly via console command in the IDE. Find libs here http://platformio.org/lib and install for example: > platformio lib install 13 to install Adafruit GFX library (not needed...) Then you need some hosting space, for the server-side script which parses data for Wemos D1 mini. It's a tiny PHP script. If you don't have any hosting space, you can register for any of the free hosting services. You'll also need to fill in Wunderground API key (free registration needed) and location ID in the PHP source file on the server. The PHP script is in directory server-script. Copy it to server for example with Filezilla client.

About

Weather Station for Wemos D1 mini with official 64x48 OLED shield

License:GNU General Public License v3.0


Languages

Language:C++ 91.4%Language:C 6.8%Language:PHP 1.8%