The project consists in creating a smart glove that sends information about hand position to a computer. The data received from glove are used by the computer to control a 3D object movement. Communication between the smart glove and computer is made through Bluetooth connection.
All data are received by GiroApp. GiroApp its an app written in Java using JavaFX framework and JSerialComm. The application can communicate with Arduino Nano using Bluetooth communication or USB cable. Arduino Nano was programmed using MPU6050.h library. Arduino use I2C protocol to communicate with MP6050 giroscope and 2 digital pins to communicate with HC-05 Bluetooth Module.
Comments
Please log in or sign up to comment.