Difference between revisions of "GBZ Controller Input"

From sudomod
Jump to: navigation, search
(Working)
(Working)
 
Line 5: Line 5:
 
<ul>
 
<ul>
 
<li>GPIO-based input allows you to skip the secondary board.  The upside is you don't have to buy a Teensy or Leonardo or other Arduino board.  The downside is it makes it more difficult to change how the controls behave (whether you want them to act like a keyboard, or a gamepad, etc.) or upgrade the Pi in the future.  A guide for doing this can be [http://sudomod.com/forum/viewtopic.php?f=22&t=57 found here].</li>
 
<li>GPIO-based input allows you to skip the secondary board.  The upside is you don't have to buy a Teensy or Leonardo or other Arduino board.  The downside is it makes it more difficult to change how the controls behave (whether you want them to act like a keyboard, or a gamepad, etc.) or upgrade the Pi in the future.  A guide for doing this can be [http://sudomod.com/forum/viewtopic.php?f=22&t=57 found here].</li>
<li>[https://www.amazon.com/OSOYOO-ATmega32U4-arduino-Leonardo-ATmega328/dp/B012FOV17O Arduino Leonardo Pro Micro].  A guide for using this board can be [http://sudomod.com/forum/viewtopic.php?f=8&t=612 found here].</li>
+
<li>[https://www.amazon.com/OSOYOO-ATmega32U4-arduino-Leonardo-ATmega328/dp/B012FOV17O Arduino Leonardo Pro Micro (Amazon)] [http://www.ebay.de/itm/ATmega32u4-Micro-Pro-5V-mini-Leonardo-Board-for-Arduino-AR01010-J31-/272266523158?hash=item3f64597216:g:GYAAAOSwepJXVnvm Arduino Leonardo Pro Micro (eBay)].  A guide for using this board can be [http://sudomod.com/forum/viewtopic.php?f=8&t=612 found here].
 +
If you would like to use an alternative and easy to understand script with support for up to 2 analog sticks in your project, you can check out [http://www.sudomod.com/forum/viewtopic.php?f=22&t=1766 this guide] by sotasystems.
 +
</li>
 
<li>A list of alternative Boards can be found under [[Microcontroller_Boards]].</li>
 
<li>A list of alternative Boards can be found under [[Microcontroller_Boards]].</li>
 
</ul>
 
</ul>
  
 
===Not Working===
 
===Not Working===

Latest revision as of 03:34, 27 November 2016

Original

Teensy LC

Alternatives

Working

  • GPIO-based input allows you to skip the secondary board. The upside is you don't have to buy a Teensy or Leonardo or other Arduino board. The downside is it makes it more difficult to change how the controls behave (whether you want them to act like a keyboard, or a gamepad, etc.) or upgrade the Pi in the future. A guide for doing this can be found here.
  • Arduino Leonardo Pro Micro (Amazon) Arduino Leonardo Pro Micro (eBay). A guide for using this board can be found here. If you would like to use an alternative and easy to understand script with support for up to 2 analog sticks in your project, you can check out this guide by sotasystems.
  • A list of alternative Boards can be found under Microcontroller_Boards.

Not Working