DIY Ardubot - 3D Printed Autonomus Arduino Robot

by mircemk in Circuits > Arduino

406 Views, 2 Favorites, 0 Comments

DIY Ardubot - 3D Printed Autonomus Arduino Robot

APH3.jpg

Simple to build Arduino Nano robot with 4 working modes

Supplies

  • Arduino Nano
  • Small servo 9g 3pcs
  • Utrasonic sensor HC-SR04
  • Infrared receiver module
  • Speaker
  • 220R resistor

Description

Ardubot , 3D printed Arduino nano robot

Home made robot partially 3D printed. .It is based on arduino nano board, servos, ultrasonic sensor and LDR resistors.

It has 4 modes:

- Manual control by IR remote ( forward, backward, right and left)

- Autonomous mode ( ArduBot navigates to avoiding obstacles and choosing the best way.)

- Monitor mode ( ArduBot is monitorng objects in front of the ultrasonic sensor. )

- Line tracking mode (I added this mode to the original design )

Building, Schematic, and Code

ardubot_L1a9rSOmUJ.png
20170216_164836.jpg
20170212_145812.jpg
20170216_113943.jpg

The left and right servo motors need to be modified for continuous rotation. You can find instructions for this modification in several places, and I used Adafruit's tutorial:

https://learn.adafruit.com/modifying-servos-for-continuous-rotation

Downloads