josevnz / yafd

Yet Another Food Dispenser (YAFD). Tutorial with Fedora Linux and Arduino Nano.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Food Dispenser (YAFD)

A small project/ tutorial I put together while learning how to create a pet food dispenser using Arduino Nano.

Please read the Tutorial file for details.

Arduino sketch files and Python code is provided, along with screenshots and schematics to build this project.

Python Developer mode

python -m venv ~/virtualenv/yafd
. ~/virtualenv/yafd/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade build
pip install --upgrade wheel
python setup.py develop

And if you want to build a wheel to install somewhere else

. ~/virtualenv/yafd/bin/activate
python -m build --wheel .

About

Yet Another Food Dispenser (YAFD). Tutorial with Fedora Linux and Arduino Nano.

License:Apache License 2.0


Languages

Language:C++ 64.5%Language:Python 35.5%