How to make radar using Arduino uno & processing IDE

It is simple radar project using Arduino
you need to make it

  1. .Arduino UNO
  2. 9G micro servo motor 
  3. Ultrasonic sensor hc-sr04
  4. Bread board
  5. jumper wire 

Download code & pde file from here
Download processing IDE from here

Connection-

HC-sr04 Trig pin connect to Arduino Digital pin - D10
HC-sr04 Echo pin connect to Arduino Digital pin - D11
vcc to arduino 5V
Gnd to Arduino Gnd

Servo signal pin to Arduino Digital pin -D12
vcc to arduino 5V
Gnd to Arduino Gnd

After download Radar.zip file unzip it
upload radar.ino file to Arduino using arduino IDE
open radar.pde file using processing IDE

change com port to your own com port witch is connected to Arduino UNO
change resolution as per your computer resolution
Now Run it
Video of this project

Comments

Popular posts from this blog

how to make 4x4x4 led cube using arduino

Connection & wiring of 24 v electric bi -cycle By Techno review 85

Raspberry pi 3.5 inch LCD screen setup & install driver