This commit is contained in:
Felix Pankratz 2023-12-28 15:55:03 +01:00
parent 035519b886
commit e0517f830d
2 changed files with 25 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# Network Traffic visualized
![Blinking cube at 37C3](img/congress.jpg "Blinking Cube")
## 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`

BIN
img/congress.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB