Arduino Based Radar System with
Microcontroller
BY = AKSHAY KUMAR
CONTENTS
• Introduction
• Sensor Handling Procedure
• Existing Methods and Similar Systems
• Block Diagrams
• Apparatus used in block diagram
• Performance
• Result
• Working Demo
• Our System Advantages
• Conclusion
CONTROLLING THE ULTRASONIC SIGNAL
Sensor Handling Procedure
Based on datasheet requirements
1. Arduino sends a 10uS pulse via TRIG pin to sensor to start measuring.
• Sensor sends out a sonic burst
2. Arduino waits for reply on ECHO pin
3. Sensor ’s result is in a form of a pulse
• Time of pulse = time sound takes from emission to receipt
EXISTING METHODS AND SIMILAR SYSTEMS
• PROCESSING-ARDUINO RADAR SYSTEM
EXISTING METHODS AND SIMILAR SYSTEMS
• MATLAB-ARDUINO RADAR SYSTEM
BLOCK DIAGRAM
WORKING DEMO
1- Turn ON the Bluetooth on your android phone.
2- Connect the hardware to voltage between (7-12).
3- Open the RADAR application.
4- Establish the pair connection with the Bluetooth module .
5- Click on the start button and observe displaying of
distance angle and animations lines on your screen.
6- When done click on the stop button.
.
.
.
Conclusion
• Bluetooth communication is very useful and sufficient for
exchanging the data between Arduino and Android.
• ARDUINO class is the most important class of our system
design.
• Establishing the synchronization between sending and
receiving data between the two blocks is the most important
issue.
• As future work, use Wi-Fi connection between Arduino and
Android to allow monitoring through internet.
arduino based radar system

arduino based radar system

  • 1.
    Arduino Based RadarSystem with Microcontroller BY = AKSHAY KUMAR
  • 2.
    CONTENTS • Introduction • SensorHandling Procedure • Existing Methods and Similar Systems • Block Diagrams • Apparatus used in block diagram • Performance • Result • Working Demo • Our System Advantages • Conclusion
  • 4.
  • 6.
    Sensor Handling Procedure Basedon datasheet requirements 1. Arduino sends a 10uS pulse via TRIG pin to sensor to start measuring. • Sensor sends out a sonic burst 2. Arduino waits for reply on ECHO pin 3. Sensor ’s result is in a form of a pulse • Time of pulse = time sound takes from emission to receipt
  • 8.
    EXISTING METHODS ANDSIMILAR SYSTEMS • PROCESSING-ARDUINO RADAR SYSTEM
  • 9.
    EXISTING METHODS ANDSIMILAR SYSTEMS • MATLAB-ARDUINO RADAR SYSTEM
  • 10.
  • 14.
    WORKING DEMO 1- TurnON the Bluetooth on your android phone. 2- Connect the hardware to voltage between (7-12). 3- Open the RADAR application. 4- Establish the pair connection with the Bluetooth module . 5- Click on the start button and observe displaying of distance angle and animations lines on your screen. 6- When done click on the stop button.
  • 15.
  • 16.
    Conclusion • Bluetooth communicationis very useful and sufficient for exchanging the data between Arduino and Android. • ARDUINO class is the most important class of our system design. • Establishing the synchronization between sending and receiving data between the two blocks is the most important issue. • As future work, use Wi-Fi connection between Arduino and Android to allow monitoring through internet.