Version: 1.0.0
ArduiDeck
is a project that aims to create a simple and easy to use interface for controlling your computer with an Arduino Uno or compatible board.
Note: This project can be used for any project that uses a 4x4 keypad, Python and serial communication.
- 1x Arduino Uno
- 1x 4x4 Keypad
- Some wires
- Clone this repository
- Open
ArduiDeck.ino
in the Arduino IDE - Upload the sketch to your Arduino
- Clone this repository
- Install the required packages with
pip install pyfiglet pyserial
- Run
python main.py
- Connect your Arduino to your computer
- Run
python main.py
- Press the buttons on your keypad to control your computer
See CHANGELOG.md for changes
Contributing is disabled for this repository
This project is licensed under the AGPL v3 License - see the LICENSE.md file for details