Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 869 Bytes

File metadata and controls

27 lines (25 loc) · 869 Bytes

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 Install the Arduino IDE Import the script Install the dependencies using the Arduino library manager Upload the chip to an Arduino UNO Pinout Ultrasonic Sensor: TRIG: 9 ECHO: 10 Servo Motor Control: 11 Display SCK: A4 SDA A5 Demonstration

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.