User Tools

Site Tools


pinball_controller_pcb

This is an old revision of the document!


Digital Pinball Controller PCB

Back in 2017 I produced two digital pinball machines controlled with real hardware flippers and tilt function. These machines were the Xero Pinball and Reload Bar Pinball tables.

See https://alienabductionunit.com/pinball for an overview of the tables. Mobile and desktop only versions of the Hip Pocket Pinball Series are still available for free (and ad-free) download.

The custom controller hardware itself supports six buttons:

  • Left flipper
  • Right flipper
  • Launch button
  • Play button
  • Admin function button

Also two LED outputs are supported:

  • Launch LED
  • Player LED

The original boards were done on perf and was typically an eye-sore. But it featured USB HID functionality, essentially based on keyboard triggering, but allowed the lighting of LED indicators which is a limitation in regular USB keyboard PCBs.

It was designed with good old pen and paper to sketch out a rough component layout (now lost) but I still have the SVG that it was moved to:

This was then used as the reference for slowly designing the new PCB layout and connections and testing component footprints for sizing.

The new controller PCB utilises a PIC16F1455 microcontroller (earlier designs used a variety of other Microchip microcontrollers) on a custom PCB designed in KiCAD. The goal was to use all through-hole components for simple assembly, troubleshooting or repair.

Many hours were spent carefully hand-routing the traces which certainly paid off. When my boards arrived, I popped in the pre-programmed PIC (dip package) and connected it to the test harness. To my absolute delight, the design worked first time, no patching or re-spin required.

When working in KiCAD, I used a print out of the original SVG diagram and highlighted each trace on the paper as it was laid down in the new design. This way I could slowly cross reference each trace and have a fair level of confidence that each was correct.

Even though having spent so much time in design, it's always interesting to see how the board appears much smaller than what you had in your mind. Like people on television.

To access more information about the Virtual Pinball schematics and PCB gerbers, these are available at: https://github.com/sausagejohnson/pinball_pic16f1455. Eventually all parts of the project: the frame construction, game software, controller hardware, and controller software will be opened up to allow you to build your own machine.

pinball_controller_pcb.1715433732.txt.gz ยท Last modified: 2024/05/11 13:22 by sausage