Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakoja/wetterwetter
A weather station based on two ESP8266 and an Waveshare e-paper display
https://github.com/lakoja/wetterwetter
arduino epaper esp8266 weather-station
Last synced: 20 days ago
JSON representation
A weather station based on two ESP8266 and an Waveshare e-paper display
- Host: GitHub
- URL: https://github.com/lakoja/wetterwetter
- Owner: Lakoja
- License: apache-2.0
- Created: 2017-08-22T20:19:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T17:41:21.000Z (about 7 years ago)
- Last Synced: 2024-11-19T10:52:45.790Z (3 months ago)
- Topics: arduino, epaper, esp8266, weather-station
- Language: Arduino
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wetterwetter
A weather station based on two ESP8266 and an Waveshare e-paper displayOverview
--------
The server component including display driver can be found in *Wetteranzeige* and the client in *Kleineswetter*.Dependencies
------------
The libraries Adafruit GFX, Adafruit BME280 (+ Adafruit Unified Sensor) and CRC32 are used.Disclaimer
----------
Some drafts of the display driver and spi communication classes were initially loosely based on:
* The display library of ZinggJM: https://github.com/ZinggJM/GxEPD
* The demo code of Waveshare: http://www.waveshare.com/wiki/2.9inch_e-Paper_Module#Demo_code