Code Monkey home page Code Monkey logo

esp8266basedcoronavirustracking's Introduction

Esp8266BasedCoronaVirusTracking

Please pay attention to the warnings about corona virus. Let's Stay at home!

1- Change your wifi information from WifiConnect.h file

char ssid[32] = "yourssid"; char password[64] = "yourpass";

2- Define your country code from corona.ino file

#define country_code "yourcountrycode"

GET (https://coronavirus-19-api.herokuapp.com/countries) -> all countries info

alt text

esp8266basedcoronavirustracking's People

Contributors

volkanunal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

esp8266basedcoronavirustracking's Issues

get_json_value allways returns 0

Hi,
the JsonArray seems to be fine

Elapsed Time :
1508
{"country":"Germany","cases":80641,"todayCases":2660,"deaths":962,"todayDeaths":31,"recovered":19175,"active":60504,"critical":3408,"casesPerOneMillion":962,"deathsPerOneMillion":11}
0
0
0

Doesen't work

When I try to upload your code on my ESP8266 it doesen't work with latest library.
So for my case I make a few changes in corona.ino file
at row 29
lcd.begin(16, 2);

and after that initialize LSD with
lcd.init();

Suggestion : Changes + / - since last update

Great work, thanks for sharing. I'm time poor but if you're looking for some feedback/enhancement suggestion :)

Space on LCD limited, but what would be good is an indication on the change since last time

i.e. Cnfirmed 1353 (+22) dths 7 (+2)....

Either alternate display or support 4 line LCD or use a colour LCD?

If I get time I'm going to try, but in case this is a quick job for someone smarter than me :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.