https://github.com/jadolg/IoTInternetMonitior
An internet connection monitor for ESP8866
https://github.com/jadolg/IoTInternetMonitior
Last synced: about 1 month ago
JSON representation
An internet connection monitor for ESP8866
- Host: GitHub
- URL: https://github.com/jadolg/IoTInternetMonitior
- Owner: jadolg
- Created: 2019-10-19T04:26:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T04:26:52.000Z (over 5 years ago)
- Last Synced: 2024-10-11T22:25:05.160Z (6 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cuban-opensource - IoTInternetMonitor
README
# Micropython ESP8266 connectivity checker
## What to expect
When you are online, the integrated LED (PIN2 in the WemOS D1 mini) will be on.
When on captive portal LED will be blinking.
When offline LED will be off.## Configure
Open the **main.py** file and enter your WiFi credentials there. Maybe you will also want to use an external LED or do some other modifications. That's up to you :)
## How to flash
`ampy -p /dev/ttyUSB3 put main.py`
## Story
My parents have this Cuban internet connection using ADSL but it is too expensive to keep it on all the time and it has a captive portal you have to login to in order to have internet. I just wanted to have an indicator telling me when I can use the WiFi.