Blink LEDs on an Adafruit ESP32-S2 QT PY when network traffic happens.
| img | ||
| include | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| platformio.ini | ||
| README.md | ||
Network Traffic visualized
Using an ESP32-S2 to blink NeoPixels based on Wifi traffic
Hardware setup
- Adafruit QT Py ESP32-S2
- Adafruit NeoPixel Driver BFF
- 8 Pixel LED ring
Software setup
Built using platformio, espidf, Arduino, vim, and love.
Works by hooking the LWIP TCP/IP stack with a custom function.
If you decide to run this, make sure you update platformio.ini with your board details!
Build
pio run
Flash
pio run -t upload
