Skip to content

jetsonhacks/WEEDINATOR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Heading is the direction that the machine is actually travelling in
  • Bearing is the direction that it needs to go in.

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

About

WEEDINATOR agricultural robot files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SMT 84.8%
  • C 9.3%
  • C++ 5.8%
  • Objective-C 0.1%
  • Processing 0.0%
  • Shell 0.0%