-
Notifications
You must be signed in to change notification settings - Fork 8
Home
SK21 edited this page Apr 16, 2024
·
12 revisions
RateController (RC) is an add-on app that works with AgOpenGPS (https://github.com/farmerbriantee/AgOpenGPS/) for product application rate control.
RC Installation
- Go to https://github.com/SK21/AOG_RC
- Under Releases click latest.
- Download RateControllerApp.zip
- Extract the file to a folder of your choice.
- Find and run RateController.exe
Module Installation
There are various pcbs for the Nano, Teensy, ESP8266 and ESP32. They can be installed with the arduino IDE or PCBsetup. https://github.com/SK21/PCBsetup . The Nano and Teensy need a serial connection. ESP8266 can use serial or OTA wifi. The ESP32 can update from its hotspot web page.
Connecting to a module
- Upload the firmware.
- Connect an Ethernet cable between the module and the tablet/router/network switch.
- In the rate app go to Menu – Module Config – Network.
- Select the Local IP.
- Save the changes with the down arrow in the lower right of the dialog.
- Press the up arrow in the centre of the dialog to send the subnet setting to the module.
- Go to Menu – Products – Product 1.
- Select the Options tab and check that the Module ID is 0.
- The Mod icon should turn green when connected.
- Check connection on the Comm Diagnostics page. The Subnet Address should be the one selected in step 4. The Ethernet tab should show information being sent and received.
Disclaimer
This software is for discussion and learning. It is not in any way to be used on any physical equipment and is meant for use by a simulator only.