Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 2.43 KB

Human-Follower-Bot.md

File metadata and controls

61 lines (28 loc) · 2.43 KB

Human-Follower-Bot

It can follow humans or moving objects with the help of HC-SR04 Ultrasonic Sensor, Can be used as a nanny bot for kids or to carry heavy baggage without support.

Its pretty similar to the previous repository so i have reused the setup for this one too and its basically just quite the opposite of the previous one.

First of all get all the required parts:

You can get all the material for the above using the following links:

1 x Chassis --> https://a.co/d/2pmxRiq

2 x Dc Motor --> https://a.co/d/hThEPPq

1 x L298 Motor Driver --> https://a.co/d/6bdZdHH

1 x Arduino Uno --> https://a.co/d/2X68hMl

1 x 12v rechargable battery --> https://a.co/d/3i5x2lS

1 x HC-SRO4 Ultrasonic Sensor --> https://a.co/d/3Gg9r8x

As per need x Jumper wires --> https://a.co/d/9OpCN2D

On the chassis for the bot put all components for working something like this:

After that the connections can be done as shown in the schematics below:

If your connections look something like this at first:

Don't get worried they will usually end up looking like this but if you have done everything correctly it will work for sure and you can improve the wiring while putting the components on the chassis.

Now for the coding part i will provide the code below for the functioning:

you can download the code using the given link and put it in your arduino: Human Follower.docx

Congratulations you have built your own Human Following bot using arduino uno.

After attatching the battery mine was working completely fine as you can see in the video:

Working.mp4

As you can see that the robot was properly following me and even stopped when it got too close to avoid colliding.

If you have any complications with the same you can try asking it in the queries section i will be there to help asap.

For more projects using arduino please refer my other repositories.