paddygoat / WEEDINATOR

WEEDINATOR agricultural robot files
https://hackaday.io/projects/hacker/184263
27 stars 9 forks source link

WEEDINATOR

Code for microprocessor modules controlling the WEEDINATOR agricultural robot and manufacturing files. All code compiles using the Arduino IDE and is in .ino format.

Processors

Primary

A 3 core TC275 running at 200 MHz controls the various motors with step pulses and direction HIGH / LOW. On the I2C bus it is the MASTER.

Secondary

A MEGA 2560 is used mainly for good compatibility with existing arduino modules and code. Its function is to receive data from

Steering

Subtracting one from the other gives the direction and amount that the steering needs to turn.