Arduino Firmware
Step-by-step instructions for installing the FarmBot’s Arduino firmware
The Farmbot Arduino Firmware performs the following tasks:
- Physically controls the FarmBot hardware by sending electrical pulses to the stepper motor drivers, reading voltages from pins, and outputting voltages and data to the Universal Tool Mount
- Communicates with the Raspberry Pi via a serial connection over a USB cable in order to receive G-code and F-code commands and send back log and collected data.
- Monitors the rotary encoders as a closed-loop feedback control system to ensure that the stepper motors have not missed any steps.
Below, we describe two methods for installing the Arduino Firmware onto the Arduino. Most users will use the first method.
Installation from FarmBot OS (Easiest Method)
Requires FarmBot OS
This firmware installation method is for people who have already installed FarmBot OS on their Raspberry Pi.
Prerequisite: Install FarmBot OS (see Raspberry Pi Software)
- Plug your Arduino into the Raspberry Pi using a USB cable.
- Configure FarmBot OS (see FarmBot Configurator)
- Login to the FarmBot Web Application and go to the Controls page to test movement.
It's alive!
Go the Controls page of the web application and click a movement button. If everything is working, FarmBot should move. Go ahead and have some fun with the manual controls! Your FarmBot is almost ready for growing plants!
Installation from the Arduino IDE
Want to Hack?
There is more technical documentation about the FarmBot Arduino Firmware in the README file.
Advanced Users Only
This method is not recommended because you have to manually download and install the firmware through the Arduino IDE instead of installing the Arduino firmware with one click from the FarmBot web application.
If you do not want to use the firmware installed by FarmBot OS, you can still install the FarmBot Arduino Firmware by using the standard Arduino IDE with the steps below.
- Download and install the Arduino IDE onto your computer.
- Download and unzip the latest FarmBot Arduino Firmware.
- In the firmware folder you just unzipped, go to the src sub-folder and open up src with the Arduino IDE. Note: this file is blank, but there are many other file tabs that should be automatically opened as well.
- Connect your Arduino to your computer with a USB cable.
- From the IDE, click Tools > Board, and then select
Arduino Mega 2560
. - Now click File > Upload. This will flash the firmware onto your Arduino.
Help Improve the Arduino Firmware
Found some bugs? Have a feature request or improved code you would like to contribute? Let us know by opening up an issue or submitting a pull request on the GitHub repository for the FarmBot Arduino Firmware.