PDA

View Full Version : External pinball controls for an Android tablet



wraggster
May 13th, 2013, 19:55
http://hackadaycom.files.wordpress.com/2013/05/android-pinball-controls.png?w=580&h=321
This hack, which adds external flipper controls to Android pinball (http://forum.43oh.com/topic/3128-msp430-launchpad-android-pinball/), is a great way to cut your teeth at Android hardware hacking.
[Ruben] decided to go with the TI Launchpad for this project. The MSP430 dev board offers serial communications via a USB connection, but it’s not quite as easy as just finding the right cable. His tablet does support USB On the Go (OTG), but the board identifies itself asan ACM device (http://en.wikipedia.org/wiki/USB_communications_device_class) which needs to be handled differently. In order to get the tablet talking to the Launchpad he compiled a CDC_ACM module for the Linux underpinnings that make up every Android OS. In this case the module is tailored for the Allwinner A10 chip inside his model of tablet, but it shouldn’t be too hard to adapt his guide for other processors.
Of course you could go a different route and use Bluetooth for connectivity. We’ve seen several gaming peripherals (http://hackaday.com/2013/03/04/wireless-pinball-controller-for-tablet-gaming/) that use this technique with Android devices.

http://hackaday.com/2013/05/12/external-pinball-controls-for-an-android-tablet/