Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: mlalena on May 26, 2010, 05:25:10 pm

Title: Interface / Controller board for a business product
Post by: mlalena on May 26, 2010, 05:25:10 pm
So I actually have an opportunity to use my arcade building knowledge at work.
We are in need for a USB I/O board. Most of the boards our EE's are finding are priced higher than Ultimarc or GGG products, have less features, and less support. Some even require polling to get the data.

Most Interface / Controller board will simply produce keyboard input which is not what we want. I figure a device that produces joystick button input might be a good solution. Ex: I listen for MM_JOY1BUTTONDOWN events from Windows. Then the input doesn't conflict with the keyboard and I don't need to tap any custom API from the controller.

One product I was looking at was the GGG LED-WIZ+GP. With 16 inputs and 16 outputs, it is much more than we need. I figure 8 total is fine for what we are doing. But at $40 it is the same price as some other boards we are looking at.

So, any solutions/companies other than Ultimarc or GGG that I should look at?
Any problem with ordering 500-1000 controllers / year from these companies?
Any other interfaces other than Joystick events that make sense for my problem? - It shouldn't matter, but our code is C#.

Other desires - but not required.

Thanks for the help.
Title: Re: Interface / Controller board for a business product
Post by: MonMotha on May 26, 2010, 07:14:01 pm
I'm guessing Ultimarc of GGG can help you out, here, but if not, I do this sort of thing.  PM me for details.
Title: Re: Interface / Controller board for a business product
Post by: mphuie on May 27, 2010, 07:41:19 am
If you don't mind a bit of disassembly and soldering, you can buy USB gamepads for cheap.  I picked up a few for $8 from Amazon a few months ago.   12 inputs.
Title: Re: Interface / Controller board for a business product
Post by: mark shaker on May 27, 2010, 09:09:17 am
Just in case you are not familiar with Ultimarc's business arm:

http://www.u-hid.com/home/index.php (http://www.u-hid.com/home/index.php)


The "U-HID Nano" seems to be exactly what you are looking for.

    - Mark