burkan / esp8266-weather-station-webserver-persistence

esp weather station with webserver and persistant store for location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp8266-weather-station-webserver-persistence

ESP8266 Weather Station with webserver and persistant store for location

Description

  • Access Point / WiFi client
  • WebServer for location configuration (country + city)
  • NTP client reading current time
  • Weather Condition Client (WunderGround API)
  • Weather Forecast Client (WunderGound API)
  • 3D printed case

Setup

  • Download this project either with a git checkout or press "Download as zip"
  • Install the following librarys with your Arduino Library Manager in Sketch > Include Library > Manage Libraries...
  • Json Streaming Parser (by Daniel Eichhorn)
  • ESP8266 Oled Driver for SSD1306 display (by me as well)
  • Go to http://wunderground.com, create an account and get an API Key
  • Open the sketch in the Arduino Include and
  • Enter the Wunderground API Key
  • Adjust UTC offset

Inpired by

Other Libraries

Components

About

esp weather station with webserver and persistant store for location

License:MIT License


Languages

Language:Objective-C 75.0%Language:C++ 14.8%Language:Arduino 6.2%Language:HTML 2.8%Language:C 1.2%