Skip to content

Circuit-Digest/PAJ7620-Gesture-Recognition-Module-Interfacing-with-Arduino-Uno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PAJ7620 Gesture Recognition Module with Arduino 🚀

This repository contains code to interface the PAJ7620 Gesture Recognition module with an Arduino). The code also demonstrates how to display detected gestures on a 16x2 I2C LCD.

Features ✨

  • Detects multiple gestures such as left, right, up, down, forward, backward, clockwise, and anti-clockwise movements.
  • Displays gesture icons and descriptions on an LCD screen.
  • Uses the DFRobot_PAJ7620U2 library for gesture recognition.

Hardware Required 🔧

  • Arduino board (e.g., Uno, Mega)
  • PAJ7620 Gesture Recognition module
  • 16x2 I2C LCD display
  • Connecting wires

Libraries Used 📚

Circuit Diagram 🔌

Circuit Diagram

PAJ7620 LCD Arduino
VCC VCC 5V
GND GND GND
SCL SCL A5 (SCL)
SDA SDA A4 (SDA)

How to Use 🛠️

  1. Connect the PAJ7620 Gesture Recognition module and the LCD to the Arduino as per the circuit diagram.
  2. Install the required libraries (DFRobot_PAJ7620U2 and LiquidCrystal_I2C) via the Arduino Library Manager.
  3. Upload the provided code to your Arduino.
  4. Open the Serial Monitor to view the detected gestures and their descriptions.
  5. The LCD will display icons and descriptions for the recognized gestures.

Acknowledgments 🙌

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages