Skip to content

stanfy/ironman-bulb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ironman bulb project based on ESP8266

Python script and arduino sketch for visualization the quality of the Internet connection.

check-connection.py

change next parameters:

hosts =  [("provider-gateway", 3, 5), ("server-ip", 80, 4), ("foreign-public-server", 4, 1), ("public-server", 40, 2) ]

url = "http://192.168.1.5/"

timeDelay = 15 

esp-pwm.ino

change next parameters:

const char *ssid = "your-ssid";
const char *password = "your-pass";

About

Ironman bulb project based on ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages