Arduino Based Radar

by ArcProjects in Circuits > Arduino

498 Views, 4 Favorites, 0 Comments

Arduino Based Radar

oar2.png

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)

Mounting

Screenshot 2024-12-16 154057.png

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

Screenshot 2024-12-16 155442.png

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.

Arduino Code

Screenshot 2024-12-16 155726.png
Screenshot 2024-12-16 155800.png
Screenshot 2024-12-16 155843.png
Screenshot 2024-12-16 155855.png
  1. After connection open Arduino ide in pc
  2. paste the code from below
  3. upload the code

Downloads

Processing Code

Screenshot 2024-12-16 160517.png
Screenshot 2024-12-16 160648.png
Screenshot 2024-12-16 161319.png
  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 :(

Downloads