Build Your Own DIY Radar System Using Arduino: A Step-by-Step Guide!

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 เม.ย. 2024
  • In this tutorial, we'll walk you through step by step how to assemble the components on a breadboard and how to program the Arduino board. We'll use the Arduino IDE to write the code that controls the servo motor and the ultrasonic sensor. By the end of this tutorial, you'll have a fully functional radar system that can detect objects and display their distance on the serial monitor.
    *THIS IS A SONAR NOT RADAR
    Component Required:-
    1. Arduino Uno
    2. Servo Motor
    3. Breadboard
    4. Ultrasonic Sensor (HC-SR04)
    5. Jumper Wires
    Components Link:-
    1. Arduino Uno:-www.amazon.in/Arduino-UNO-boa...
    2. Servo Motor:- www.amazon.in/ApTechDeals-Mic...
    3. Breadboard:- www.amazon.in/Generic-Element...
    4. Ultrasonic Sensor:- www.amazon.in/Robotbanao-HC-S...
    Codes:-
    IDE:-drive.google.com/file/d/177iK...
    My Website:-
    scicraft90.wixsite.com/my-sit...
    Processing:- drive.google.com/file/d/1jQ9G...
    CIRCUIT DIAGRAM :- drive.google.com/file/d/1aEWd...
    If you're interested in learning more about Arduino projects, be sure to subscribe to our channel for more exciting projects like this one. We hope you enjoy building your own DIY radar system and exploring the endless possibilities of Arduino!
    Thank you For Watching!!
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 112

  • @stylt7344
    @stylt7344 4 หลายเดือนก่อน +3

    tried it and worked completly fine

  • @Bianchi77
    @Bianchi77 10 หลายเดือนก่อน +3

    Nice video shot, thank you for sharing it, keep it up :)

  • @guppyguy3136
    @guppyguy3136 7 หลายเดือนก่อน +1

    life saverrrrrr

  • @guppyguy3136
    @guppyguy3136 7 หลายเดือนก่อน +2

    greatest of all timeeeeeeeeeeee

    • @SciCraft
      @SciCraft  7 หลายเดือนก่อน +1

      Thanks bro❤️

  • @SeyyedMahdi-pj2pi
    @SeyyedMahdi-pj2pi 7 วันที่ผ่านมา +2

    Hi, it was an interesting project.
    I just had one question, if I wanted to shine a laser light on an obstacle when the radar detects it

  • @amirshahtr9805
    @amirshahtr9805 26 วันที่ผ่านมา +1

    How to make a 360° one ?

  • @brisagamarra6831
    @brisagamarra6831 6 หลายเดือนก่อน +3

    Hello, how can I make the radar stop spinning without having to disconnect it from my PC port?

    • @SciCraft
      @SciCraft  6 หลายเดือนก่อน +1

      instagram.com/scicraft9/ - This is my instagram ID , DM me

  • @madhavverma4613
    @madhavverma4613 26 วันที่ผ่านมา +1

    sorry but were we need to use Processing code

  • @user-hy7nx9gc5x
    @user-hy7nx9gc5x 8 หลายเดือนก่อน

    I am doing in Mac Book and my port is /dev/c..... what should I do

    • @SciCraft
      @SciCraft  7 หลายเดือนก่อน

      instagram.com/scicraft9/
      Dm me

  • @Isabellsssss
    @Isabellsssss 12 วันที่ผ่านมา +2

    My radar is showing all red even when there is no object in front of it.

    • @SciCraft
      @SciCraft  12 วันที่ผ่านมา

      Actually, this problem also happened to me while making this project. After trying everything possible, I came to realize that my ultrasonic sensor was faulty. After replacing it with a new sensor, then everything is working fine

  • @SloupyY
    @SloupyY 8 วันที่ผ่านมา

    so how do i make it do things such as turn on a light when an object is detected or play a sound or start a countdown ?

    • @SciCraft
      @SciCraft  6 วันที่ผ่านมา

      To achieve that, you simply need to modify the code

  • @LUK1TO
    @LUK1TO 17 วันที่ผ่านมา +1

    Hi! what type of connector are you using for the servo motor?

    • @SciCraft
      @SciCraft  17 วันที่ผ่านมา

      Can you please clarify what you are trying to say?

    • @LUK1TO
      @LUK1TO 17 วันที่ผ่านมา

      @@SciCraft like what type of connector are you using to connect the servo motor to the arduino? 2:33

    • @SciCraft
      @SciCraft  17 วันที่ผ่านมา

      Female-Female jumper wires

    • @LUK1TO
      @LUK1TO 17 วันที่ผ่านมา +1

      @@SciCraft Ok. Thanks!

  • @teachindia24
    @teachindia24 8 หลายเดือนก่อน +2

    Can you please send me the circuit diagram for this.

    • @SciCraft
      @SciCraft  7 หลายเดือนก่อน

      instagram.com/scicraft9/
      Dm me

  • @user-xh6hk3vw7n
    @user-xh6hk3vw7n 5 หลายเดือนก่อน +1

    amazing only amazing thank you

    • @SciCraft
      @SciCraft  5 หลายเดือนก่อน +1

      Thank you so much 😊

  • @user-yg1kk4ms8f
    @user-yg1kk4ms8f 9 หลายเดือนก่อน +1

    hey, can u tell me how to change the distance range to 2 meters or 1 meter

    • @SciCraft
      @SciCraft  9 หลายเดือนก่อน +3

      yes, replace this line of code
      For a range of 2 meters:
      distance = duration * 0.034 / 2;
      For a range of 1 meter:
      distance = duration * 0.017; // Since we want the direct one-way distance,

    • @user-yg1kk4ms8f
      @user-yg1kk4ms8f 9 หลายเดือนก่อน

      @@SciCraft thanks

    • @user-yg1kk4ms8f
      @user-yg1kk4ms8f 9 หลายเดือนก่อน

      also please send me your discord or instagram i have a doubt i will send picture

    • @SciCraft
      @SciCraft  8 หลายเดือนก่อน

      @@user-yg1kk4ms8f instagram.com/scicraft9/

  • @CursedOnFire
    @CursedOnFire 2 หลายเดือนก่อน +1

    Hey, i built the radar right and so was the code but the board just doesnt turn on (it turns on a very low power led that indicates it is turned on but barely) and it doesnt do anything

    • @SciCraft
      @SciCraft  2 หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me!

    • @CursedOnFire
      @CursedOnFire 2 หลายเดือนก่อน +1

      Im sorry, i figured it out. Turns out the port on my pc didns supply enough power.@@SciCraft

  • @TommysCrib
    @TommysCrib หลายเดือนก่อน

    how do i make my servo go as fast as your's was cause mine is moving a bit slow

    • @SciCraft
      @SciCraft  หลายเดือนก่อน

      You can reach me at scicraft90@gmail.com or connect with me on Instagram using the handle instagram.com/scicraft9/

  • @I_Purple_You-7souls
    @I_Purple_You-7souls หลายเดือนก่อน

    I have a problem with the green signal thing it doesn’t move and I tried everything 😢 what shall I do

    • @SciCraft
      @SciCraft  หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me!

  • @santiagoalfredobarcenasric6564
    @santiagoalfredobarcenasric6564 6 หลายเดือนก่อน

    Thanks 🤞🏽

    • @SciCraft
      @SciCraft  6 หลายเดือนก่อน

      Welcome❤️

  • @hizyamz970
    @hizyamz970 2 หลายเดือนก่อน +3

    i think you should clean your breadboard once in awhile

  • @jeevedjena
    @jeevedjena ปีที่แล้ว +2

    😍😍

  • @raizendelacruz
    @raizendelacruz 4 หลายเดือนก่อน +3

    My sensor is moving slowly. What seems to be the problem?

  • @DCDC-yi7ry
    @DCDC-yi7ry 16 วันที่ผ่านมา +1

    i got this code in arduino ide: Failed uploading: uploading error: exit status 1

    • @SciCraft
      @SciCraft  16 วันที่ผ่านมา

      To resolve the issue, I'll need pictures of the setup and the error. You can easily reach me at scicraft90@gmail.com or connect with me on Instagram using the handle instagram.com/scicraft9. we can work together to solve this problem.

  • @Donxzy
    @Donxzy 7 หลายเดือนก่อน

    radar or sonar ?

    • @SciCraft
      @SciCraft  7 หลายเดือนก่อน +1

      It’s a sonar because the ultrasonic sensor uses sound waves to measure distance and locate the object and Radar uses radio waves to detect and locate objects but sorry to mention it as radar because most people think it is radar and search this project as how to make radar using Arduino so that's why

  • @meghamishra8392
    @meghamishra8392 5 หลายเดือนก่อน +2

    my radar is showing everything red but there is no object can you help me please

    • @SciCraft
      @SciCraft  5 หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me

  • @leipaing7186
    @leipaing7186 8 หลายเดือนก่อน +1

    How can I change duration

    • @SciCraft
      @SciCraft  8 หลายเดือนก่อน

      Which duration?

  • @jesterking1
    @jesterking1 9 หลายเดือนก่อน +5

    interesting that you choose to mute the actual recorded audio. This isn't radar. This is sonar, and I am willing to bet that you can hear an audible beeping form the speakers.

    • @SciCraft
      @SciCraft  9 หลายเดือนก่อน +1

      Yes bro this is a sonar, I had also mentioned in the video

  • @khainisa827
    @khainisa827 2 หลายเดือนก่อน

    🥺 i really need help how to add sensors gas? is it possible please helppp me

    • @SciCraft
      @SciCraft  2 หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me!

  • @guppyguy3136
    @guppyguy3136 7 หลายเดือนก่อน +1

    goatttttttt

  • @Chernobyl-sj6kf
    @Chernobyl-sj6kf หลายเดือนก่อน +1

    what is the processing software? what is it's name?

    • @SciCraft
      @SciCraft  หลายเดือนก่อน

      Its name is Processing.

  • @yogithagopalreddy6337
    @yogithagopalreddy6337 หลายเดือนก่อน

    hello can we do same project using stm32, if yes can u give code for it

    • @SciCraft
      @SciCraft  หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me!

  • @devmistry4876
    @devmistry4876 5 หลายเดือนก่อน

    How to add serial port

    • @SciCraft
      @SciCraft  5 หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me

  • @sewaryousef6614
    @sewaryousef6614 2 หลายเดือนก่อน

    Is there a way to stop the servo sensor from spinning once it detects an object?

    • @SciCraft
      @SciCraft  2 หลายเดือนก่อน +1

      Yes, it is possible instagram.com/scicraft9/ - This is my Instagram ID, DM me

  • @user-ne9bj2yg2v
    @user-ne9bj2yg2v 2 หลายเดือนก่อน

    how far it can detect?

    • @SciCraft
      @SciCraft  2 หลายเดือนก่อน

      Upto 40cm

    • @user-ne9bj2yg2v
      @user-ne9bj2yg2v 2 หลายเดือนก่อน

      can't it move the reach away anymore?
      @@SciCraft

  • @taylancelik8372
    @taylancelik8372 11 หลายเดือนก่อน

    The parseInt(String) function does not exist.
    Gives a fault

    • @SciCraft
      @SciCraft  11 หลายเดือนก่อน

      In the code ?

    • @SciCraft
      @SciCraft  11 หลายเดือนก่อน

      instagram.com/scicraft9?igshid=MzRlODBiNWFlZA== dm me on instagram

    • @taylancelik8372
      @taylancelik8372 11 หลายเดือนก่อน

      @@SciCraft 47 and 48 processing

    • @CrimsonRoseBDO
      @CrimsonRoseBDO 10 หลายเดือนก่อน

      @@taylancelik8372 Same problem here. Did you solve the problem. Sorunu çözebildiniz mi hocam.

    • @taylancelik8372
      @taylancelik8372 10 หลายเดือนก่อน

      @@CrimsonRoseBDO bayağı bir uğraştım ama radar görüntüsü var servo hareket ediyor fakat yesil ve kırmızı göstergeler yok onlarda kodda integerler fakat hata alıyorum hala.

  • @whizkid363
    @whizkid363 8 หลายเดือนก่อน

    how to install processor
    can you tell me

    • @SciCraft
      @SciCraft  8 หลายเดือนก่อน

      Go to this link processing.org/ and download it

  • @Jirayu.Kaewprateep
    @Jirayu.Kaewprateep 10 หลายเดือนก่อน +5

    🥺💬 I think SciLab release code with examples of many application, I used to work with MatLab, SciLab, and scientific program there is more application from location-based. Radar is not applicable for detecting objects only but the information you can align the shape of the object and tell about how objects are related on reflection information and is it possible with assumption. Radar can help the investigation to evidence for investigation or attachment more than catch the flying bird only.

    • @SciCraft
      @SciCraft  10 หลายเดือนก่อน +2

      thank you so much bro for sharing such a important infomation ❤

  • @No1sonuk
    @No1sonuk ปีที่แล้ว +21

    Sonar. Radar uses radio, not sound.

    • @SciCraft
      @SciCraft  ปีที่แล้ว +2

      Yes,you are right bro

    • @SciCraft
      @SciCraft  ปีที่แล้ว +1

      But most people of the think it is a radar

    • @jasonmorgan661
      @jasonmorgan661 11 หลายเดือนก่อน +1

      T.v. antennas used to tell me when someone was walking up to my door lol...

    • @jasonmorgan661
      @jasonmorgan661 11 หลายเดือนก่อน

      ​​​​@@SciCraftame with metal detectors but they use Eddie currents to pick up metals in those and some have actual sonar as well ....when i think of Radar i think of m.a.s.h. lol....

    • @tylermcnally8232
      @tylermcnally8232 10 หลายเดือนก่อน +1

      ​@@SciCraftnot if you use the word sonar they wouldn't.

  • @ENGINEERING0
    @ENGINEERING0 7 หลายเดือนก่อน +1

    Can u send the code please ❤

    • @SciCraft
      @SciCraft  7 หลายเดือนก่อน

      Codes:-
      IDE:-drive.google.com/file/d/177iKPwRGpDglTV7PG5hAgFL8iY_Jm6EP/view?usp=share_link
      Processing:- drive.google.com/file/d/1jQ9G55sKmw-xedU3e3QEJNCIltC_npbP/view?usp=drive_link

  • @user-kj9hm5fq4c
    @user-kj9hm5fq4c 3 หลายเดือนก่อน +1

    thank youuuuuuuuuuuuuuuuuu

    • @SciCraft
      @SciCraft  3 หลายเดือนก่อน

      Always Welcomeeeeee❤️☺️

  • @STEM12-DFONTANILLASOPHIA
    @STEM12-DFONTANILLASOPHIA หลายเดือนก่อน +1

    is the jumper wires a male-male or female-female?

    • @SciCraft
      @SciCraft  หลายเดือนก่อน +1

      I had used all types of jumpers.

  • @E4E
    @E4E 26 วันที่ผ่านมา +1

    Well it may 'technically' be a SONAR, but.... I think focusing on that fails to recognise the really good video. It takes ages to produce quality videos. Who gives a shizzle whether it's radio waves or sound waves (Yo' momma??).... exactly! The process is the same anyway! If you'd said "Build your own SONAR" then some daft Next Tuesday would comment "But we don't all live in submarines".
    Great video, keep the faith!!!

    • @SciCraft
      @SciCraft  26 วันที่ผ่านมา +1

      Thank a lot man for your understanding. I truly appreciate it.

  • @rezaazkha8868
    @rezaazkha8868 หลายเดือนก่อน

    bang kenapa pas di running kok not responding ya

    • @SciCraft
      @SciCraft  หลายเดือนก่อน

      Okay, you can Gmail me:- scicraft90@gmail.com or here is my Instagram ID:- instagram.com/scicraft9/, contact me.

  • @sokiasoku-tg3rt
    @sokiasoku-tg3rt ปีที่แล้ว +1

    How you did this voice

    • @SciCraft
      @SciCraft  ปีที่แล้ว +1

      In Microsoft clipchamp video editor

  • @blackstargaming3529
    @blackstargaming3529 8 หลายเดือนก่อน

    Can you send me processing code in the comment

    • @SciCraft
      @SciCraft  7 หลายเดือนก่อน

      instagram.com/scicraft9/
      Dm me

  • @kaustubhbisht6277
    @kaustubhbisht6277 5 หลายเดือนก่อน

    hello brother I followed your step but my radar is not rotating plz help

    • @SciCraft
      @SciCraft  5 หลายเดือนก่อน

      instagram.com/scicraft9/ - This is my instagram ID , DM me

    • @AnkithAL-ei6tr
      @AnkithAL-ei6tr 3 หลายเดือนก่อน

      Same bro

  • @barnettb901
    @barnettb901 11 หลายเดือนก่อน +2

    This is not radar…

    • @SciCraft
      @SciCraft  11 หลายเดือนก่อน

      For this is a sonar but most of people think this is a radar and search for this

    • @barnettb901
      @barnettb901 11 หลายเดือนก่อน +1

      @@SciCraft right, which makes this misleading AF…

    • @jesterking1
      @jesterking1 9 หลายเดือนก่อน

      ​@@SciCraft No, most people search for radar, and you trick them into thinking it's radar by not including the recorded sound and by misnaming the video as "Build Your Own DIY Radar System Using Arduino: A Step-by-Step Guide!" No where do you say it's sonar. The only hint we get of it is in the parts list "ultrasonic sensor".

    • @tubatuba5968
      @tubatuba5968 9 หลายเดือนก่อน +1

      You Fail! 😂😂. People are so ready to battle. Great video. I made this my first project. Turned out perfect. Thanks You!

  • @vyx6851
    @vyx6851 5 หลายเดือนก่อน

    mantap buat steammi sama pak priyo