Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
/ yafd Public archive

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

License

Notifications You must be signed in to change notification settings

josevnz/yafd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published