Skip to content

buster95/ESP8266_NovelCovidAPI_Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266_NovelCovidAPI_Display

Display to show covid19 cases in realtime

Parts Required

  • ESP8266 (NodeMCU) or ESP32
  • LCD16x2 With I2C Interface
  • Female to female jumper wires

In my case I'm using ESP8266 (NodeMCU)

Libraries


Connection Schemes

Wiring the LCD to the ESP8266

You can also wire your LCD to the ESP8266 by following the next schematic diagram. We’re using the ESP8266 default I2C pins (GPIO 4 and GPIO 5).

You can also use the following table as a reference.

LCD (16x2) I2C ESP8266
GND
VCC
SDA (D2)
SCL (D1)

Wiring the LCD to the ESP32

Wire your LCD to the ESP32 by following the next schematic diagram. We’re using the ESP32 default I2C pins (GPIO 21 and GPIO 22).

You can also use the following table as a reference.

LCD (16x2) I2C ESP8266
GND
VCC
SDA
SCL

Releases

No releases published

Packages

No packages published

Languages