Skip to content

Adidiii/Arduino-Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Arduino Radar

This script will control the rotation of a servo motor, which will in of itself rotate an ultrasonic sensor. It will then scan for distance every degree spun. The collected data will be mapped onto an embedded screen in a radar-tracker-like view.

Dependencies

  • Adafruit SSD1306 Arduino Library
  • Adafruit GFX
  • NewPing
  • HC-SR04 Ultrasonic Sensor
  • SG90 Servo Motor
  • GM009605 Display

Installation

  1. Install the Arduino IDE
  2. Import the script
  3. Install the dependencies using the Arduino library manager
  4. Upload the chip to an Arduino UNO

Pinout

  • Ultrasonic Sensor:
    • TRIG: 9
    • ECHO: 10
  • Servo Motor
    • Control: 11
  • Display
    • SCK: A4
    • SDA A5

Demonstration

Demo.mp4

The blue line's length symbolise the distance of the object: longer lines mean a further object. When an object is scanned over, yellow text in the corner of the screen displays the precise distance of said object.

About

Rotates a servo attached to a sonic sensor, and displays the data on a radar-like graph.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages