spaceball 2003 and a bit of pyserial
we have a spaceball 2003, a 1990's-era 3D interface device, and we tasked ladyada with getting it working! it has a 2.5mm DC jack + RS-232 cable for data, and its encoded in binary data with a fairly simple protocol - lots of data here: https://spacemice.org/index.php?title=Spaceball_2003 ! with a little pyserial work, we got the button presses and XYZ vector data out. code is posted in this gist https://gist.github.com/ladyada/f9f5ab3a4ee7a73337d251e267038de9 . we were thinking we could make this into a USB HID device with circuitpython next! but first we'd have to have a way to convert rs-232 to ttl.
#adafruit #spaceball2003 #python
Visit the Adafruit shop online - http://www.adafruit.com
-----------------------------------------
LIVE CHAT IS HERE! http://adafru.it/discord
Adafruit on Instagram: https://www.instagram.com/adafruit
Subscribe to Adafruit on YouTube: http://adafru.it/subscribe
New tutorials on the Adafruit Learning System: http://learn.adafruit.com/
-----------------------------------------