Introduction: 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

  1. Arduino Uno/Nano (Buy Here)
  2. Ultrasonic Sensor (Buy Here)
  3. 9g Servo (Buy Here)
  4. Jumper Wire (Buy Here)
  5. 3d model (Download from below)

Step 1: 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

Step 2: Connection

Servo Motor:

  1. Pin 11 (Arduino) - Servo Signal pin (Yellow wire)
  2. 5V (Arduino) to Servo Power pin (Red wire)
  3. GND (Arduino) to Servo GND(Black/brown wire)

Ultrasonic Sensor:

  1. VCC: 5V (Arduino) to VCC.
  2. GND: GND (Arduino) to GND.
  3. Trig: Pin 9 (Arduino) to Trig
  4. Echo: Pin 10 (Arduino) to Echo.

Step 3: Arduino Code

  1. After connection open Arduino ide in pc
  2. paste the code from below
  3. upload the code

Step 4: Processing Code

  1. After uploading the arduino code open Processing-4.3 in your pc
  2. paste the command from below
  3. replace the port with the actual port of your arduino.
  4. run the command.
  5. Enjoy :(