top of page
Writer's pictureKiranmai Chigurupati

Controlling Servo motor with Joystick

Updated: Sep 15

In this project, we will see how to use a joystick module to control the servo motor using Arduino UNO. A servo motor is an electric device used for precise control of angular rotation.


Hardware requirements:


Arduino UNO:

Arduino UNO
Arduino UNO

The Arduino is a programmable #microcontroller, it's an open-source electronics proto-type platform. It interacts with the user by receiving input with the aid of sensors and provides the output employing LED, buzzer, etc.,


In order to know more about the Arduino UNO, refer to this article.


Breadboard:

Breadboard
Breadboard

A #breadboard is a flat piece of wood that is provided with holes that allow users to build a circuit including the components and connections without the need for soldering due to which it is reusable and finds its best usage for the students who are new to build circuits. The holes in any horizontal line will be in series whereas the vertical holes remain at an equipotential state. There are different sizes of breadboards available in the market which include "full size", "half -size" and, "mini-size" breadboards.



Servo motor:

Servo motor
Servo motor

A servomotor is a rotary or linear actuator that allows for precise control of angular or linear position, velocity, and acceleration. A servomotor is a closed-loop servomechanism that uses position feedback to control its motion and final position. In this project, we can either use SG90 or MG90 servo motor.


Joystick sensor module:

Joystick sensor module
Joystick sensor module

Joystick Sensor has two individual potentiometers one for each x and y axes to read the user's input. It is equipped with a freewheeling holder, that allows changing the knob of the potentiometer which changes resistance and inturn the analog output.


The potentiometers are connected between Vcc and Ground. It is used to control the pointer movement in two dimensions and is sometimes also called a Control Stick.

Pin diagram of joystick
Pin diagram of joystick

The potentiometers are placed perpendicular to each other. To read the joystick's physical position, we need to measure the change in resistance of the potentiometer. This change can be read by Arduino analog pin using ADC.


Connecting wires:

Connecting wires
Connecting wires

Connecting wires are used to establish connections between different components in the circuit.


Software requirements:


Arduino IDE:

Arduino IDE
Arduino IDE

The Arduino Integrated Development Environment (IDE) is a cross-platform application (for Windows, macOS, Linux) that is written in functions from C and C++. It is used to write and upload programs to Arduino compatible boards, but also, with the help of third-party cores, other vendor development boards.


Circuit Connection and its Working:



Circuit connection involves the following steps:

  • The Ground pin of the Analog Joystick is connected to the ground pin of the Arduino UNO.

  • The 5V pin of the Analog Joystick is connected to the 5V pin of the Arduino UNO.

  • The VRx pin of the Joystick is connected to the Analog pin A0 of the Arduino UNO.

  • The control pin of the Servo motor is connected to the digital PWM PIN number 9 of the Arduino UNO.

  • The Vcc and ground pins of the Servo motor are connected to 5V and ground pins of the Arduino UNO respectively.



Code:




Project By - Anupama Koley and Neha Patil



 

See also:



















Content Written by-


Name - Kiranmai Chigurupati

Portfolio Link - click here



Order Electronics Projects


Want us to guide you through your project or make the project for you? Click on the button below or reach out to us via Call/WhatsApp at (+91) - 7600948607


You can -


  • Order Basic Electronics Projects

  • Order Embedded Systems Projects

  • Order IoT Projects

  • Order FPGA Projects

  • Order VLSI Projects

  • Order Image Processing Projects

  • Order Matlab Projects

  • Order TinkerCAD Projects

  • Order Proteus Projects


Click on the button below to fill out the project inquiry form -





Create Various Projects


Check out our Free Arduino Projects Playlist - Arduino Projects 

Check out our Free Raspberry Pi Projects Playlist - Raspberry Pi Projects 

Check out our Free TinkerCAD Projects Playlist - TinkerCAD Projects 

Check out our Free IoT Projects Playlist - IoT Projects 

Check out our Free Home Automation Projects Playlist - Home Automation Projects 

Check out our Free NodeMCu Projects Playlist - NodeMCu Projects 



Follow us -


Please do follow us i.e. #learnelectronicsindia to get daily updates about new blogs, videos, courses, products, offers, competitions, quizzes, and Internship Opportunities.




2 Comments


ashitanarvekar2002
Jul 27, 2023

Informative and concise! LearnElectronics India always delivers quality content.

Like

Anushka Gupta
Anushka Gupta
Jul 21, 2023

I can't thank Learn Electronics India enough for sharing this informative blog! The way they explained the concept of controlling a servo motor with a joystick was impressive, and the practical examples provided a deeper understanding. As someone new to electronics, I appreciate how approachable the content was.

Like
bottom of page