/esp-pcd-weather

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

Primary LanguageArduinoMIT LicenseMIT

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

NOTE: This program requires the ESP8266 staging version dated Sep 30, 2015 or newer. In the IDE boards manager, the version string is currently "1.6.5-1160-gef26c5f".