The Growbot project was begun by Michigan Technological University's Open Source Hardware Enterprise. You can find out more about this project on our Appropedia page.
The goal of this project is to manufacture a robot, about 1 cubic foot in size, that can automate the process of farming most garden crops. This would include tilling and planting the seeds, maintaining constant moisture and nutrient levels, and weeding around the plant. The robot will be made of 3D printed and easy to source components making it low-cost and available to be assembled by most home users. The growbot will be a time saver for users and make sure that plants get the correct amount of water and fertilizer at all times. The growbot will also be helpful for any homeowner that does small plot farming and has a busy lifestyle.
# Make sure git is installed
sudo apt update; sudo apt install -y git
# Clone and enter repository
git clone https://github.com/OSHE-Github/OSHE_Growbot oshe_growbot
cd oshe_growbot
# Run setup script
./first_time_setup.sh
# Make sure git is installed
sudo pacman -Syyu; sudo pacman -S git
# Clone and enter repository
git clone https://github.com/OSHE-Github/OSHE_Growbot oshe_growbot
cd oshe_growbot
# Run setup script
./first_time_setup_arch.sh
./start.sh
git pull --all
git submodule foreach git pull
source static/venv/bin/activate
deactivate