Giter Club home page Giter Club logo

amiibopi's Introduction

AmiiboPI

To send Amiibo to Nintendo switch via a Raspberry PI with display and buttons.

Tested on RPI zeroW with raspberrypi os

Find Eagle and Fusion360 Files in this repo: Extras

Looks

Parts List

Raspberry pi ZeroW With Female GPIO

3 push buttons.

1 SSD1306 0.96 i2c oled screen.

1 custom pcb can be found in the other repo.

1 by 9 Pin headers (cut in 1 by 7 and 1 by 2)

--optional:

3D Printer #to create the enclosure find stl's in other repo.

Installation

Package it self:

cd /opt/
git clone https://github.com/Woebenskie/AmiiboPI.git

Requirements:

cd /opt/AmiiboPI/
pip3 install .
pip3 install -r requirements.txt
apt install python3-dbus libhidapi-hidraw0

Usage

Either run via sudo or as root user.

python3 main.py

Run as service:

nano /lib/systemd/system/amiibopi.service

[Unit]
Description=AmiiboPI

[Service]
Type=simple
ExecStart=/usr/bin/python3 /opt/AmiiboPI/main.py

[Install]
WantedBy=multi-user.target

systemctl enable amiibopi.service
systemctl start amiibopi.service

Credits

Credits to: mart1nro for the joycontrol libary.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.