Skip to content

ZAF Installation

Ahmet Can Solak edited this page Apr 28, 2021 · 15 revisions

How to install?

Installation on Arduino

The main sketch (controlbox) must be uploaded to both arduino megas. Nothing else needs to be done.

Installation on Raspberry Pi

ZAF+ code is written and tested on only Raspbian Buster >=10.

# Install dependencies
sudo apt install python3-pyqt5
python3 -m pip install python-crontab==2.5.1 arbol==2020.11.6

# Create the required folder structures
mkdir -p ~/Dev/prod/zaf_data
cd Dev/prod/

# Get ZAF+ software
git clone https://github.com/royerlab/zaf.git
cd zaf
Clone this wiki locally