Custom Arcade Cabinet Build
-
@jwshuler Not yet, but I plan to make a thread about it when it's finished.
-
@clyde hi mate...was there any wiring to the counter and where did it go? Did it go to the old mpu board?
There are types of meter that require only a small pulse (electro magnet in the coin mech) not powered on as such. You could possibly get one of these working but it would only count the number of coins not the value... if your mech only takes one value of coin this will be accurate.
To get booking keeping and metering exactly with a pi...you would need a coin mech that's capable of passing software information directly to a meter. So its saying this coin is 50p and this one is £1. I'm not sure about if you can do this...especialy with an old meter.
Probably not the best help but hopefully might start you off
-
-
@mattyl42 Matt, I appreciate the response. The counter I think went to the board; I'm not exactly sure where b/c the cabinet did not come with a board. However, the counter was mounted on the coin box. I wasn't planning on using the coin machine to connect to the pi; I was planning just to use it as a bank.
Do you think there is a script I could write for the pi to just send 1 tick to the counter every-time it is turned on? It could simply count how many times I turn the power on? I also have the pi auto booting to the emulation station; I guess I could have the script run before it boots ES, right? I am a newbie when it comes to the coding. Thanks for the conversation and ideas @MattyL42 MattyL42
-
@jwshuler I can think of a bunch of ways to approach this via coin drop, boot, emulator launch, etc..
For example, depending on how you are planning to implement the coin drop, you could wire a switch to GPIO pins and have a script running that watches for the switch to get tripped. You might need to dig into Python for instance, but I would think it could be fairly straightforward to read the existing count from a file, increment it, save it, every time the coin is triggered.
You could use the same script logic to simply run at boot. Or run it each time an emulator is launched using runcommand-onstart.
Another idea would be to take a date/time stamp and append this to a text file (a log). You could include the date/time, the emulator, the game title, etc. Come to think of it, maybe that log already exists? This would let you count the triggers outside of the script over the network instead of programming it to do math, and you could do that even while the system is running.
You could even use TOUCH to create new, empty files in some directory every time and just add these up and clear them out occasionally like collecting coins.
I think you have a bunch of options and if you were so inclined, it could lead to a usage dashboard.
-
Hi Buddy- I'm a noob with writing script but you have some great options supplied by Caver so plenty to try.
I might try this out myself to. Im just going away for a week but I will have a look when I get back.I restore a few retro fruit machines and there's a type called an SEC meter available (lcd and convetional style) which I will look at that works on low voltages ( no power in as such). I will try one of these i have in line with my button switch/keyboard incoder. I'm not sure on the low voltages but there maybe a way to wire this to your 'coin in button' it may even just pick up wrapped around the wire and to ground. I will try this as it won't take me long and i have a few but will it will be about a week mate...coin counter is a cool feature to retain.
-
Something to keep in mind with the coin counter is the fact that if you are planning to load anything other than arcade games, the COIN input is usually the same as <SELECT> on the console emulators. So, if you are playing NES for example, you might not want to count coin drops when all you are doing is pressing SELECT.
-
i have a fully mobile setup with the pie located under the controls in an enclosed box. i wanted to update the Hyperspin setup i had in a cabinet as it was flaky at best. i decided to alter the cabinet to allow the mobile box to sit and look like its part of the arcade cabinet but i can also take it out for travel if needed.
-
Hi @fletch33, do you have a thread or other demonstration of your build? A friend of mine is toying with the idea of such a dynamic setup, and it may give him some insights beforehand.
-
@jwshuler said in Custom Arcade Cabinet Build:
@clyde Thanks! Have a link or photos for yours?
I do now. :)
https://retropie.org.uk/forum/topic/17268/my-asteroids-themed-diy-upright-cabinet
-
how did you setup the coin button and all the extra buttons?
-
@retroprogrammer I'll answer that over there.
-
@caver01 Great; thank you for your insight!
-
@clyde said:
I do now. :)https://retropie.org.uk/forum/topic/17268/my-asteroids-themed-diy-upright-cabinet
Very Nice!
-
ARCADE BUILD UPDATE: I am now into the sawdust; repairing parts that are water damaged, then customizing the cabinet but building out the control panel.
I decided to convert the bottom half to storage by adding a door as the front.
Check out all the pictures and details HEREI have to say I am really enjoying the challenge to rework this old cabinet and customize it to my own. And I am happy how the cabinet door turned out, especially with the coin collector still in-tact (which I think I am going to turn into a bank for my son).
As far as a counter, I think I am going to try and figure out how to add a script to when the pie boots, to add 1 tick to the counter. Now all I have to do is figure out the code, how to add it to boot menu, and how to send it to the counter...
Again total noob and no coding experience, but I am willing to try anything!!! :] -
@jwshuler Great project and presentation. :)
As for the counter script, the easiest way to start it at boot should be adding it to the
/opt/retropie/configs/all/autostart.sh
. -
@clyde said in Custom Arcade Cabinet Build:
Hi @fletch33, do you have a thread or other demonstration of your build? A friend of mine is toying with the idea of such a dynamic setup, and it may give him some insights beforehand.
i apologize but the replies from this forum were going into my Junk. i didnt take pics as i built it and should have but i can share a few things for sure.
-
i used computer speaker system that included a bass box which really adds to the sound and placed the speakers above the screen where they originally were located but i left the volume control for the speakers hanging right inside the coin ops door so you can turn it up and down really easy
-
also inside the coin ops door is a switched extension cord so i can open the door and turn it off and on really easily
-
i was looking for just the right black wood or something to go around the samsung monitor and i discovered that a $6 piece of dry erase board is black on the back and worked great
glad to help any way i can and i will try to get better pics
-
-
@fletch33 Thanks for the description. I was mostly interested in the control box that you can detach from the rest of the cabinet (if I did understand you correctly). If you don't have pictures from the building phase, could you take some of the finished cab and the control box, attached and detached? Only if it isn't too much of a hassle, of course. O:)
-
ARCADE BUILD UPDATE: Speakers & Monitor. Had some fun measuring, rewiring & soldering. It is actually starting to look like an arcade cabinet. Check out the pictures and details HERE.
-
@jwshuler said in Custom Arcade Cabinet Build:
It is actually start to look like an arcade cabinet.
It sure does. :)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.