Install Software
Software Installation
The following steps are required to install the TankController software.
- Install the Arduino Desktop IDE.
- Download and unzip the appropriate executable for your platform (Linux, macOS, or Windows; on Windows use the zip file rather than the Windows Store option so that you can edit the config in step 2).
- Copy the directory or package to an appropriate place for applications on your platform.
- Follow the Getting Started Guide to confirm that you can install and run the “Blink” software.
- Download TankController to your computer.
- From the Arduino IDE select the menu command
Tools -> Manage Libraries
. - Search for
TankController
, click theInstall
button, and close the Library Manager.
- From the Arduino IDE select the menu command
- Install TankController to the device.
- From the Arduino IDE select the menu command
File -> Examples -> TankController -> TankController
. - If you have a PushingBox Identifier (to send data to the cloud periodically), add it where indicated on line 7.
- Click the “Upload” button (a right-facing arrow) or select the “Sketch / Upload” menu.
- If you do not have an Ethernet cable attached you can shorten the startup time by pressing any key to skip the DHCP request; release the key when you see the idle screen (with current values and targets for pH and temperature).
- From the Arduino IDE select the menu command