You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gesture-Controlled Lamp with BLE Feedback - Arduino Use an ESP32 + MPU-6050 IMU to control a lamp by hand gestures: Tilt up/down → increase/decrease brightness Shake (quick jerk) → toggle on/off Every brightness change is advertised over BLE so your phone can display real-time status. By Bocaletto Luca.
This project objective is to recognize the gesture of the fingers here assumed as individual flex sensor. With the curl of fingers, the graphical LCD display o or I, which signifies open or closed fingers
The Robot which moves as directed through hand gestures. An accelerometer is used to determine direction and a 433Mhz RF pair is used to communicate between transmitter and reciever
An exploration and implementation of gesture control using C++ and OpenCV. Supervised by Dr. Scott Valcourt of the Roux Institute at Northeastern University.
May 2025 - A project that controls a robotic car using real-time hand gestures. This system uses a Python script with OpenCV and MediaPipe to detect hand movements via a webcam (input) and sends corresponding commands to an Arduino-powered car through UDP wifi, allowing it to navigate forward, backward, left, and right.
GestuDrive is an innovative Arduino-based system that allows intuitive control of a robotic car through natural hand gestures. Using motion sensing technology and wireless communication, GestuDrive translates hand movements into precise vehicle control commands.
Implementation of a simple Arduino-based hand gesture control for web browser functions, featuring gestures for tab switching, scrolling, task shifting, and media controls.