Learn electronics, coding, and projects — step by step.

Gorillacell Module 034: Joystick

Table of Contents

The Joystick is essentially composed of two potentiometers arranged perpendicularly to detect horizontal (X-axis) and vertical (Y-axis) movements. By varying the resistance in each axis, it provides analog input signals corresponding to the direction and magnitude of movement. It is commonly used in game controllers, robotics, and control interfaces.

The Gorillacell ESP32 Development Kit includes one Joystick module for experimenting with directional input control and analog movement detection.

BASIC INFORMATION

Device Category Interface Chipset Description
Input Sensor Cell Analog - -

PINOUT

It has 4 pins which are

  1. G - for the ground pin,
  2. V - for the supply voltage,
  3. X - for determining the analog value of the horizontal position, and
  4. Y - for determining the analog value of the vertical position.

An Analog to Digital Converter (ADC) peripheral will be used in order to determine the Joystick.

×



Related Articles: (by Series)