AI Robotic Hand Controller
Control your robotic arm in real-time using just your hand gestures. Powered by MediaPipe AI vision and Web Serial API — no installation needed.
Hand Gesture Control Panel
Connect your Arduino and start the camera to control your robotic arm with real-time hand tracking.
How It Works
Four steps from your hand gesture to the robotic arm movement.
Connect Arduino
Plug your Arduino via USB. The Web Serial API lets Chrome/Edge talk directly to the hardware — no drivers or software needed.
AI Hand Tracking
MediaPipe's hand landmarker detects 21 key points on your hand in real-time, powered by GPU acceleration right in your browser.
Send Serial Data
Finger states (0 = closed, 1 = open) are packed into a 5-character string and sent via serial only when the gesture changes.
Control the Arm
The Arduino reads the string and drives servo motors to mirror your hand gesture on the physical robotic arm in real-time.