AutoGros Docs
  • 👋AutoGro Official Documentation
  • Overview
    • 💡About AutoGro
    • ✨Getting Started
      • 🛜 Setting up a static IP (Optional)
  • Setup Instructions
    • 📪Running the code
      • 🥬 Auto pH balance
    • 📎File Index
      • 📒AutoGro Logs
  • ⚡Wiring Schematics
    • 🔡Power Evaluation
  • 🛠️Parts List & Hardware
    • 🏗️3D Models
    • 📓Part List
  • 💻Backend Data Solutions
    • 🔵Discord Bot Development
    • 📲Web App & API Development
    • 🤖Ai Development
  • 🌐Join Our Community
    • Discord
    • LinkedIn
    • Twitter
    • AutoGro Github
  • 👷‍♂️Meet the Team
Powered by GitBook
On this page
  • Download the Github Project
  • Downloading the software
  • Awesome, you've downloaded AutoGro's latest software!
  1. Overview

Getting Started

Setting up your Raspberry Pi

PreviousAbout AutoGroNext🛜 Setting up a static IP (Optional)

Last updated 1 year ago

We recommand using a Raspberry Pi 4 for this project and running the latest Raspbian OS 64 bit. Our code is setup for that enviroment and you may encounter issues if you use diferrent hardware or OS options.

Download the Github Project

Start by going to

Downloading the software

Start by opening your terminal. We only have documentation for Linux based systems at the moments. Sorry Windows users you're on your own 🤷‍♂️

Start by upgrading your OS to the latest software with these commands

sudo apt update
sudo apt full-upgrade
sudo apt clean
git clone https://github.com/autogro-ai/install-AutoGro.git && cd install-Autogro

Run this command once you are inside the directory

source setup_autogro.sh

It should look like this if successful.

Optional: Enable SSH

Our team highly recommends this option. You can log into your pi remotely through your main setup this way. It will make your life much easier. Run the following command:

sudo raspi-config

Select "Intefacing Options", then you should see SSH. Enable SSH

If you're using soil sensors, you need to enable

Awesome, you've downloaded AutoGro's latest software!

✨
https://github.com/autogro-ai