Welcome, Guest. Please login or register.
September 28, 2024, 04:17:11 PM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  **Reel Slots** Gaming Machines
| |-+  IGT S and S-plus Reel Games. (Moderator: knagl)
| | |-+  q: Whats the best way to add tabs on hopper to simulate coins?
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: q: Whats the best way to add tabs on hopper to simulate coins?  (Read 18095 times)
TZtech
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 129
Offline Offline

Gender: Male
Posts: 1113



« Reply #25 on: November 29, 2010, 05:47:20 PM »

Used the same approach for my circuit - If you are only going to be doing coin out simulation you can do it with a 555 timer ic and you dont really need the complexity of a microcontroller.
Assume your arduino is also triggering a spin every few seconds ?

I am actually a PIC fan but got an Arduino a few weeks back and would recommend it for anyone wanting to learn microcontrollers - Tons of resources and pretty easy to use.

Ian
Logged
solareon
Guest
« Reply #26 on: November 29, 2010, 05:50:51 PM »

Yeah the arduino is putting in coins and hitting the max bet. It also has control of the door optic so i can clear errors via remote. Nerd Gonna work on it tonight to try and get the software for controlling it via the web working.
Logged
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #27 on: November 29, 2010, 05:59:40 PM »

Used the same approach for my circuit - If you are only going to be doing coin out simulation you can do it with a 555 timer ic and you dont really need the complexity of a microcontroller.
Assume your arduino is also triggering a spin every few seconds ?

I am actually a PIC fan but got an Arduino a few weeks back and would recommend it for anyone wanting to learn microcontrollers - Tons of resources and pretty easy to use.

Ian

The 555 timer approach is what I would have done if I had decided to do it with electronics. Just turn it on with the hopper voltage. Use an adjustable pot to crank it up as fast as will reliably work.

I like to use a Basic Atom for my controllers. It uses almost the same commands as a Basic Stamp and can do all sorts of I/O. Best part is it can be programmed via RS232 'on the fly'.
Logged
TZtech
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 129
Offline Offline

Gender: Male
Posts: 1113



« Reply #28 on: November 29, 2010, 06:08:08 PM »

If you are a Basic fan have a look at www.picbasic.org. The advantage of this over controllers like Basic Atom, Stamp, Picaxe are that you are not limited to the suppliers pre programmed micro with basic interpreter which in most cases is much more expensive than the chip its programmed on. They have also recently released a PIC Micro arduino like clone with a fully enabled basic compiler but locked to a specific PIC. Unfortunately not available locally in South Africa so settled for the Arduino to play around with.
Logged
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #29 on: November 29, 2010, 06:09:37 PM »

Cool ideas guys!  applause
Instead of programming the PIC or micro-controller chip to do this -
why not reprogram the SP or SB chip to do the same function?  Scratch Head 2
Logged
TZtech
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 129
Offline Offline

Gender: Male
Posts: 1113



« Reply #30 on: November 29, 2010, 06:20:03 PM »

Possible but very complicated.You will have to de compile the SW and then reverse engineer it in such a way that any built in security features on EPROM check CRC etc are disabled. The guys working on MAME should be able to achieve this. I know there is KEy On and Key off sw available for the PE+. Pretty sure there should be a SP chip that also has this functionality.
Logged
solareon
Guest
« Reply #31 on: November 29, 2010, 06:21:26 PM »

I certainly don't speak assembly or whatever the SP/SB chips are programmed in. Some of the guys in my local hacker club may have an idea but we need to dump a chip first.
Logged
stayouttadabunker
Senior Full time Member.
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 1039
Offline Offline

Gender: Male
Posts: 13447



« Reply #32 on: November 29, 2010, 06:26:25 PM »

Apparently the companies use these modifications to their chips
at the slot shows for ease of adding credits to the machines.
They're never in the machines on live casino floors however... bust gut laughing
Logged
solareon
Guest
« Reply #33 on: November 29, 2010, 06:36:02 PM »

IGT may have done up a custom chip for them.
Logged
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #34 on: November 29, 2010, 07:00:05 PM »

If you are a Basic fan have a look at www.picbasic.org. The advantage of this over controllers like Basic Atom, Stamp, Picaxe are that you are not limited to the suppliers pre programmed micro with basic interpreter which in most cases is much more expensive than the chip its programmed on.


Cost can be an issue when going in quantity, but for small projects, I like to use one of these. I/O pins all right there and RS232 programming jack. I think I paid about $20 a piece for these a while back (with Atom). Of course you don't need the carrier board once the prototyping is done (chip alone is about $9), but I usually just build it up with it. It makes making modifications easy. I use one of these on my home-brew progressive to drive a BetaBrite.

For me, since I already knew Basic Stamp programming it was easy to pick up the Basic Atom. I don't do enough of this stuff to learn something new. And I already have a library of routines for just about everything.

Logged
knagl
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 642
Offline Offline

Gender: Male
Posts: 5489


Kevin


« Reply #35 on: November 29, 2010, 08:37:04 PM »

Gonna work on it tonight to try and get the software for controlling it via the web working.

If you get that working, it would be fantastic if you had a streaming webcam set up where visitors to your site could launch the live video feed, and then press a button on the webpage to spin your slot machine!

(Just don't walk near the machine naked!  frying pan frying pan rotflmao rotflmao)
Logged

If you find this site helpful, please consider making a small donation to help defray the cost of hosting and bandwidth.

Please do not PM me for support or "how to" requests -- please post your request in the forum so that everyone may assist you and everyone can benefit from the answer to your question!  Thanks! Smiley
solareon
Guest
« Reply #36 on: November 29, 2010, 08:42:08 PM »

Knagl www.rocktheslot.com. it is a live web feed. I am down at the machine now
Logged
poppo
Contributing Gold NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 248
Offline Offline

Gender: Male
Posts: 3266



« Reply #37 on: November 29, 2010, 08:47:56 PM »

If you get that working, it would be fantastic if you had a streaming webcam set up where visitors to your site could launch the live video feed, and then press a button on the webpage to spin your slot machine!


I've used this module that would let you do just that. Actually it could handle the hopper thing too since it has I/Os.

http://netmedia.com/siteplayer/webserver/spk1.html
Logged
knagl
Global NLG Site Moderator
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 642
Offline Offline

Gender: Male
Posts: 5489


Kevin


« Reply #38 on: November 29, 2010, 09:12:44 PM »

Knagl www.rocktheslot.com. it is a live web feed. I am down at the machine now


Nice!  I like your sign on the top of the machine!  applause applause applause



If you get that working, it would be fantastic if you had a streaming webcam set up where visitors to your site could launch the live video feed, and then press a button on the webpage to spin your slot machine!


I've used this module that would let you do just that. Actually it could handle the hopper thing too since it has I/Os.

http://netmedia.com/siteplayer/webserver/spk1.html


Neat stuff!
Logged

If you find this site helpful, please consider making a small donation to help defray the cost of hosting and bandwidth.

Please do not PM me for support or "how to" requests -- please post your request in the forum so that everyone may assist you and everyone can benefit from the answer to your question!  Thanks! Smiley
Foster
The S2000 GURU
Contributing NLG Member
Sr.Tech NLG Member 1000+ Post
*

Total Karma Storms: 345
Offline Offline

Gender: Male
Posts: 2872



« Reply #39 on: November 29, 2010, 10:01:58 PM »

Can some one design one for S2000
Note it uses a coin good signal from the Comparator
I cant tell if it logic 1 pulse or what it happens too quick for my DMM.
Logged

A Slot Machine and Coca-Cola Addict!!
"If it is not broke do not fix it" I keep forgetting that!
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.097 seconds with 21 queries.