Introduction: Covid-19 Tracker

You don’t have to watch TV to know what the situation is in your country. In this tutorial, I will show you how to make Covid-19 Tracker. The data will refresh on the display automatically every 5 seconds. You need the Board NodeMCU and 1.8 “SPI display. In the sketch you must provide the name and password for your internet and ApiKey. Coronavirus data is downloaded from www.worldometers.info and processed by thingspeak.com. I encourage you to visit the author of the project https://surtrtech.com/2020/03/25/keep-track-of-covid-19-outbreak-in-your-country-using-esp8266-12e-nodemcu/, here is the original program version.

Step 1: Instructions:

Step 2: List Elements

  • NodeMCUDisplay 1.8″ SPI ST 7735
  • PCB Prototype board / BreadBoard
  • Wires
  • Header Female pins

Step 3: ​Connection:

  • First version is on prototypy pcb board
  • Second version is on breadboard

Step 4: Code