PC Monitor
#hardware#rust#arduino#embedded#serial#pcb1 min read
alemi
2022-08-10 03:44PC Monitor
I wanted an hardware resource monitor for my desktop PC but I didn't want to spend much on some fancy or very specific solution, so I decided to make my own.
I designed some basic firmware for an Arduino nano (rust) and a pcb to hold the MCU, some leds and a tiny OLED display. The firmware code is freely available on my github.
I wrote a small blog post detailing the basics of arduino development in rust.