Mini Ms. Pacman Machine Built With #BeagleBoneBlack @TXInstruments @BeagleBoardOrg

Mini Ms. Pacman machine made with Beaglebone Black. via Bruteforce

For this year’s Bring a Hack dinner after Maker Faire, I built a mini Ms. Pacman machine.

My goal was to have a playable game in an enclosure that resembled the full size cabinet.

Since I already had a Beaglebone Black sitting on the shelf, I decided to use it for the project.
Electronics

The electronics are pretty straightforward. It’s a Beaglebone Black with an Adafruit Proto Cape and the 4D Systems Display Cape. I consulted the wiring diagrams for the display cape to see what pins were not in use. I wired up the LEDs for the marquee to a digital pin (via the proto cape) and did the same with the one-player start button. I initially had planned to hook the analog stick up to some unused analog pins, but found that I couldn’t read their values. After some research, I discovered that the touchscreen driver basically monopolizes the ADC on the Beaglebone, so unless I was willing to mess with the driver, I’d have to come up with some physical solution. I thought about slapping in an external ADC, but I ended up just physically modifying the joystick. I cracked open the pots and scraped away the center electrical contact for both left-right and up-down. Then I wired the joystick up as a set of four digital switches to digital input pins. This worked fine.

I was happy to discover I could power the whole contraption (USB audio included) off of the USB input on the Beaglebone. I wanted to make sure it would run all night at Bring a Hack, so I hooked it up to a 15 amp hour battery (for recharging cell phones) and did a test. I let it run for 8 hours, and it only used about a quarter of the capacity of the battery. Nice.

Software

It’s running the standard Debian Wheezy image for the Beaglebone Black. I compiled AdvanceMame on the BBB itself (took ages). I wrote a little python script which turns the marquee lights on during boot with the Adafruit BBB GPIO library – super easy. I then wrote a joystick ‘driver’ in python using the same GPIO library and the wonderful uinput library which creates a kernel uinput device and emits events. I was able to read the digital joystick pins and then emit uinput joystick events. Luckily, AdvanceMame was able to see these as jstick+ and jstick- events and map them correctly within the game. There was a fair amount of fiddling about getting the display positioned and rotated correctly on the screen, and getting the sound stable with AdvanceMame and Linux. I was getting a number of Linux USB stack crashes, which seemed to quiet down once I switched the sound driver to alsa in the AdvanceMame config.

That’s about it. I didn’t take any photos during the build, unfortunately. I’ll upload some more finished pictures here soon.

Read more


BeagleBone Adafruit Industries Unique fun DIY electronics and kitsEach Tuesday is BeagleBone Black Day here Adafruit! What is the BeagleBone? The BeagleBones are a line of affordable single-board Linux computers (SBCs) created by Texas Instruments. New to the Bone? Grab one of our Adafruit BeagleBone Black Starter Packs and check out our extensive resources available on the Adafruit Learning System including a guide to setting up the Adafruit BeagleBone IO Python Library. We have a number of Bone accessories including add-on shields (called “capes”) and USB devices to help you do even more with your SBC. Need a nice display to go along with your Bone? Check out our fine selection of HDMI displays, we’ve tested all of them with the Beagle Bone Black!


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Select Python on Microcontrollers Newsletter: PyCon AU 2024 Talks, New Raspberry Pi Gear Available and More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — Halloween, WiLo, and more!

Maker Business – Adafruit Daily — The worlds largest car exporter: China

Electronics – Adafruit Daily — Are you grounded?

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



No Comments

No comments yet.

Sorry, the comment form is closed at this time.