Hacker News new | ask | show | jobs
by Lord_Zero 29 days ago
The real magic is the esp32, it talks to the steam box with Bluetooth. A Linux app sends metrics to the esp32 and it refreshes the display.
1 comments

Why would you use esp32/bluetooth though and not just SPI/i2c directly?
It seems like one of the design goals was separation/independence. It also doesn't need a battery if it is meant to be tightly coupled with the Steam Machine. Which is nice for opening it up to many alternate uses.