-
Notifications
You must be signed in to change notification settings - Fork 1
Flashing the Arduino code
Brian Haro edited this page Jan 13, 2021
·
3 revisions
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.
- Git clone or download a copy of the Arduino scripts from this repository.
- Open the Arduino IDE and open the sketch with the name
valve_control.ino
. - Verify that the Arduino sketch will compile with the check mark button.
- After confirming that the code will compile, flash every single one of your Arduinos by plugging them in one by one.

- Installing Raspberry Pi OS
- Setting up SSH and optionally Wi-Fi
- SSHing into the Raspberry Pi
- Enabling SSH Server
- Configuring IP Addressing
- Installing Environments
- Flashing the Arduino code
- Establishing Controllers plugin order
- Locating Controllers KERNEL and KERNELS settings
- Establishing udev rules for the Controllers
- IP setup
- Building the Typescript code
- Running the EngineWebServer
- Activity Diagram
- ER Diagram
- UML Diagram