Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/J-Rios/WiFiStatusLight
RGB Light to monitorize and shows WiFi and Internet status and/or monitorize a remote Server.
https://github.com/J-Rios/WiFiStatusLight
esp-idf esp32 platformio rgb-light wifi
Last synced: 6 days ago
JSON representation
RGB Light to monitorize and shows WiFi and Internet status and/or monitorize a remote Server.
- Host: GitHub
- URL: https://github.com/J-Rios/WiFiStatusLight
- Owner: J-Rios
- License: gpl-3.0
- Created: 2018-11-16T16:23:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T13:01:30.000Z (over 4 years ago)
- Last Synced: 2024-10-01T17:14:58.798Z (4 months ago)
- Topics: esp-idf, esp32, platformio, rgb-light, wifi
- Language: C++
- Homepage:
- Size: 14.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiFiStatusLight
RGB Light to monitorize and shows WiFi connection status.
Actual Network Status LED Show:
- LED RED ON: Device not connected to AP.
- LED RED Blinking: Device connected but waiting for IP.
- LED GREEN ON: Device connected and has IP, but no Internet connection.
- LED BLUE ON: Device connected, with IP and Internet connection. Everything is OK.
- LED PURPLE ON: Device is receiving an OTA update and is upgrading to new version.### Notes:
- Device ESP32.
- Platformio project using Visual Studio Code.
- Project using Espressif ESP-IDF Framework (Platformio platform-espressif32 v1.6.0 == ESP-IDF v3.1.2).