Joystick Controlled Arm

Introduction Video:

Overview:

Joysticks are used in many things, including video game controllers. While we probably don’t think about it, the position of the joystick must be converted into some kind of electronic signal that can be processed and turned into another electronic output. This is possible because a joystick is effectively two potentiometers, one for each axis. In this example we only use one of the axes to control the up/down motion of an arm.

Parts:

1 – Arduino Uno

1 – L298N Motor Driver Board

1 – Dual Axis Joystick

2 – Limit Switches

1 – 9V battery

1 – Tollbooth Setup

Wiring:

Code:

Last updated

Was this helpful?