Hacker News new | ask | show | jobs
by Shish2k 786 days ago
I made a glowy box that takes up 1U in my homelab rack and represents my home internet reliability - an esp32c3 (risc-v, experimenting with the rust support) which pings 8.8.8.8 every minute and shows the past 30 minutes of results on a strip of 30 LEDs (green -> red for ping time, blue for errors)
1 comments

That's a great project. Have you documented anything. Sounds doable, but a leg up would be great.
It was very hacky and no guarantees of it working for anybody else, but a quick dump of the project folder :)

https://github.com/shish/esp-ping-leds/