How to Make Coronavirus COVID 19 Live Data Tracker With ESP8266, E-paper Display
by DKArdu in Circuits > Arduino
539 Views, 1 Favorites, 0 Comments
How to Make Coronavirus COVID 19 Live Data Tracker With ESP8266, E-paper Display
1
Components
Today we will make an automatic Coronavirus COVID 19 Live Data Tracker with E-paper!
► GitHub (scheme and sketch): https://github.com/DKARDU/coronacounter
► Components The following parts were used in this project: ESP8266 E-paper
Note
1. When uploading the code, please do not connect to the RST of E-paper, otherwise the NodeMCU1.0 will always be in the reset state and the code will not be uploaded successfully. After uploading the code successfully, please connect RST to D4 and wait for the E-paper to refresh and display.
2. If you want to re-power on the electronic paper ink screen to refresh, please disconnect the jumper that connects the RST of the electronic ink screen to the RST of NodeMCU1.0, and then connect the jumper after power on.
3. Please keep the internet speed smooth, the COVID-19 value may need to be refreshed several times to appear, please be patient.
Download the Development Board and Library
1. Open File-Preferences, enter http://arduino.esp8266.com/stable/package_esp8266com_index.json in the input box of additional Boards Manger URLs, and click "OK".
2. Install the development board: Open Tools-Board-Board Manager. Enter ESP8266 in the search box of Board Manager and install it.
3. Install the Library file: Open "Tools"-"Library Manager" in the Arduino development software, then search for “ GxEPD ” ,” Adafruit GFX Library ” , and then install them.
Steps 2: Modify the Code
1. Modify the network name and WIFI password in the code.
2. Modify api_key in the code.
3. Go to https://www.worldometers.info/coronavirus/#countr... and select the country you want to get COVID-19.
4. Go to https://thingspeak.com/ to create a new ThingHTTP.
Compile and Upload
1. Choose the development board as NodeMCU 1.0(ESP-12E Module), this is to choose the right.
2. Select the port, you can burn the code in the development board.