No video

DIY Radar With Ultrasonic Sensor And Chat-GPT Generated Arduino Code | Coders Cafe

  Рет қаралды 3,070,026

Coders Cafe

Coders Cafe

Күн бұрын

𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐔𝐬 𝐎𝐧
Patreon : / coderscafetech
BuyMeACoffee : www.buymeacoff...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
𝐌𝐞𝐞𝐭 𝐓𝐡𝐞 𝐂𝐫𝐞𝐚𝐭𝐨𝐫𝐬
Nekhil Ravi (Hardware Development, Narration)
Shebin Jose Jacob (Software Development)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
𝐖𝐞'𝐫𝐞 𝐅𝐚𝐢𝐫𝐥𝐲 𝐒𝐨𝐜𝐢𝐚𝐥 𝐏𝐞𝐨𝐩𝐥𝐞
Facebook : / coderscafetech
Instagram : / coderscafetech
Twitter : / coderscafetech
KZbin : / @coderscafetech
Official Email : mail.coderscafe@gmail.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
𝐆𝐞𝐚𝐫𝐬 𝐔𝐬𝐞𝐝
Shot On: Canon M50
Microphone: Boya M1
Tripod : DigiTek DTR 520 BH
Software: Adobe Premiere | Adobe Photoshop | Adobe Audition | Adobe After Effects
- - - - -
Music by: INOSSI
Listen: spoti.fi/2EzvEA6
Watch: • INOSSI - Moments (Offi...
- - - - -

Пікірлер: 506
@PatrykStm
@PatrykStm 11 ай бұрын
It's a sonar, not a radar
@user-gs4ev5by5v
@user-gs4ev5by5v 10 ай бұрын
Sonar is using sound wave to detect objects like bats, specifically used underwater cause radio waves cant travel in water. While radar uses radiowaves or electromagnet, radar send out radiowaves and once it detects object it reflect back to the radar so that it will show you on the screen. Radio waves and sound waves are different.
@justalexproject
@justalexproject 10 ай бұрын
​@@user-gs4ev5by5vdifferent but not so different considerinf youd need to have an electromagnet for both sonar and radar, you're just targeting the different frequency range they operate in.
@themagician2008
@themagician2008 10 ай бұрын
​@@user-gs4ev5by5vthat's an ultraSONIC sensor. Hence SONAR.
@TheNapalmFTW
@TheNapalmFTW 10 ай бұрын
​@@user-gs4ev5by5vwas this in reply to someone
@EAGLEYE-ow7vf
@EAGLEYE-ow7vf 10 ай бұрын
​@@user-gs4ev5by5vdid he say anything about them? He just said it's sonar
@younesd6298
@younesd6298 8 ай бұрын
For a small project, nice work. The ultrasonic sensor emits sound waves, which are mechanical waves requiring a medium for propagation. Therefore, this project essentially functions as sonar. In contrast, radar uses electromagnetic waves, specifically radio waves. If an object is present, the radio waves reflect to the radar, allowing for object detection and distance determination. In summary, radio waves (electromagnetic waves) can propagate in a vacuum and are limited in water, for example, which is the best option for radar. Unlike sound waves, which can propagate in water but not in a vacuum.
@deelaureanolaureano7307
@deelaureanolaureano7307 6 ай бұрын
Loved this thank you brother 🙏🏽
@user-sj8bh4fd3g
@user-sj8bh4fd3g 6 ай бұрын
Так же радар рассчитывает скорость объекта по Доплер смещению частоты❤
@avantcdmx2028
@avantcdmx2028 4 ай бұрын
Ultrasound waves are electromagmetic ones, so as radio waves.
@LUIGUIFIDELAPAZACHIPANA
@LUIGUIFIDELAPAZACHIPANA Ай бұрын
Que buena, gran aporte muchas gracias
@LUIGUIFIDELAPAZACHIPANA
@LUIGUIFIDELAPAZACHIPANA Ай бұрын
​@@avantcdmx2028La ignorancia es tan grande
@AllahumaAlFirdaws
@AllahumaAlFirdaws 8 ай бұрын
Amazing video don't listen to people trying to discourage you.
@lamda9914
@lamda9914 4 күн бұрын
This is a plagiarized video
@pablomonteiro8330
@pablomonteiro8330 9 ай бұрын
Now, try using two sensors and triagulate the object to generate a "double-axis" position
@varunahlawat169
@varunahlawat169 7 ай бұрын
Exactly, then it would be a sonar!
@mohitsethi-w7k
@mohitsethi-w7k 24 күн бұрын
​@@varunahlawat169 can u share resources, where i can learn build this small sonar project. I have found a Radar one already. And a video where creator talks about Triagulate and builds a airsoft motion detection Turret.
@kiriolvishnergo6140
@kiriolvishnergo6140 9 ай бұрын
i think 360 degree serwo, or a motor with spinning sensor is more suitable for this build
@b03tz
@b03tz 9 ай бұрын
Right and spinning wires as well!
@kiriolvishnergo6140
@kiriolvishnergo6140 9 ай бұрын
@@b03tz есть такой вид контакта, как специальные площадки и металлические щётки, которые скользят по этим площадкам
@Howhungry1234
@Howhungry1234 8 ай бұрын
​@@b03tzuse a slip ring
@Zomerlad
@Zomerlad 8 ай бұрын
Just install a second setup behind it it’ll be mirrored
@kiriolvishnergo6140
@kiriolvishnergo6140 8 ай бұрын
@@Zomerlad yeah it is much easyest way to do it...
@ellorord5968
@ellorord5968 6 ай бұрын
#include const int trigPin = 9; // Trigger pin of ultrasonic sensor const int echoPin = 10; // Echo pin of ultrasonic sensor Servo servoMotor; // Servo motor object void setup() { Serial.begin(9600); // Start serial communication servoMotor.attach(8); // Attach servo motor to pin 8 pinMode(trigPin, OUTPUT); // Set trigPin as OUTPUT pinMode(echoPin, INPUT); // Set echoPin as INPUT } void loop() { for (int angle = 0; angle = 0; angle -= 10) { // Sweep back from 180 to 0 degrees scan(angle); // Perform the scan at the given angle delay(50); // Small delay for smoother motion } } void scan(int angle) { int distance; // Move the servo to the specified angle servoMotor.write(angle); delay(100); // Delay to allow the servo to reach the position // Send a short ultrasonic pulse digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); // Read the distance from the ultrasonic sensor duration = pulseIn(echoPin, HIGH); // Calculate the distance in centimeters distance = duration * 0.034 / 2; // Print the angle and distance to the serial monitor Serial.print("Angle: "); Serial.print(angle); Serial.print(" degrees, Distance: "); Serial.print(distance); Serial.println(" cm"); }
@AwesomeArnav-ex5li
@AwesomeArnav-ex5li Ай бұрын
thx for the code
@RuanoProductions
@RuanoProductions 10 ай бұрын
The reloading sound not make sense 😐
@alguiennose8266
@alguiennose8266 10 ай бұрын
Es que esta construyendo en Estados Unidos jajasksk
@Jexinator
@Jexinator 10 ай бұрын
Seeing the interface I was expecting the alien motion detector sound😂
@plabanadhikary
@plabanadhikary 10 ай бұрын
​@@alguiennose8266😂
@slowly_r7849
@slowly_r7849 9 ай бұрын
You are the fun police
@Aryan_dengre
@Aryan_dengre 8 ай бұрын
Lol😂
@RicardoReyes-hl6be
@RicardoReyes-hl6be 20 күн бұрын
I have no idea what's this because am still a beginner but looks cool
@rainbowseal69
@rainbowseal69 9 ай бұрын
It’s inaccurate too. You’re just improvising 😅. Cool though. The sonar wave is also traversal so it’ll get reflected best at shortest reflecting distance to the receiver and not exactly a forward direct since the target isn’t planar. What you experience is stealth behavior but on a lower resolution. Reflecting the waves away from the receiver is the highest priority 😂❤
@davidpastia-gh2jq
@davidpastia-gh2jq Жыл бұрын
Well done bro💪👑
@Cinilkin
@Cinilkin 9 ай бұрын
Now you can see where Aliens are hiding
@user-qu6jc2dc8m
@user-qu6jc2dc8m 6 күн бұрын
I did it for my semester project without chatgpt back in 2017
@Ocelot851
@Ocelot851 3 ай бұрын
Now ı can heck naasa
@PradeepSharma-wm8zo
@PradeepSharma-wm8zo 3 ай бұрын
Dayyum bro I am with u
@vinny142
@vinny142 2 ай бұрын
It's amazing how ChatGPT can do the simplest tasks that you can get done quicker by looking up a tutorial.
@esm720
@esm720 8 ай бұрын
I honestly discourage people from using chat-gpt because coding is a good skill to have in itself.
@livetohash6152
@livetohash6152 6 ай бұрын
Yeah, but bro.. saves SO much time 🎉
@putakusinvida7501
@putakusinvida7501 5 ай бұрын
​@@livetohash6152 The people needs to use it for have an idea how to fix the problem not to fix the problem
@_EasyOnEasy_
@_EasyOnEasy_ 4 ай бұрын
@@livetohash6152 Sometimes, but most times it draws you into a project before you realize the code is garbage, and you wasted a few months.
@thatboyzerk1680
@thatboyzerk1680 3 ай бұрын
Not bad for debugging, but definitely people should try and solve issues themselves when they’re learning. But if my code doesn’t execute after 20 different tweaks I’m going to google or chat gpt or copilot lol
@genma986
@genma986 Ай бұрын
You gotta work your own brain, people are just going to get lazy with gpt doing all of the thinking.
@olli1068
@olli1068 7 ай бұрын
Nice toy, but if it works with SOuNd (even if humans can't hear that sound), it is SONar. RADar works with RADio waves.
@gibson2049
@gibson2049 2 ай бұрын
Good project
@cyrillekaouche-ps7jq
@cyrillekaouche-ps7jq 9 ай бұрын
Genious are meteors made to burn to enlight their century. God bless you Brother for sharing your expertise.
@TwinklingStar0420
@TwinklingStar0420 Ай бұрын
I did this project in mu first semester of Engineering
@honkodelord9227
@honkodelord9227 19 күн бұрын
If you are getting robbed, this may save your life
@wscamel226
@wscamel226 6 ай бұрын
Well, If they could build this stuff back in the 1941, Then it should be incredibly easy now
@AfeMar1221
@AfeMar1221 Ай бұрын
This was my Bsc Project1 :)😅
@Clover501
@Clover501 10 ай бұрын
The sound effects were artificially produced, an ultrasonic sensor and servo motor doesn't sound like that.
@jacklaffey3529
@jacklaffey3529 7 ай бұрын
wires don't sound like guns when you plug them in either
@titobandito1555
@titobandito1555 6 ай бұрын
Monkey
@hdrtronic18
@hdrtronic18 10 ай бұрын
good, congrats, bdw is a sonar
@abraham7573
@abraham7573 4 ай бұрын
Cool! Maybe don't include the gun cocking sounds next time.
@Ash_G
@Ash_G 3 ай бұрын
Radars are usually inside a protective white sphere or cone. I wonder how they filter off this protective cocoon from the radar signal?
@OceWhat12345
@OceWhat12345 7 ай бұрын
Try add a slip ring, make a mounting unit, add a small laser unit, then you can make a laser turrent.
@nourdraw1548
@nourdraw1548 7 ай бұрын
To kill mosquitoes 😂?
@ashwinyellur8361
@ashwinyellur8361 7 ай бұрын
Good one.. but just change the name to ultrasonic or sonar. , radar is based on radio waves
@justin_ebenazar
@justin_ebenazar 5 ай бұрын
It's a infrared sensor
@itoibo4208
@itoibo4208 5 ай бұрын
this is a sonar sensor using ultrasonic sound
@gautamsharma6566
@gautamsharma6566 21 күн бұрын
Oh, new radar
@jomogatua3966
@jomogatua3966 9 ай бұрын
Great invention for birdbox creatures
@TG_EditX_
@TG_EditX_ 7 ай бұрын
Such a short range But it was clean and sweet 👍🏻
@V1nc3nt00
@V1nc3nt00 7 ай бұрын
The short range is just coming from the radar UI. The sensor itself can recognize items up to 3 meters away
@sudippaul4487
@sudippaul4487 Ай бұрын
Amazing video ❤
@kishorkumarkeekan8649
@kishorkumarkeekan8649 Ай бұрын
All look good on table....but what is the use of this !?. If you do some home or industrial appliance .. it's good
@1998hondaprelude7
@1998hondaprelude7 5 ай бұрын
yay i can finally use this to make a small pantsir S1 anti-air to shoot down flies :))))
@gamerfloyt4990
@gamerfloyt4990 9 ай бұрын
When you only downloaded one sound effect
@fusk40rus
@fusk40rus 5 ай бұрын
Shift+del
@M1551NGN0
@M1551NGN0 3 ай бұрын
Umm is it alright if I ask you what you did in your bachelors? Because I'm interested in learning such content and am soon getting into an engineering college and looking forward to working hard for a career in Robotics, so that's why asking your qualifications
@amadouelcapotoure189
@amadouelcapotoure189 2 ай бұрын
Looks like electrical engineering
@M1551NGN0
@M1551NGN0 2 ай бұрын
@@amadouelcapotoure189 oh I see, thanks a lot!
@leilanielectronics
@leilanielectronics 6 ай бұрын
The Ping)) is an amazing module!
@addisonm6465
@addisonm6465 Ай бұрын
HC-SO4
@catvids510
@catvids510 2 ай бұрын
Stepper motor would be more efficient for this
@user-fn1wr5tm1c
@user-fn1wr5tm1c 10 ай бұрын
Что-то мне подсказывает что это не твоя разработка
@Floki_As
@Floki_As 10 ай бұрын
Естественно, он же негр! ☝
@Бабайка-1
@Бабайка-1 10 ай бұрын
Вспоминаем видосы алекса
@DanielGomez-yz1mw
@DanielGomez-yz1mw Ай бұрын
Good job!
@Aka3nD
@Aka3nD 3 ай бұрын
Could work better with infrared but whats the programmed code though
@only1leddy
@only1leddy Ай бұрын
I done one that draws shape bob mk2
@Ux-720.
@Ux-720. 8 ай бұрын
If you are a soldier hiding in a house, and if enemy soldiers come to you, you turn on this device called radar and see how many soldiers there are
@user-kc5fw5xy5u
@user-kc5fw5xy5u 4 ай бұрын
Wow❤❤❤
@techwith_Aamir
@techwith_Aamir 11 ай бұрын
Why it is not covering the full 180 degree??
@BarbaroR4
@BarbaroR4 10 ай бұрын
Cuz the servo motor cant turn more than a 180 degrees. He can use another motor but for that you will need drivers that are expensive. Servo motors are cheapand easy to program
@GamingwithPortals
@GamingwithPortals 10 ай бұрын
@@BarbaroR4alternatively: stepper motor and then just add a stop switch somewhere
@TheFoxranger
@TheFoxranger 9 ай бұрын
Many hobby servos can do 180° and they are dirt cheap
@mka8915
@mka8915 9 ай бұрын
Haven't messed with servos at all, but that servo looks like the type to not be able to do 180° unless it has some specific input I do not know of (maybe a raw square wave?)
@BlackDub21
@BlackDub21 9 ай бұрын
It’s chat GPT code
@spacenodus7959
@spacenodus7959 Ай бұрын
Cool
@rolandoreyes5291
@rolandoreyes5291 2 ай бұрын
With an inches distance? Who needs it?😂😂😂
@luna2049Rush
@luna2049Rush 9 ай бұрын
This is how a Sensor reverse works in your car.
@sureshkhutale8960
@sureshkhutale8960 Ай бұрын
Sir full video plz
@mediabeeOfficial
@mediabeeOfficial 2 ай бұрын
İ did this when i am 7 years old (i swear)
@TNG88
@TNG88 6 ай бұрын
Many countries need this technology due to tight budget since covid then wars
@lwo7736
@lwo7736 4 ай бұрын
Lmao, shut the f up what is this comment
@addisonm6465
@addisonm6465 Ай бұрын
what
@NoeSage
@NoeSage 2 ай бұрын
Can you try to build something like that with mmwave sensor?
@kandymahanama7796
@kandymahanama7796 Ай бұрын
Good job❤
@leilanielectronics
@leilanielectronics Ай бұрын
Kool😎
@naveenaathithya5278
@naveenaathithya5278 5 ай бұрын
Make some STM32 DIY
@theeverythingguy4913
@theeverythingguy4913 Жыл бұрын
Tutorial please ❤
@TECHiHOBBYIST
@TECHiHOBBYIST Жыл бұрын
Search its on how to mechatronics
@TECHiHOBBYIST
@TECHiHOBBYIST Жыл бұрын
Ultasonic sensor hc-sr 04 and arduino ZejQOX69K5M its url
@JRHouben
@JRHouben 10 ай бұрын
kzbin.info/www/bejne/hKjQlIF5q7qWesUsi=I6YUrGNAZS13TdUk
@Erilul
@Erilul 9 ай бұрын
The link for tutorials please
@jonathan-._.-
@jonathan-._.- 8 ай бұрын
i think you can just use a normal ultrasnoic tutorial - if its giving u a distance value u beep it and if u get infinty (or no value , not sure how the api works) dont do anything
@Therealmubarak1
@Therealmubarak1 Ай бұрын
This is more like lidar, is that a camera, if yes it’s lidar
@yourfactstory
@yourfactstory 10 ай бұрын
Thanks, cool video ! Subscribed!
@external316
@external316 9 ай бұрын
How many Americans are we going to hear before something happens?
@user-sy3zf4on1x
@user-sy3zf4on1x Ай бұрын
شن وظفية الاداء هذه لو تكرمتو ؟ طبعا سؤال موجه لعرب يشاهد فيديو
@slimislime
@slimislime 5 ай бұрын
Was programming too hard for you to figure out like the rest of us?
@itoibo4208
@itoibo4208 5 ай бұрын
They probably used some premade libraries and code. There is a lot of great arduino code out there.
@slimislime
@slimislime 5 ай бұрын
@@itoibo4208 it says made with chatgpt
@user-yy4lj1iu5r
@user-yy4lj1iu5r Ай бұрын
Happy End🎉
@sweetmother4653
@sweetmother4653 8 ай бұрын
Cool nice invention or re-invention
@acupoftea12
@acupoftea12 21 күн бұрын
Is the code of machine learning
@zizazr
@zizazr 11 ай бұрын
Хмм где-то тут прячется Алекс гайвер
@l.r.o.channel6898
@l.r.o.channel6898 9 ай бұрын
Ага, я такой по его прошивке делал
@user-by5gc4bn8e
@user-by5gc4bn8e 9 ай бұрын
Ну он слабый очень
@user-hy1iu3wk9h
@user-hy1iu3wk9h 8 ай бұрын
​@@l.r.o.channel6898а как с ним связаться?
@user-xq1cq3uj1l
@user-xq1cq3uj1l 2 ай бұрын
Круто
@prezz118
@prezz118 6 ай бұрын
ive been trying to make this work for hours. i have the processing code nearly done and calling on the right com port, however the display screen is not updating continiously it just freezes as soon as i run the code.
@Saaaad.S
@Saaaad.S 3 күн бұрын
What are those clips used at the end of the wire called?
@ABHINAVPLAYZ20
@ABHINAVPLAYZ20 8 ай бұрын
Go to 116 in processing code and change 0.215 to 0.195
@circItsfan
@circItsfan 7 ай бұрын
A DIY radar with ultrasonic sensors works by emitting ultrasonic waves, measuring the time for them to bounce back, and calculating the distance to detect objects in its environment
@Sanctispiritucom
@Sanctispiritucom 10 ай бұрын
Excelente
@user-rp9cc1cf1k
@user-rp9cc1cf1k 4 ай бұрын
Please record the full video
@user-Tree-Frog_Egg
@user-Tree-Frog_Egg 9 ай бұрын
와~ 좋은 레이더군요!
@tropixi5336
@tropixi5336 3 ай бұрын
i think the field of view needs to be a little higher
@user-qf9cu5wu2j
@user-qf9cu5wu2j 3 ай бұрын
this is TRG-21
@zimiie..1650
@zimiie..1650 28 күн бұрын
What software did you used for the sonar display?
@ShaxruzSalimov-mx9mu
@ShaxruzSalimov-mx9mu 2 ай бұрын
👌
@leftysmalls
@leftysmalls 4 ай бұрын
How did he do that visualization? I really puts a nice bow on it
@lionlinux
@lionlinux 9 ай бұрын
You could use normal motor and lable start position
@degramod
@degramod 10 ай бұрын
Alex gyver project lol
@Бабайка-1
@Бабайка-1 10 ай бұрын
Yes
@bon3scrush3r
@bon3scrush3r 9 ай бұрын
That is quite something
@darkphantom_01
@darkphantom_01 7 ай бұрын
Chatgpt!
@suraj.mohapatra
@suraj.mohapatra 3 ай бұрын
I want this project.. If you don't post then I will use chatGPT
@Daniel-um6gl
@Daniel-um6gl Ай бұрын
Distance display is not in the correct position, common chat got mistakes for gui
@sangeethpriyan50
@sangeethpriyan50 9 ай бұрын
I need the full video of this with explanation ?
@JOSE_RMC
@JOSE_RMC 2 ай бұрын
And for processing on android, what would it be like?
@theunfinishedbusiness2407
@theunfinishedbusiness2407 6 ай бұрын
Its a fork of mechatronics tutorial, im just honest
@mijailozivkovich9871
@mijailozivkovich9871 2 ай бұрын
Its possible triangular an object in movement?
@Geetha-ne9xj
@Geetha-ne9xj 5 күн бұрын
Full video
@SulphuricAcidForTheSouL
@SulphuricAcidForTheSouL 6 ай бұрын
i flew from LA to Moscow at night using this radar.. im also installing them on my fleet of commercial ships. Im done with cheap radar.
@danielmarquez8060
@danielmarquez8060 9 ай бұрын
Thanl you!!!
@boburmurodov8150
@boburmurodov8150 11 ай бұрын
My man, why would you attach the servo on a breadboard?
@YuckFou0x0FFFF
@YuckFou0x0FFFF 11 ай бұрын
My man, it's just a prototype
@Redditard
@Redditard 10 ай бұрын
It's just rested upon it
@darlingprasad7389
@darlingprasad7389 6 ай бұрын
This is useful for my project bro
@robertobayos2946
@robertobayos2946 6 ай бұрын
can I ask what algorithm I should use for this kind of project?
@SuperHunteeYoutube
@SuperHunteeYoutube 5 ай бұрын
TAX THE RICH
@samiertugrulakar9935
@samiertugrulakar9935 5 ай бұрын
I NEED THİS RADAR
@taherelassal4241
@taherelassal4241 6 ай бұрын
👌👌👍
@user-ng1le5sm8m
@user-ng1le5sm8m 4 ай бұрын
Can anybody tell me what's the problem it solves and it's real time application as a radar ??
12 Best Arduino Projects for Beginners in 2024!
7:38
ToP Projects Compilation
Рет қаралды 40 М.
You’ve Never Seen WiFi Like This
20:43
Data Slayer
Рет қаралды 782 М.
My Cheetos🍕PIZZA #cooking #shorts
00:43
BANKII
Рет қаралды 27 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 9 МЛН
Kids' Guide to Fire Safety: Essential Lessons #shorts
00:34
Fabiosa Animated
Рет қаралды 15 МЛН
Workbench Essentials When Starting Arduino! (Beginner Guide)
8:14
How Many ERRORS Can You Fit in a Video?!
20:40
ElectroBOOM
Рет қаралды 2,8 МЛН
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
I Built a Transparent Boomerang (it's lethal)
13:10
Mike Shake
Рет қаралды 4 МЛН
From Brains to Bot: Arduino's Next-Level Journey with AI.
7:26
DIY Builder
Рет қаралды 405 М.
Damascus Steel From Stick Welding Electrodes
14:15
Alec Steele
Рет қаралды 656 М.
How To Make Arduino Human Following Robot
6:26
DIY Builder
Рет қаралды 3,4 МЛН
My Cheetos🍕PIZZA #cooking #shorts
00:43
BANKII
Рет қаралды 27 МЛН