Game Console

We know that new games get delivered over Wi-Fi, and that there is an ESP8266 onboard (pg. 2), but there is also no interface to communicate with it via the play.date SDK, so we'll have to do a little digging and try to look at the underlying operating system.

To do that we're going to need to write some code to figure out where the OS is stored, where the heap is, where code objects are, which flash banks are being used, whch hardware is being used etc.

We do know that the ESP8266 is connected via UART, and we also know that there is a peripheral accelerometer onboard as well (and soon a stereo dock, though they redid the FCC filing for it in December 2022 so we probably have to wait a bit).