Skip to content

Zarox28/ArduiDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduiDeck


Version: 1.0.0


Table of Contents

About

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.

Components

  • 1x Arduino Uno
  • 1x 4x4 Keypad
  • Some wires

Installation

Arduino

  1. Clone this repository
  2. Open ArduiDeck.ino in the Arduino IDE
  3. Upload the sketch to your Arduino

Python

  1. Clone this repository
  2. Install the required packages with pip install pyfiglet pyserial
  3. Run python main.py

Usage

  1. Connect your Arduino to your computer
  2. Run python main.py
  3. Press the buttons on your keypad to control your computer

Changelog

See CHANGELOG.md for changes

Contributing

Contributing is disabled for this repository

License

This project is licensed under the AGPL v3 License - see the LICENSE.md file for details

Authors