*Need Help* building a giant-size Pac-Man Clone

EL Wire/Tape/Panels, LEDs, pixels and strips, LCDs and TFTs, etc products from Adafruit

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
NateMac
 
Posts: 32
Joined: Fri Jun 13, 2014 10:52 am

*Need Help* building a giant-size Pac-Man Clone

Post by NateMac »

Seeing one of these at my arcade got my wheels spinning: https://www.youtube.com/watch?v=gWPu-aUY74M

I began my build: https://imgur.com/a/FcX63gj

Using a Pi2 and the Adafruit code I was able to do a proof-of-concept: https://imgur.com/a/a7qwGmV

But this is as far as I got, programing & git-hub is not my strong-suite.
I do have an Electrodragon Matrix panel coming to help split out the panels instead of just one long chain.

I guess my question is, how should I proceed to best run this off a Pi4 as mirror of the display similar to the Pi2 or using an HDMI to USB capture device and mirroring another computer, as done here: https://iot-for-maker.blogspot.com/2021 ... tents.html
Screen Shot 2022-06-28 at 1.51.01 PM.jpg
Screen Shot 2022-06-28 at 1.51.01 PM.jpg (971.88 KiB) Viewed 205 times
If anyone can help with the program side or point me in the direction it would be appreciated.

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: *Need Help* building a giant-size Pac-Man Clone

Post by adafruit_support_mike »

This tutorial shows how to do that:

https://learn.adafruit.com/raspberry-pi ... y/overview

User avatar
NateMac
 
Posts: 32
Joined: Fri Jun 13, 2014 10:52 am

Re: *Need Help* building a giant-size Pac-Man Clone

Post by NateMac »

Correct and the photos I post show that working on an RPi2, but I’m getting massive flickering…
https://imgur.com/a/a7qwGmV

Also hoping to get this working on a fast pi4 and do the usb hdmi capture shown in that article

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: *Need Help* building a giant-size Pac-Man Clone

Post by adafruit_support_mike »

Flickering usually traces back to low power or signal timing.

What are you using for power?

User avatar
NateMac
 
Posts: 32
Joined: Fri Jun 13, 2014 10:52 am

Re: *Need Help* building a giant-size Pac-Man Clone

Post by NateMac »

adafruit_support_mike wrote:Flickering usually traces back to low power or signal timing.

What are you using for power?
It’s in the Imgur link, 5v 1000w 120a

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: *Need Help* building a giant-size Pac-Man Clone

Post by adafruit_support_mike »

The nameplate and images don't tell me much about the PSU's line regulation.

The power wiring shown in the photos is pretty loose. If you have access to an oscilloscope, check the voltage between 5V and GND at the point where they enter each matrix, and between GND at the point where it leaves the PSU and GND where it enters each matrix.

The video shows line-to-line glitching, which probably means the latch/strobe signal is getting corrupted. That can be a problem in the signal line itself, but can also be the result of voltage spikes in the supply. I don't see any horizontal shifting, which means the bits are getting clocked into the matrices properly, and that throws more suspicion on the latch/strobe signal.

Locked
Please be positive and constructive with your questions and comments.

Return to “Glowy things (LCD, LED, TFT, EL) purchased at Adafruit”