Esp32 Dev Kit C Arduino Settings

This little tracker will help you to be up to date about the Corona virus outbreak and the situation in your country. The display shows alternating the current data of different countries of your choice.

In the Arduino IDE, load the Board Manager, search for 'ESP32 by Espressif Systems' and select INSTALL. Download the firmware from this page to your computer and extract into a folder. Edit the source code firmware in the Arduino IDE and view the WiFi mode settings. You can choose between AP. GPIO 6 to GPIO 11 are exposed in some ESP32 development boards. However, these pins are connected to the integrated SPI flash on the ESP-WROOM-32 chip and are not recommended for other uses. So, don’t use these pins in your projects: GPIO 6 (SCK/CLK) GPIO 7 (SDO/SD0) GPIO 8 (SDI/SD1) GPIO 9 (SHD/SD2) GPIO 10 (SWP/SD3). Apr 28, 2017  Hi, I and Rahul are working together for this stuffs and we have used same gpiotest.c file from examples/periphirals/gpio section. So, We have simply tested GPIO0 button which is on ESP32 Development Kit and have verified that we are getting multiple ISR calls with GPIO Level 0 and 1 for single press or release after settings Negative or Positive Edge Trigger.

The data is collected by the website www.worldometers.info/coronavirus/

Hardware

Dev

I've used our AZ-Touch kit for ESP32 as hardware plattform. This kit comes with a 2.4 inch tft touchscreen, which will be used for the data output.

You can find all information about the hardware here:https://www.hwhardsoft.de/english/projects/arduitouch-esp/

Libraries

Esp32

Install the following libraries through Arduino Library Manager

Adafruit GFX Library https://github.com/adafruit/Adafruit-GFX-Library/archive/master.zip

Adafruit ILI9341 Library https://github.com/adafruit/Adafruit_ILI9341

You can also download the library also directly as ZIP file and uncompress the folder under yourarduinosketchfolder/libraries/

After installing the libraries, restart the Arduino IDE.

WiFi settings

Esp32 Dev Kit C Arduino Settings For Windows 10

Enter your WiFi SSID & password in the fields in the WiFi section:

#define WIFI_SSID 'xxxxxx' // Enter your SSID here

#define WIFI_PASS 'xxxxx' // Enter your WiFi password here

Country settings

Esp32 Dev Kit C Arduino Settings

Esp32 Dev Kit C Arduino Settings 1

You can change/add/delete the countries in the main loop of the program according your interests.

Esp32 Arduino Tutorials

This library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser General PublicLicense as published by the Free Software Foundation; eitherversion 2.1 of the License, or (at your option) any later version.

Esp32 Dev Kit C Arduino Settings For Pc

This library is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNULesser General Public License for more details.