Tag: Sega
Sega Mega Drive / Genesis 6-Button (X,Y,Z) Controller
In this post we will look at how to interface with a Sega Mega Drive 6-button controller. I will use an Arduino pro Micro (Leonardo) board to imitate the protocol between a Sega Mega Drive console and the controller. The button presses will be converted to keyboard presses. The Arduinos in the Leonardo series can […]
Sega Mega Drive / Genesis 3-Button (A,B,C) Controller
In this post we will look at the Sega Mega Drive controller with the 3-button layout (A, B, C). The goal is to interface with it and convert the signals (protocol) to USB compatible keyboard presses. Then it is possible to use the original controller with a modern computer. For the conversion, I will program […]