Skip to content

Flashing the Arduino code

Brian Haro edited this page Jan 13, 2021 · 3 revisions

Background

What is going to be needed to flash an Arduino is the Arduino itself, a usb serial cable, and the Arduino IDE but, depending on what microcontroller you are using these instructions might differ. In addition to the materials listed above you will also need a copy of the arduino-scripts repository on the LPG organization GitHub. With all these materials we are going to flash each microcontroller with valve control software.

Steps

  1. Git clone or download a copy of the Arduino scripts from this repository.
  2. Open the Arduino IDE and open the sketch with the name valve_control.ino.
  3. Verify that the Arduino sketch will compile with the check mark button.
  4. After confirming that the code will compile, flash every single one of your Arduinos by plugging them in one by one.
Clone this wiki locally