- Efficient and Compact Stereo Power Amplifier: Unleash High-Quality Audio with the PAM8610Posted 2 hours ago
- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 3 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 9 months ago
- TOTEM: learning by experimentingPosted 9 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 10 months ago
- Sparkly Air SensorPosted 10 months ago
- Ultra sonic distance finder with live statusPosted 10 months ago
Arduino Powered Gesture Keyboard
Gesture keyboard is a library used to convert accelerometer data to a sequence of characters and sentences.
Federico Terzi build a module using an Arduino Pro Micro, a MPU-6050 as accelerometer and a HC-06 Bluetooth module for sending signals to his laptop. A Python library using Scikit-learn’s SVM (Support Vector Machine) algorithm then translates the motion readings into characters that appear on the screen.
When someone press the first button, the module starts to send accelerometer data to the pc. When the button is relased, the transmission stops.
The entire module gets powered by using a power bank.
The full code of this impressive computer interface is available on Github.