Skip to content

bbx10/esp-pcd-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-pcd-weather

ESP8266 Arduino connected to PCD8544/5110 LCD display showing weather from Weather Underground

Weather on LCD screen

Hardware Parts

Connections

USB TTL Huzzah ESP8266 PCD8544/Nokia 5110 Description
       |GND        |GND        |Ground
       |3V         |VCC        |3.3V from Huzzah to display
       |14         |CLK        |Output from ESP SPI clock
       |13         |DIN        |Output from ESP SPI MOSI to display data input
       |12         |D/C        |Output from display data/command to ESP
       |#5         |CS         |Output from ESP to chip select/enable display
       |#4         |RST        |Output from ESP to reset display
       |15         |LED        |3.3V to turn backlight on, GND off

GND (blk) |GND | |Ground 5V (red) |V+ | |5V power from PC or charger TX (green)|RX | |Serial data from IDE to ESP RX (white)|TX | |Serial data to ESP from IDE

Dependencies

Recently tested versions

The libraries and board package should be installed using the IDE library and board managers.

  • IDE 1.6.8
  • Adafruit GFX library 1.1.5
  • ArduinoJSON library 5.1.1
  • ESP8266 board package 2.1.0
  • Fork of Adafruit PCD8544 library 1.0.0 with ESP8266 changes. Download the ZIP file from the following link then use the IDE Sketch | Include Library | Add .ZIP Library option to install it.

https://github.com/bbx10/Adafruit-PCD8544-Nokia-5110-LCD-library/tree/esp8266

About

ESP8266 Arduino connected to PCD8544/5110 LCD display showing weather from Weather Underground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%