Arduino Radar Scanner with OLED Display and Servo Sweep Visualization
An Arduino-powered radar system that uses a sweeping ultrasonic sensor and displays detected objects as fading blips on an OLED screen.
An Arduino-powered radar system that uses a sweeping ultrasonic sensor and displays detected objects as fading blips on an OLED screen.
▶ Click to play project demo
Project Supporter Team
Posted by
This Arduino-based project simulates a radar system using an ultrasonic sensor mounted on a servo motor. As the servo sweeps from 0° to 180° and back, the ultrasonic sensor measures distances at each angle. Detected objects (called "blips") are plotted in real-time on a 128x64 OLED display in a radar-style layout.
Blips fade over time, mimicking a real radar scanner. This project is great for learning about sensors, servo control, graphics programming, and basic trigonometry on microcontrollers.


Arduino Uno (or compatible board)
HC-SR04 Ultrasonic Sensor
SG90 or MG90S Servo Motor
SSD1306 OLED Display (128x64, I2C)
Breadboard and jumper wires
5V power supply (optional if external servo power is needed)
VCC → 5V (Arduino)
GND → GND
Trig → Digital Pin 9
Echo → Digital Pin 10
VCC → 5V (or external 5V supply if motor draws too much current)
GND → GND (shared with Arduino)
Signal → Digital Pin 11
VCC → 3.3V or 5V (depending on your module)
GND → GND
SDA → A4 (on Uno)
SCL → A5 (on Uno)

Support to get the Source Code for this project
Project estimate
The long estimate form has moved to a separate page so this project page stays clean.
รีวิวจากคนใช้งานจริง
ถ้าเคยสั่งงาน เคยอ่านหน้านี้แล้วได้ประโยชน์ หรือมีข้อเสนอแนะ ฝากรีวิวไว้ได้เลย
ยังไม่มีรีวิวบนหน้านี้ ถ้าเคยใช้งานหรือมีข้อเสนอแนะ เขียนเป็นคนแรกได้เลย