This is a simple Radar made with arduino,ultrasonic sensor and servo motor
Creative Commons Attribution 4.0 International
Please Install this softwares
Follow this steps to code your arduino
1)Copy the arduino code from this link
2)Open your arduino ide and past the code .Compile the code and upload it in your arduino. Please make sure that you have selected the right COM(port)
SRVO CONNECTIONS:
SERVO WIRE | ARDUINO PIN |
---|---|
Yellow(signal) | DIGITAL PIN 12 |
BLACK WIRE | GND |
RED WIRE | 5V |
ULTRASONIC SENSOR CONNECTIONS:
ULTRASONIC SENSOR | ARDUINO PIN |
---|---|
VCC | 5V |
GND | GND |
TRIGPIN | DIGITAL PIN 10 |
ECHOPIN | DIGITAL PIN 11 |
Follow this steps to code your Processing Software
1)Download the github repository for this link. Click the code button and then click the download zip botton
2)Unzip the Folder and open the rader_view.pde file
3)Cheek your arduino port number and change the code port number if necessary.Than connect your arduino.
3)click the run bottom on Processing Software.