INTRODUCTION
If you’re into the field of technology or you simply like playing with electricians, you must have heard of the Arduino Nano. The Arduino Nano has become one of the most used microcontroller in the maker community due to its small size and strong strength. In this blog, we will go through why the Arduino Nano is different, we’re discussing the cost, a pin configuration, a rest of its specs.
1. Compact Yet Powerful
The Arduino Nano has a reputation for being small, perfect for projects that need a small footprint. Even as small as it is, it doesn’t skimp on power – delivering the same performance level of the larger Arduino boards like the Uno.
2. Affordable Arduino Cost
Budget is a big deal when you are working on budget DIY projects. The good news is that an Arduino Nano has all the basic features of an Arduino at a fraction of the price. This, combined with the number of products ST offers for that family, makes it the choice of hobbyists and professionals alike, which need reliable microcontrollers without having to bust the bank.
3. Flexible Pin Configuration
The 30 pins of the Arduino Nano pin configuration make it flexible and capable of interfacing to a number of sensors, LEDs, etc. From the Arduino Nano pin diagram, it is very easy to add peripherals, which makes this board good for beginners as well as experts.
4. Wide Range of Applications
The Arduino Nano is capable of being used in anything from robotics to home automation. It also goes with multiple shields plus modules and so you can construct across various projects all the way from happy LED bouncing to IoT mania!
5. Simple Pinout for Beginners
If you’re new to electronics, you will not have any trouble in understanding the Arduino Nano pin configuration. Pinout is simple and logical, which is very easy for beginners to start making fun with various components without being overwhelmed.
Now, being the first MRP writer, I feel like this project is unique.
Making a human following robot is quite a fascinating thing to do using arduino and three ultrasonic sensors. Unlike the standard setup having one ultrasonic sensor, two ir sensors and servo motor in this project, two ultrasonic sensors have been used. This change simplifies the navigation of the robot and also increases the navigational competence of the robot.
Component Requirements
Components you need to build a human following robot are.
- Board of the Arduino UNO
- 3 units of ultrasonic sensors
- L298N motor driver
- Bot chassis
- 2 DC motors
- Wheels
- A 3.7 V two lithium ion batteries,
- Battery holder
- A breadboard
- Ultrasonic sensors holders
- Switches and jumper wires
Application of human following robot schematic diagram
Determine the schematic representation that visually communicates the following:
The arduino board is connected to Ultrasonic sensors (left, right and front) to the peripheral pins of the arduino board .
Peripheral pins of the arduino board to the motor driver module.
Sending motors to pins of the motor driver module.
Li-ion batteries as the power source to the motor driver module.
Guidance in sense of connection step by step
Make the following connections:
Users should connect the VCC pins of the ultrasonic sensors with the 5V pin of the Arduino users.
The user should connect each ultrasonic sensors’ GND pins to the Arduino user’s GND pin.
The 2nd, 4th and 6th Digital pin of the Arduino users should be connected to the trigger pins (TRIG).
It has to be connected to third, fifth and seventh digital pin of the Arduino Users.
Next we can do wiring the arduino and motor driver module.
You need to connect:
The Arduino’s digital output pins (8, 9, 10 and 11) to the input pins of motor driver module (IN1, IN2, IN3, IN4)
ENA and ENB toes all have the high state pin passing through a female header.
Power Supply Wiring
You need to connect:
Connecting the power supply’s +12V to the corresponding motor driver module input – +12V input.
Connect one of the negative terminals of the power supply to the GND pin of the motor driver module.
From the motor driver module to the Arduino its GND pin to the GND pin of the motor driver module.
Perspective Summary
In this project, we have presented a project that consists of building an Arduino based human following robot using three ultrasonic sensors. This is a great project, with programming, electronics and mechanics. This has wide application of the Arduino board and low priced parts grants people the ability to make their own human following robots.
This Thesis describes potential applications of human following robots offered as solutions to four of the issues.
Applications for human-following robots are endless:
- In malls, in hotel to help customers in retail stores
- Its uses for security and surveillance purposes.
- Entertainment and in events.
- For elder care
- Guided tour
- Research and development
- It has education and research purposes.
- Personal robotics
It is then applied to new applications as the knowledge of robotic grows.