Skip to content

hex-spell/esp8266-lcd-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 LCD Weather display

diagram

Wifi connection

demo-1

Http request and display data on screen

demo-2

Before you start

  • Get your i2c address using i2c Scanner, write its result to i2c_addr (line 39)
  • Set your wifi credentials: ssid (line 32), password (line 33)
  • If you want to change the location, write your city's name in the "q" query parameter from apiEndpoint (line 52)

Libraries used:

Warning

  • I couldn't get ssl fingerprints working, so for now this uses wifi insecure mode.
  • Weather data is fake, I use this weather server I made last year.