Some time ago, I found my old Game Boy at my parents’ house. So the first thing that came to my mind was: can I fly a drone with this ? (and also where is my Mario Bros cartridge).
So I spend some time searching the web to see if I could find some idea to solve my problem. And if it seems that piloting unmanned aircraft with a Game Boy is not so common, you can find everything you need to program it!
But you can’t expect to go directly to an old custom serial com port to a wifi-based drone without some intermediate steps:
Finally, the Game Boy is just sending the bitmask corresponding to the buttons being pressed (with an Arduino and a FTDI to convert Game Link signals to USB), and a small program on the ground station converts this into actual commands for the drone (an ARDrone2 from Parrot with an extra GPS in my case).
The result is here:
See https://github.com/enacuavlab/PPRZonGB for more information and source code of this demo.
38 thoughts on “Drones vs. Retro-gaming: fly with a Game Boy Classic”
Comments are closed.