Mere Mortal Video Game Module
Bean
Posts: 8,129
Has anyone made their own joystick / game controller.
I was going to just put four small tact switches in a diamond pattern, but I don't think that would work too well.
This is for a project I'm thinking about making and selling, I thought about just putting a DB9 for the Atari-Type joysticks, but they seem to be hard to find.
If I could find PS2 controller connectors I would use them, but I have not been able to find them either.
Any suggestions ?
·
[noparse][[/noparse]edit]
The project is called the "Mere Mortal Video Game Module" it will allow you to create simple video games very easily (with SX/B of course).
I need to decide if I should use the SX28 or the SX48. The SX28 will allow for a screen of 16Hx11V tiles (8x8). Do you think that is enough ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
"Wise men know when they're right. The wisest also·know when they're wrong."
Post Edited (Bean (Hitt Consulting)) : 3/9/2006 2:36:21 PM GMT
I was going to just put four small tact switches in a diamond pattern, but I don't think that would work too well.
This is for a project I'm thinking about making and selling, I thought about just putting a DB9 for the Atari-Type joysticks, but they seem to be hard to find.
If I could find PS2 controller connectors I would use them, but I have not been able to find them either.
Any suggestions ?
·
[noparse][[/noparse]edit]
The project is called the "Mere Mortal Video Game Module" it will allow you to create simple video games very easily (with SX/B of course).
I need to decide if I should use the SX28 or the SX48. The SX28 will allow for a screen of 16Hx11V tiles (8x8). Do you think that is enough ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
"Wise men know when they're right. The wisest also·know when they're wrong."
Post Edited (Bean (Hitt Consulting)) : 3/9/2006 2:36:21 PM GMT
Comments
http://www.allelectronics.com/cgi-bin/item/JS-5/search/JOYSTICK_.html
·
Thanks but that is way to expensive. I need something close to $1.
I know that's asking alot, that's why I was thinking about making my own.
But I'm not a game player so that's why I'm asking.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
"Wise men know when they're right. The wisest also·know when they're wrong."
·
www.goldmine-elec-products.com/prodinfo.asp?number=G14071
I have been meaning to build a device like a joystick, but a bit handier.
I do understand that this may not be a presentable retail product, but it is an alternative.
First of all you have your 4 switches in a diamond. These can then all be glued with silcone rubber to a somewhat large steel or brass washer.
You would have 4 lines of I/O to indicate direction or combinations of direction.
Additionally, you can include a 5th switch in the center and by using diodes to eliminate backflow, it can be coded the same as all four lines on.· This is similar to the interface on the Palm PDA.
So you end up with 4 or 8 directions AND an Enter/Fire button.
Obiviously this would require a bit of coding to support it, but it seems to not be very much and could easily be done in PBasic or SX/B.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Post Edited (Kramer) : 3/6/2006 12:34:09 PM GMT
So what are you thinking? Something like the xgamestation but smaller?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.speechchips.com
Speech & Video IC's for BasicStamps
http://atariace.com/atari/joysticks.php?LID=5933709&gclid=CNqU7dnjyoMCFQgxSAod52A06w
Too bad they are used.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.speechchips.com
Speech & Video IC's for BasicStamps
The ultimate Joystick is really nice and I have used a few of them, works great...
http://www.happcontrols.com/joysticks/joysticks_amusement.htm
I also like their Ultimate Pushbutton, looks and feels great...
http://www.happcontrols.com/pushbuttons/pushbuttons.htm
/Bamse
what about those old nintendo game pads?
No "anaolog" sticks...just digital buttons.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
Yes, kinda like the xgs, but much simpler to program. Kinda like the old home computers that connected to your TV.
It is based on the SX-Video module. In fact I will probably use the SX-Video module for the PCB, just connecting the joystick to the 8 expansion pins. The code already has the background sound and interrupt driven video generation.
You will be able to do something like:
FOR cnt = 0 to 15
· PutTile cnt, 5, TILE_MAN
· PAUSE 50
· PutTile cnt, 5, TILE_BLANK
NEXT
I had found HAPP controls, but their products are too expensive.
I would consider any production joystick that I could buy the mating connector for.
Thanks for all the suggestions guys...
More info here: http://user.pa.net/~bean/MMVGM/
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
"Wise men know when they're right. The wisest also·know when they're wrong."
Post Edited (Bean (Hitt Consulting)) : 3/7/2006 12:28:58 PM GMT
· Here is the first demo of the "Mere Mortal Video Game Module". The games uses about 28% of the available code space.
· I welcome comments...
· A video (5.4MB) can be downloaded from here: http://user.pa.net/~bean/MMVGM/
· Remember this is running on a lowly SX28 @ 20MHz with nothing more than a couple resistors.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video·Module" Now available from Parallax for only $28.95
http://www.parallax.com/detail.asp?product_id=30012
"SX-Video OSD module" Now available from Parallax for only·$49.95
http://www.parallax.com/detail.asp?product_id=30015
Product web site: www.sxvm.com
"Wise men know when they're right. The wisest also·know when they're wrong."
Post Edited (Bean (Hitt Consulting)) : 3/9/2006 12:02:31 PM GMT