Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).