You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+31
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,41 @@ Software to control the tractor from AgOpenGPS. Can also be used as an NTRIP-cli
37
37
D-part of the PID controller is used in newer versions for sidehill draft compensation). General rule: if it is configurable in the WebUI, the value in AgOpenGPS
38
38
doesn't matter.
39
39
40
+
# Schematics
41
+
42
+

43
+
44
+
The configuration has to match the connections for the IBT2 (PWM, enable) and the work and steer switches. This schematics is with modules from adafruit, but you
45
+
can use other brands when you adjust the firmware for it. This is usualy done by changing the `board` in `platformio.ini`.
* Use other modules, as long as the chips on it are the same.
64
+
* Instead of the UBEC, you can use another way to convert 12V -> 5V.
65
+
* You can split this into two units: the motor controller and the GPS/IMU stuff.
66
+
* You can solder the wires directly to the esp32 feather, but with the protoboard you can take it away for programming or replacing it.
67
+
68
+
> Please consider buying quality components by genuine resellers to support the development of new cool stuff.
69
+
40
70
# Installation
41
71
42
72
## Warning before you start
43
73
Read this file through, before starting to half-ass it. It is not so hard to get a working system, just give it enough time and install it in this order.
74
+
Some packets take a real long time to install with no visible progress. Just wait until finished.
0 commit comments