Build Your Own Arcade Controls Forum

Main => Raspberry Pi & Dev Board => Topic started by: thet0ast3r on August 28, 2016, 05:50:33 am

Title: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: thet0ast3r on August 28, 2016, 05:50:33 am
First off, I just recently created an account here at arcadeControls, and I wanted to say hi.  :)
This is, of course, my first post, so please feel free to point out any mistakes. :)

Now, about a pretty specific question: Is there any chance that it is possible to use a raspberry pi (any model) as some sort of input selector? The Idea: usb joystick in, ipac in, lots of other stuff in, and then simulating the output of e.g. a usb controller, or, what might be needed more, dreamcast, xbox, ps / ps2 controllers and much more.

I thought about that, since i found that a lot of people have cabs that have multiple systems in them, but either switch manually or use jamma connectors/switches or some sort of workaround, which doesn't seem as neat as it (probably) could be.
Maybe it's possible, maybe you guys from the forum can prove me wrong.

Greetings,

thet0ast3r
Title: Re: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: PL1 on August 28, 2016, 04:42:36 pm
Welcome aboard, thet0ast3r.   ;D

The device you're describing sounds rather similar to the KADE miniConsole+.

https://www.kickstarter.com/projects/kadevice/kade-miniconsole-a-smart-open-source-retro-gaming/description (https://www.kickstarter.com/projects/kadevice/kade-miniconsole-a-smart-open-source-retro-gaming/description)


Scott
Title: Re: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: thet0ast3r on August 28, 2016, 05:46:28 pm
Wow, thats almost what I hoped, although sadly its not available yet, and I don't know (and I doubt) that it will be able to handle wiimote inputs and route them to xbox inputs, so that it kind of emulates an xbox lightgun.
But that thing, if it's not significally more expensive than a raspberry pi, could be a huge hit among retro fans/collectors/mame owners.

Ill look into it more deeply tomorrow.

thet0ast3r
Title: Re: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: PL1 on August 28, 2016, 06:03:32 pm
Wow, thats almost what I hoped, although sadly its not available yet
Bruno has had them on his store page here (http://shop.brunofreitas.com/) for the last month or so.

The only downside is that shipping from Brazil is a bit expensive.


Scott
Title: Re: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: Duhjoker on August 28, 2016, 07:44:45 pm
If you wanting to DIY then I would suggest using an arduino, maybe a pro-mini or a teensy depending on how much processor speed and flash memory you need for your program.

  Multiple systems mean multiple emulators as far as cabs go. You stuff more electronics in a cab but in most ways it's easier to buy a cheap computer and go Mame. Most wiring harnesses now a days jam a or otherwise have a pretty simple set up procedure to use arcade controls with any emulator of your choosing.

   I shouldn't say easy it took me a week to get it set up just how I wanted it.

   One could also use a raspberry Pi as your emulator and front end which is pretty cheap and even has a HDMI so it will plug into any hd tv. And use an 8bitdo, PS3 or Xbox controller or build yourself a hand held.

But http://www.instructables.com/id/20-Portable-Raspberry-Pi-Game-Console/step5/Setup-the-Buttons-D-Pad-A-B-X-and-Y/hat (http://www.instructables.com/id/20-Portable-Raspberry-Pi-Game-Console/step5/Setup-the-Buttons-D-Pad-A-B-X-and-Y/hat) you asked for at the top would be better handled by an arduino check them out just type in arduino and what ever your project is into your web browser and read
Title: Re: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: thet0ast3r on August 29, 2016, 03:45:24 am
I've never thought about using an arduino, as im not really familiar with them. About using the pie for the whole thing, that would work, but, I wouldn't be able to play x360, xbox ( including virtua cop 3 & ghost squad) and wii with the same controls... I hope I'll find some solution.

thet0ast3r
Title: Re: Hello & and a (probably) unconventional question about raspberry pi 1/2/3/zero
Post by: Duhjoker on August 29, 2016, 04:07:03 pm
 Arduous are great lil MCU's, the applications are pretty endless. Lately people have been making thier own poke balls but they are great for robotics like Hexapods and quadcopters. The PWM out puts are great for sending data back and fourth between MCU and your project.

 Hell you can even build a game system like a arduboy or Gamebuino but there aren't many games as of yet but guess what! You can make your own game! Right now the flash and graphics suck but I'm trying to add a color library.

What you are looking for may already have an application or program already just google arduino and your project.