About This Architecture
Hand gesture slide and mouse controller using ESP32 microcontroller with MPU6050 inertial measurement sensor mounted on a wrist-worn glove. Sensor data streams via WiFi to a local WebSocket server running Node.js or Python Flask, where a gesture parser interprets motion commands and routes them to slide control and mouse pointer logic. The architecture bridges gesture input to PowerPoint via COM/API integration and simultaneous web UI display, enabling wireless presentation control from hand movements alone. Fork this diagram on Diagrams.so to customize sensor types, add alternative gesture recognition models, or adapt the WebSocket protocol for your embedded platform. This pattern demonstrates edge computing principles by processing raw IMU data locally before transmission, reducing latency and network bandwidth for real-time interaction.