Autonomous Robot to Fertilize Corn

Some of my friends wanted to build an autonomous robot to fertilize corn and they asked my help in programming it. Would like to share the result.

Fertilize Corn

  • Actuators / output devices: Dagu Rover 5 tracked platform (4 motors + 4 encoders)
  • CPU: Arduino Uno (atmega328)
  • Power source: 12 V
  • Programming language: Arduino C/C++
  • Target environment: outdoor

This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/autonomous-robot-to-fertilize-corn

It’s been my dream to build

It’s been my dream to build a useful robot someday.

Practical

Perfect justification for a robot - you might even have some commercial potential for the application.

1 Like

Glad to know. Will pursue it.

Glad to know. Will pursue it.

Land navigation

Hi,

would you tell more about autonomous land navigation (sensors, software, etc.)?

Thank you

R.

At the moment this setup

At the moment this setup uses an Arduino Uno, Dagu 4 Channel motor controller board and Rover 5 with 4 motors plus encoders. All code was written using the Arduino C/C++ programming language. This setup uses a fixed programed path sequence to control the robot and therefore does not make use of mapping, landmarks, beacon system etc. There was no need for the use of sensors either because all actions performed by the robot were a part of a timed sequence of actions.

awesome robot man !thank you

awesome robot man !

thank you for the idea

1 Like