Skip to content

RevoltBI/pikachu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pikachu

MTG-sorter project for Canadians

Instructions

  1. Clone the repo to the raspberry to the /opt dir

    cd /opt

    git clone https://github.com/RevoltBI/pikachu.git

    cd pikachu

  2. Install python packages

    poetry install
  3. Activate poetry environment

    1. Use virtual environment in shell linux/osx:
      source /home/pi/.cache/pypoetry/virtualenvs/pikachu*/bin/activate
  4. Set up some variables like pin and interval in src/configuration/config.cfg

    pin is GPIO pin that is connected to the device

    interval is the command frequency in seconds

    pin = 14
    interval = 0.5
  5. Run the program

    python3 src/main.py

About

MTG-sorter project for Canadians

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages