Arduino: Joystick Intro

Now we migrate to learning how to control hardware using a joystick.

Ingredients:
-joystick
-five male to female wires
-Arduino
-breadboard

Tinkercad does not have a joystick so you will start working with the actual Arduino program on your computer.

Fun fact – the joystick controller is an actual button so you have up/down/left/right and a button.

Arduino joystick programming and wiring handout

Sample joystick program< click here to download the sample program. Open it up in Arduino and upload it to YOUR Arduino.

After you get this program done, move on to LED Joystick Control.