Arduino Radar 1
Arduino Radar 1
Arduino Radar
by JohnM1579
In this tutorial, we will learn how to make a cool looking Arduino Radar using ultrasonic sensor. Arduino radar
allows you to detect objects within a short range. This project is easy and fun to make, obviously. You can use this
project for showcasing in school science fair. I have added the video to help making this radar easily. Lets start
making it…..
Overview
To make this radar we need three basic components. First one is the Arduino which processes the data sent by
the sonar sensor. Sonar sensor has a transmitter which produces and transmits ultrasonic sound wave which later
is received by the receiver after reflecting from any object. However, servo motor is the third component which
revolves with in a particular degree and helps the radar to detect objects.
Components
The listed components are needed to make a arduino radar using ultrasonic sensor.
https://www.youtube.com/watch?v=b7Xnjc7lT0U
Step 1:
First of all, we have to cut a card board (15cm * 8cm). Then, glue arduino and servo motor on it.
Now, we have to make a “L” shape stand for Ultrasonic sensor (HC-SR04) which keeps it still on the servo motor.
Step 3:
Now, we have to connect sonar sensor to arduino. Be careful while connecting VCC and GND of the sensor to 5v
and GND of arduino respectively. Later, connect the trig pin to 8 and echo pin to 9 of arduino.
After connecting sensor to arduino it’s time to attach servo motor with it. Again, be cautious about connecting VCC
and GND of servomotor. Connect servo signal to pin 10 of arduino.
You will need arduino IDE and Processing IDE to run Arduino IDE: https://www.arduino.cc/en/main/softwar
this radar e
project. Processing IDE will get the values sent from
arduino and illustrate the object area (red marked).
Follow the links to download them.
int CalculateDistance(void) {
return int(distance);
We can easily locate any object within the range (40 cm) by using processing IDE. If you don’t have the IDE on
your pc just download it.
Before using this IDE, we have to configure the font.
Then, go to tools/create Font. Select “OCRAExtended” from the list, choose font size 25 and click OK.
Step 8:
Now, we have to find the COM Port number. Go to Arduino IDE and find the Com port(COM3 in photo). Put the
COM port number in line 13 of processing code (COM3 in photo).
Finally, pressing the Run button will show a processing window. It will show both servo angle of the radar and the
object distance.
Download
https://www.instructables.com/ORIG/F8F/J3PJ/JYWVNNPS/F8FJ3PJJYWVNNPS.zip
…