Skip to content

Commit

Permalink
Human Follower Bot initial
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaMunda committed Apr 25, 2023
1 parent 549996c commit 2ad611d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
56 changes: 56 additions & 0 deletions Human-Follower-Bot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# 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

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:

<img src="https://user-images.githubusercontent.com/128840537/234077353-248c4954-5da0-4b68-906f-58a6938e205b.jpg" width="400" height="600" />

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


<img src="https://user-images.githubusercontent.com/128840537/233803633-dfbeffb7-e520-474f-8304-d9080072a04c.png" width="600" height="400" />


If your connections look something like this at first:


<img src="https://user-images.githubusercontent.com/128840537/233799097-931edaf3-384e-46f2-87a0-a502ccdb1c38.jpg" width="600" height="400" />


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](https://github.com/PandaMunda/Human-Follower-Bot/files/11325141/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:



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.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

0 comments on commit 2ad611d

Please sign in to comment.