https://github.com/ronibandini/coronavirusanalogmonitor
Analog monitor with SG90 servo and ESP8266
https://github.com/ronibandini/coronavirusanalogmonitor
Last synced: about 2 months ago
JSON representation
Analog monitor with SG90 servo and ESP8266
- Host: GitHub
- URL: https://github.com/ronibandini/coronavirusanalogmonitor
- Owner: ronibandini
- Created: 2020-03-25T15:11:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T15:23:46.000Z (about 6 years ago)
- Last Synced: 2025-01-20T23:13:17.236Z (over 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoronavirusAnalogMonitor
Analog monitor with SG90 servo and ESP8266
Complete instructions can be found at https://www.hackster.io/roni-bandini
Requirements:
. ESP8266
. SG90 Servo
. Web server with PHP
To avoid issues with https, the ESP8266 code will get Coronavirus cases with http from the PHP web. The php script must be placed there. SSID and web server must be edited before uploading
const char* ssid = "YourSSIDHere";
const char* password = "YourPassHere";
http.begin("http://YourPHPServerHere/coronaFeed.php");