Raspbery Pi based FTC Ticker
-
Think about what sort of display you want to use! and then re-think what you have in your mind…
Once you have the above, if you let me have the GPIO pins you have spare (thats your hint) I can design the relay circuit for you, but you need to look in to how these things notice a) a coin has been inserted and b) its value… the ATM taught me that a lot of this is done on pulses from the coin taker, and a relay is just not fast enough to emulate that!
I’m around but my time is very limited, but shout up your questions and I will do my best to answer them for you, without taking the fun out of you learning at the same time :)
UM
-
Yes the coin taker is the unknown for my project.
At the moment I was going to keep it simple to use it on an old Electromechanical pinball machine as I’m currently trying to find one to buy, and the coin taker mechanism is so much simpler on them than modern stuff. With the old pinball machines if it was the correct size to fit in the slot that was all that mattered and the weight of the coin just moved a contact or microswitch, so for them a relay is fine.
Obviously modern coin takers that check size, weight, use hall effect sensors to determine alloy content of coin ect it will be a different ball game and be a lot more complicated and something I haven’t even looked at yet.
Looks like it’s time to dig through ebay and Adafruit and decide on what will be the best display to use based on size, cost and complexity to integrate.
Building the realy cct is not a big problem, the hardest part will be finding the time to get to the shops to buy the parts.
-
If I do add a display I think it will be this one from Adafruit
http://www.adafruit.com/products/1601
Has a touch screen which I don’t need, but its not too expensive and uses SPI, so it doesn’t eat up all the GPIO pins, and best of all there is a good Howto to get it running
-
Is there much interest in the FTC ticker?
I see that Cryptsy also has a public API
https://www.cryptsy.com/pages/publicapi
So with a little work this could probably be adapted to show the last trade price on cryptsy
-
I have an interest in it but not really to use it as a ticker, more to pinch some of the code for ATM II which I’m hoping to get round to at some point.
-
If I get it working your more than welcome to reuse the code
-
A friend of mine knows all about pinball machines. He’s the reason i have such an awesome machine.
At his home he has all sorts of pinball machines. The oldest ones not even having digital displays, and the newest ones having a full sized 19" rack-server and an LCD TV as a display.
I asked someone who helps him maintain the machines about the credit-switch as seen on the photo’s on my blog. Apparently all pinball machines use the same mechanism. From the very old ones to the very newest ($10,000 2014 models). The coin checking mechanism is simply a module that goes before the credit-switch, a transistor-relay approach should be fine.
-alex