I want to make a raspberry pi arcade cabinet but I don't know how you would have it to only allow the user to place their game of choice when they have paid, and to let them play more than once if they pay more than necessary
I want to make a raspberry pi arcade cabinet but I don't know how you would have it to only allow the user to place their game of choice when they have paid, and to let them play more than once if they pay more than necessary
I can confirm what peteroakes says. I've laid my hands on a genuine mechanical coin validator, and that's a very complex apparatus. It even evolves validating drop down velocity of the coins.
The unit I reviewed didn't use any electrical properties to validate the coins. It was all based on size, weight, and how it behaved in the drop down path.
I've done a short blog on the subject of drink dispensers:
Repairing a Vendo V-80 cola dispencer of the 1950s
And here are some videos that I made on bypassing a defect coin detection system and on fixing a soft drink dispenser:
I used video recorder internals to detect that something went through the coin path.
I can't say that my story has a happy ending. I did this modification for a friend who had bought this cola dispenser for his partner. They separated not long after.
Ok, so do not all coin acceptors have electrical outputs like the ones you can find on adafruit.com?
Ok, so do not all coin acceptors have electrical outputs like the ones you can find on adafruit.com?
The adafruit multicoin one will give pulses based on the coin that's inserted. You'll have to count them and keep track on how many coins of what value have been inserted.
You would consume (part of that) credit when the user plays a game.
Game over when credit is exhausted.
adafruit have a link on how to configure the coin acceptor:
http://www.adafruit.com/datasheets/CHmulticoin.jpg
and the product pages shows a github link to an Arduino implementation. You could look at that to see how they've solved it.
Thank you
almost there, how would I use this in parallel as something like Pimame?