buster95 / ESP8266_NovelCovidAPI_Display

Display to show covid19 cases in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Display to show covid19 cases in realtime


Languages

Language:C++ 100.0%