Difference between revisions of "Analog JoyStick with Arduino"
Line 2: | Line 2: | ||
The Analog Joystick is similar to two potentiometers connected together, one for the '''vertical''' movement (Y-axis) and other for the '''horizontal''' movement (X-axis). The joystick also comes with a '''Select switch'''. It can be very handy for retro gaming, robot control or RC cars. So let's understand how it works! | The Analog Joystick is similar to two potentiometers connected together, one for the '''vertical''' movement (Y-axis) and other for the '''horizontal''' movement (X-axis). The joystick also comes with a '''Select switch'''. It can be very handy for retro gaming, robot control or RC cars. So let's understand how it works! | ||
https://www.exploreembedded.com/blog/wp-content/uploads/img-collections/joystick/dsc09428.jpg | https://www.exploreembedded.com/blog/wp-content/uploads/img-collections/joystick/dsc09428.jpg | ||
+ | =Basics= | ||
+ | =Raw Sketch= | ||
+ | =Mapping= |
Revision as of 10:07, 29 July 2016
The Analog Joystick is similar to two potentiometers connected together, one for the vertical movement (Y-axis) and other for the horizontal movement (X-axis). The joystick also comes with a Select switch. It can be very handy for retro gaming, robot control or RC cars. So let's understand how it works!