Compact Arduino Radar System with HC‑SR04 Ultrasonic Sensor & 1.8" Display
Components and supplies
![]() |
| × | 1 | |||
![]() |
| × | 1 | |||
![]() |
| × | 1 |
Necessary tools and machines
|
About this project
$2 for 10 PCBs (24-hour fast build): https://jlcpcb.com
Video
Hello friends, in this video I have made a mini, compact radar with display. For that, I have used an HC-SR04 ultrasonic sensor, a sensor which emits ultrasonic sound and comes back to sensor after reflecting from an object.
All the data visualization is shown on a 1.8" ST7735 display. If any object is detected by the radar, it'll show in display in red line.
For this project, I have developed a custom PCB and got it manufactured from JLCPCB.com
JLCPCB is one of the top leader in PCB manufacturing.
There are four main components of this project
- Arduino Nano is used as the brains. https://amzn.to/2Eq3tSK
- HC-SR04 is an ultrasonic sensor that emits ultrasonic sound waves that humans can't hear. This sensor generates . some value in proportion to the reflected ultrasonic sound waves from the object. From this, we can also tell the distance of object from the sensor. https://amzn.to/2SEU4vQ
- SG90 micro servo is used to rotate ultrasonic sensor in 180 degrees. https://amzn.to/2NG807N
- ST77535 display is our monitor to visualize all data on screen. https://amzn.to/2NG807N
Complete 3D files will be available on Thingiverse:
https://www.thingiverse.com/thing:3465440
I have a Tevo Tarantula printer that I printed all the parts with using dark green PLA at 50% infill
After printing all the parts or you can design your own model. If you don't have access to a 3D printer, then you can use material like acrylic sheet or cardboard sheet.
Complete the wiring as shown in the circuit drawing and load the code to Arduino.
You radar is ready to work if you face any problem please feel free to comment below.
Code
Code and circuit
https://github.com/sandy9159/Arduino-based-Mini-radar-HC-SR04-ST7735-DisplayCustom parts and enclosures
3D Files
CAD file on thingiverse.comSchematics
circuit
https://github.com/sandy9159/Arduino-based-Mini-radar-HC-SR04-ST7735-Display
Manufacturing process
- Integrating the Acconeer A111 Pulsed Radar with a Raspberry Pi: A Practical Guide
- K30 CO2 Sensor: Real‑Time Indoor Air Quality Monitoring
- FlickMote: Gesture‑Controlled IR Remote for Smart Home
- Build a Simple Obstacle Sensor with Arduino – Easy IR LED & Photodiode Tutorial
- Integrating a DFRobot Capacitive Fingerprint Sensor with Arduino or ESP8266
- Build an Ultrasonic Range Detector Using Arduino UNO and SR04 Sensor
- Compact 5-Story Arduino-Driven Mini Elevator
- Build an IR Sensor Project with Arduino UNO – Simple Guide
- SmartAgro: Advanced IoT Solutions for Precision Farming
- Mastering the HC‑SR04 Ultrasonic Sensor with Arduino: A Complete Tutorial


