Posts

Showing posts from 2020

Obstacle Avoiding Car | Path Finder Robot

Image
We are glad you found your way around and came here, just like our robot. Today, we bring you a robot that uses an Ultrasonic Sensor to detect obstacles in its way and finds its way around. So read this article of the Arduino Car Series, till the end, and learn to make one on your own. What is Ultrasonic Sensor? The ultrasonic sensor is an electronic device that measures distance by using ultrasonic waves. It is an application of SONAR (Sound Navigation and Ranging). Ultrasonic Sensors measure the distance to the target by measuring the time between the emission and reception. To learn more about it, click here . Make Your Obstacle Avoiding Car! Required Components The components required to make this project are: 1.       Arduino UNO 2.       Motor Driver L298N 3.       Car Chassis 4.       Ultrasonic Sensor 5.       12V Battery Pack 6.       Jumper Wires Circuit Diagram Connect the components as shown in the circuit diagram below. Project Code Following is

JoyStick Controlled Car

Image
  Remote controlled and autonomous cars fascinate everyone. And being able to understand their working, and most importantly, being able to make them is a wonderful skill and experience. Therefore, in this project, we will learn to make a joystick-controlled car using Arduino.  Joy Stick Working Mechanism   The Joy stick we'll be using is similar to one in your gaming controllers. We can move it horizontally and vertically. Additionally, it has a push button. The horizontal and vertical displacements of joysticks are tracked using VRx and VRy pins respectively. And the state of push-button, 1 or 0 is tracked via SW pin. The image below explains in more detail how the output of the joystick changes with a change in the joystick's movement.  Hardware Assembly of Car Coming to hardware of car, it can be divided into two parts, assembly of chassis and components and circuit patching. You may refer to video at the end of article to get visual representation of assembly and circuit p

Controlling DC Motor using L298N and Arduino UNO

Image
  Remote controlled and autonomous cars fascinate everyone. And being able to understand their working, and most importantly, being able to make them is a wonderful skill and experience. But, before we jump onto that, it's important to learn about two key components of such cars, MOTORS, and MOTOR DRIVERS. Explaining in the simplest possible way, MOTORS are output devices used to rotate wheels, by using electrical power. And MOTOR DRIVERS are modules used to control the direction of rotation of motors, clockwise or anti-clockwise, and speed of rotation of wheels.  We will now make a simple project, in which we will control our motor's direction using a motor driver, L298N.  Hardware Components Required 1- L298N Motor Driver 2- Arduino 3- Motor 4- Wheel 5- Jumper Cables 6- Battery (9V) Checking Motor and Motor Driver Before starting any project, make sure your hardware is working correctly. The following method may be used to check for motor and motor driver's basic working.

Measure Distance With Ultrasonic Sensor!

Image
Have you ever wondered how Obstacle Avoiding Cars work? Or How can you measure the distance of an object with a sensor? In today’s article, we bring you detailed documentation on How can you measure the distance of an object with sound waves. Moreover, you will learn to make a simple yet cool parking system in this article. Ultrasonic Sensor An ultrasonic sensor is an electronic device that measures distance by using ultrasonic waves. It is an application of SONAR (Sound Navigation and Ranging). Ultrasonic Sensors measure the distance to the target by measuring the time between the emission and reception . Working of Ultrasonic Sensor One end of the Ultrasonic Sensor is a transmitter, and the other is the receiver. When we initiate the trigger pin, it emits ultrasonic waves. If there is an obstacle in the way of these waves, ultrasonic waves bounce back and diffract to the receiver end of the Ultrasonic Sensor. When these waves fall on the receiver, the echo pin initiates and

How Does An IR Sensor Work!

Image
 Arduino UNO is a microcontroller board- it is the brain of any electronics project. IR sensor, on the other hand, is an infrared rays transmitter and receiver. In the following project, we will learn the working principle of IR sensor followed by its application as a discriminator between black and white surfaces and as an obstacle detector with Arduino UNO. IR Sensor FC-51 IR Sensor emits and detected infrared radiations. IR radiations are part of the electromagnetic spectrum, with wavelength higher than that of visible light, and are generally invisible to the human eye. The IR sensor consists of: 1.       IR Emitter LED: Emits infrared light 2.       IR Receiver: A photodiode with resistance depending on the amount of IR light falling on it 3.       Distance Adjuster: Changes detection distance 4.       Vcc Pin: Provides 3–5 V input voltage 5.       Gnd Pin: Ground input 6.       Out Pin: Transmits output signal from the sensor to Arduino 7.       Obstac

Operating Bluetooth Module HC-05 With Arduino

Image
Introduction: Have you only used Bluetooth to transfer files between devices? Then change the way, and learn something new today. In this article, we bring you the Bluetooth Module HC-05-with which you will be able to control devices with help of Arduino and a Bluetooth App installed on your phone. Give voice commands or press buttons, interact the way you like and control your devices over Bluetooth. This article includes Code, and a video tutorial for a hands-on learning experience. Required Components: 1.       Arduino Board(Arduino UNO in our case) 2.       LED 3.       Bluetooth Module HC-05 4.       Jumper Wires 5.       Breadboard(optional) Code Setup: BlueControl App Setup: The app we are using for this project is Arduino Bluetooth Control on Android . If you are an IOS user then we have an alternative solution for you, ArduinoBlue on AppStore . The IOS app does not support Vocal commands. In the future, if we come across a better alternative for IOS users we will update

Using Potentiometer For Input

Image
  Introduction Arduino is often used with input and output peripherals. Common output components used with Arduino in mini-projects are LED and Buzzer. Similarly, a potentiometer is a commonly used input device for analog input to Arduino. In this article, we will dive into understanding these components and making exciting mini projects using these. Using Potentiometer For Input Circuit Diagram: Software Setup: Output Demo:

Using Buzzer For Output

Image
Introduction Arduino is often used with input and output peripherals. Common output components used with Arduino in mini-projects are LED and Buzzer. Similarly, a potentiometer is a commonly used input device for analog input to Arduino. In this article, we will dive into understanding these components and making exciting mini projects using these. Using Buzzer For Output Circuit Diagram:   Software Setup: Output Demo:

Blinking LEDs In Sequence (Pin-By-Pin)

Image
Introduction Arduino is often used with input and output peripherals. Common output components used with Arduino in mini-projects are LED and Buzzer. Similarly, a potentiometer is a commonly used input device for analog input to Arduino. In this article, we will dive into understanding these components and making exciting mini projects using these. Using LED As Output Circuit Diagram: Software Setup: Output Demo:

Control LEDs And Buzzer With Potentiometer

Image
Arduino is often used with input and output peripherals. Common output components used with Arduino in mini-projects are LED and Buzzer. Similarly, a potentiometer is a commonly used input device for analog input to Arduino. In this video, you will learn to make an exciting mini-project where you can control the number of LED's turned ON and the frequency of a Buzzer by a knob(Potentiometer). Introduction Arduino is often used with input and output peripherals. Common output components used with Arduino in mini-projects are LED and Buzzer. Similarly, a potentiometer is a commonly used input device for analog input to Arduino. In this article, we will dive into understanding these components and making exciting mini projects using these. Using Input of Potentiometer to control LED/Buzzer Output Circuit Diagram: Software Setup: Getting Some Errors? Try these debugging Methods: 1- Display potentiometer input on the serial monitor 2- Check LED if they are working and not f

Blinking LED With Arduino!

Image
Arduino UNO is a microcontroller board- it is the brain of any electronics project. In the following project, we will use Arduino UNO to blink an LED and give a visual demonstration of how high voltages can fuse the LED. Components Required: 1.        Arduino UNO 2.        Arduino Cable 3.        BreadBoard 4.        LED 5.        Resistor 6.         Jumper Wires Assembling: 1.        Connect pin 5 of Arduino to Anode(+) of LED, which is longer lead. 2.        Connect resistor’s one lead with the shorter lead of LED, and the other lead to GND (Ground) of Arduino. 3.        Connect Arduino to your Laptop using Cable. Setting up Software Copy-paste the given code on Arduino IDE and upload it on the board. ALERT! Don’t Fuse Your LED LED will fuse if you provide it a high voltage of 3.3/5V directly from Arduino. Let's see how it fuses in the following video: DON’T TRY THIS YOURSELF, YOUR CIRCUIT MAY CATCH FIRE. End Note: Congratulation! You have su

WHAT IS ARDUINO?

Image
What is Arduino? What are the types of Arduino? Why you should learn it? In this video, we will answer all of your concerns regarding Arduino. This will be your first step towards exploring Robotics, and specifically Arduino UNO. If you have any queries, feel free to ask us in the comment section. If you liked this video, consider subscribing to our newsletter, as well as YouTube channel. See you soon in the next video.

DeepLift Intro-Learn | Apply | Impact

Image
If you are wondering what is DeepLift about then here is our trailer video. DeepLift is a Learning Platform, where we will bring you cool project videos, and demonstrations. So stay tuned, and click below to join us in our First Learning Series-Arduino For Beginners.