/Autonomous-Plough

Arduino based bot to plough field.

Primary LanguageC++

Autonomous-Plough

Autonomous-Plough is a bot created for Himalaya Exhibition (HEx) 2018. It was able to plough a given area and response to the obstacles during this process.

Image

Components Used

  1. Arduino Uno
  2. Ultrasonic Sensor HC-SR04
  3. Motor Driver L298N
  4. BO motor *4
  5. Servo Motor
  6. LiPo battery
  7. Buzzer

Working

This bot can be operated manually or autonomously. In manual mode all the commands are given via serial communication (Bluetooth in this case). Once autonomous mode is activated, the bot will divide the given length in to equal segments where each segment is equal to double the width of the plough. It will then plough the segment and stops and beep when any obstacle is encountered. This will continue until the entire area is ploughed.