Arduino Based Radar
In this instructable i made a radar using arduino and ultra sonic sensor read the full instructable to know how to make it and get the required asset.
Supplies
The materials required for making the radar are
Downloads
Mounting
Mount the ultrasonic sensor in top of the servo motor either by glue gun or by the 3d model.Take the refrence of the image for mounting with 3d model
Connection
Servo Motor:
- Pin 11 (Arduino) - Servo Signal pin (Yellow wire)
- 5V (Arduino) to Servo Power pin (Red wire)
- GND (Arduino) to Servo GND(Black/brown wire)
Ultrasonic Sensor:
- VCC: 5V (Arduino) to VCC.
- GND: GND (Arduino) to GND.
- Trig: Pin 9 (Arduino) to Trig
- Echo: Pin 10 (Arduino) to Echo.
Arduino Code
- After connection open Arduino ide in pc
- paste the code from below
- upload the code
Downloads
Processing Code
- After uploading the arduino code open Processing-4.3 in your pc
- paste the command from below
- replace the port with the actual port of your arduino.
- run the command.
- Enjoy :(