Posts

Showing posts from 2021

How to use MS Teams with Arduino Nano | Use Arduino as Keyboard

Image
Have your classes, offices and meetings also shifted to online platforms like Zoom and MS Teams ? Well, ours have. And so we had an idea. Let's control MS Teams using Arduino Nano! In this project we will implement Key Mapping using Arduino Nano . The concept is to cause a trigger or action on desktop/laptop when a switch attached to Arduino Nano is pressed. For example, when we press the switch connected to digital pin 2, it receives High input which triggers keyboard control CTRL-Shift-C, which is a shortcut for MS Teams to start a call. Now that we know the concept, let's work on implementation. Software Implementation Download AAC Keys Program The command to be executed on desktop upon button press is transmitted serially through USB connection of Arduino Nano with Laptop. As in the example discussed above, once we press the switch, the corresponding code for CTRL-SHIFT-C will is sent serially from Arduino Nano to the laptop. To make our Desktops USB port act as a Sera

How To Make RC Car At Home With Arduino | Bluetooth RC Car

Image
  Introduction: Remote Controlled Cars, commonly known as RC Cars, have been a source of enjoyment and amusement for people of all ages. Racing with friends or mastering your driving skills, RC cars are packed with action. In Today's Article of the Car Series, we bring you the making of an RC car. Powered by Arduino and connected via Bluetooth to your cellular device, this car offers you more than just driving. It gives you a sense of satisfaction and control. So, read the article till the end and learn something cool today! Required Components: To make this the project you need the following components: 1.       Arduino Circuit Board 2.       Motor Driver L298N 3.       2W Car Chassis 4.       Bluetooth Module HC-05 5.       Battery (~15V) 6.       Jumper Wires (generic) Circuit Diagram: Follow this circuit diagram to patch the circuit. Project Code: Hardware Setup: Watch this complete video to get a better understanding of circuit patching and code. En

Obstacle Avoiding Car Using Servo Motor | How to use Servo Motor with Obstacle Avoiding Robot

Image
  Introduction: We are glad that you Avoided many obstacles and found a straight path, just like our Obstacle Avoiding Robot. Do you want your Obstacle Avoiding Robot to solve a maze? Do you want to Upgrade your Obstacle Avoiding Robot? Today, we will be making an obstacle-avoiding robot using Servo Motor. Go through this article till the end and make your Obstacle Avoiding Robot using Servo Motor.   What is Servo Motor?  The servo motor is a closed-loop mechanism that incorporates positional feedback in order to control the rotational or linear speed and position. The motor is controlled with an electric signal, either analog or digital, which determines the amount of movement which represents the final command position for the shaft. Components Required: 1)     Arduino Uno 2)     Car Chassis 3)     Motor Driver L298N 4)     Servo Motor 5)     Ultrasonic Sensor 6)     12V Battery Pack 7)        Jumper Wires Circuit Diagram Follow the Circuit Diagram given below to make you

How To Make Line Follower Car with Speed Control | 6 IR Sensor Arduino Line Following Car

Image
It's easy to make a robot that follows a line or smooth curves, but it becomes challenging to design the line follower robot when its track is complex. But we got you covered. Using 6 sensors and speed control of our car, we'll design our fast and advanced line following robot.  Before starting on this advanced project make sure you understand How Does An IR Sensor Works  and have tried making 2 Sensor Line Follower or 3 Sensor Line Follower . Hardware Setup Components Required Arduino UNO Motor Driver L298N 6 x IR Sensors (1 x TCRT5000 & 1 x HX-01) Car Chassis (Base & Motors & Wheel & Caster Wheel) 12V Battery Pack Jumper Cables Car Chassis Assembly Circuit Diagram Note: For speed control remove the tiny black jumper covering ENA and ENB pins on L298N. Make sure they are covered when not using the speed control, else project may not work. Software Setup Reading Analog Values of IR Sensor In our previous projects, we read digital values from IR Sensor - 0 for

Street Lights Automation | How to Use LDR With Arduino

Image
   Introduction: At some point in our lives, we have wondered how the Street Lights work? Is there a person controlling these lights? Is it timed according to the duration of the day? All of this happens with the help of an LDR (Light Dependent Resistor). In this article, we will be making a project to automate street lights with LDR. So read the article till the end.   Required Components: To make the project you need the following components: 1.       Arduino Circuit Board 2.       LDR (Light Dependent Resistor) 3.       5 ✕ LEDs 4.       5 ✕ 220Ω Resistors 5.       1 ✕ 10k Ω Resistor 6.       Breadboard 7.       Jumper Wires Circuit Diagram: Follow this circuit diagram to patch the circuit. 1.       Digital Pin 4 → Positive End of LEDs 2.       Ground → Negative End of LEDs 3.       Arduino 3.3V Terminal → One End of LDR 4.       Arduino A0 Pin → Other End of LDR, that has connected to 10k Ω Resistor 5.       Ground → Other Terminal of 10k Ω Resistor Pro

How to Make Traffic Lights Using Arduino Uno | Make Traffic Control System

Image
Introduction Vehicles moving on-road may cause unpredictable accidents leading to colossal loss of mass and life. But what is that causing the orderly movement of Vehicles? Traffic Control System. It is used to avoid accidents and to control the flow of traffic. In this project, we will be using Arduino Uno to control the timings of Led in each direction, and with this, we will guide our vehicles to move towards a particular direction. As we know, in the traffic Control System, the green led refers to move, Red is to stop, and Orange is to get ready or to slow down. We have considered Four Directions, When the Green led of Direction 1 is ON, this indicates that all the vehicles from Direction 2,3, and 4 should move towards Direction 1. Meanwhile, all the other directions i.e. those in which orange or green is not turned ON, have their red led turned ON. Afterward, Orange led of direction 2 turns ON, this indicates that all the vehicles from direction 1, 3, and 4 should get ready to m

How To Make Line Follower Using Three IR Sensor | Arduino Line Following Car

Image
Line Follower Cars are autonomous cars that follow a given route. We have already learned to make a Line Following Car using 2 IR sensors to follow easy tracks . Today we'll make a Line following car using Arduino and 3 IR sensors , that will precisely follow a black line over a white surface , take sharp 90 degree turns and easily follow high curvature curves . Before moving ahead, make sure you understand the Working Mechanism of IR Sensor and learn how to make 2 IR Sensor Line Follower Robot . This project is an upgrade of 2 IR Sensor Line Follower Robot.  Hardware Setup Components Required: Arduino UNO Motor Driver L298N Car Chassis (Car Frame | 2 x DC gear Motor | 2 x Tires) Jumper Cables 3 x IR Sensor  Car Assembly: The first step is to assemble the car chassis. To learn more about assembly, refer to this article:  Assemble Car Chassis . For visual demonstration refer to this video:  Assemble Car Chassis . Circuit Diagram: Software Setup Arduino needs to be programmed suc

How to Measure Temperature and Humidity with DHT Sensor

Image
DHT sensors are used to measure the humidity and temperature of the surroundings. They are widely used in IoT and Industrial applications. By the end of this article, you will be able to operate the DHT sensor with Arduino, to measure the temperature and the humidity of your environment. Required Components: 1.       Arduino Circuit Board 2.       DHT 11 or DHT 22 3.       Jumper wires Circuit Diagram DHT sensors come in two forms; ·         In form of a sensor DHT-11 Sensor DHT-22 Sensor Here we have 4 terminals, VCC, DATA, NC, GND (moving from left to right) Connections: VCC à 5V of Arduino DATA à Digital Pin 4(If you change pin number, make a change in code as well) NC à Leave Disconnected GND à Arduino GND  Note : DHT-22 sensor will have the same pin configuration as shown above. ·         In form of Module DHT-11 Module DHT-22 Module Here we have 3 terminals, GND, DATA, VCC (moving from left to right)  Connections: GND à Arduino GND DATA à Digital Pin 4

How To Make Arduino Line Following Robot | Line Follower Using Two IR Sensor

Image
Do robots that follow a specific path excite you? Guess what? We'll help you make one!  Line Follower Cars are autonomous cars that follow a given route. Today we'll make a Line following car using Arduino and IR sensor, that has its application ranging from use in industry to auto mobile application. So let's start! IR Sensor Working Mechanism IR sensor is an infrared rays transmitter and receiver. It  discriminates between black and white surfaces, returning a digital signal of Zero '0' to Arduino for white surfaces and One '1' for black surfaces. To learn more about IR Sensor working mechanism  click here . http://qqtrading.com.my Pin Connections:  IR Sensor Vcc connects to Arduino 5V IR Sensor Gnd connects to Arduino Gnd IR Sensor Out connects to Arduino Digital I/O Pin Hardware Setup Components Required: Arduino UNO Motor Driver L298N Car Chassis (Car Frame | 2 x DC gear Motor | 2 x Tires) Jumper Cables 2 x IR Sensor  Car Assembly: The first step is to

How Does A Joystick Work? | Arduino For Beginners

Image
You have already used the joystick while playing video games or using remote-controlled cars. It is an important input device commonly used with Arduino to make projects like Joystick-controlled car . Today we'll learn how to connect the joystick to Arduino and display its position on Arduino serial monitor.  Pin Layout Joystick Module Hardware Setup Arduino GND connects to Joystick GND Arduino 5V connects to Joystick 5V Arduino Analog Input pins A0 and A2 to Joystick VRx and VRy respectively Arduino Digital I/O pin 3 to Joystick Swith pin SW Note: Arduino Analog and Digital pin connections may vary depending on your code. Software Setup Demo To see how the project works refer to the video below. We hope that you learned how to use Joystick with Arduino. Now it's time for you to make this project and share it with us. Feel free to ask any queries in the comments below. Happy Learning :)