Page 1 of 1

PC Gamepad

PostPosted: Tue Sep 22, 2015 9:24 am
by javiramone
Hello!

I´m interesting on developing a program which turns our gamebuinos into pc controllers for some pc games.
Is this possible or someone has developed it yet?
Thanks! :)

Re: PC Gamepad

PostPosted: Tue Sep 29, 2015 3:53 pm
by Risike
Possible but very difficult. You need some hardware to do this, and some soldering on the PCB. Maybe you can do this by using the I2C port..

Press Button => information sent to I2C conector => information received by a custom USB adapter (for example) => information sent as PC Joypad data to the PC

Very very hard...

But the Gamebuino buttons are not great quality, i dont think someone already do this.