Arduino Radar / Sonar, using Arduino & Processing | Full Tutorial

  Рет қаралды 52,039

Mish Mash Labs

Mish Mash Labs

Күн бұрын

Пікірлер: 50
@MishMashLabs
@MishMashLabs 3 жыл бұрын
It's not technically a radar as it doesn't use radio waves, but rather sound. it's actually a sodar system, which stands for sound detection and ranging.
@carolcernea2616
@carolcernea2616 11 ай бұрын
Thank you, amazing project. I would like to ask you, after successfully I create this project, I am trying to do the following project. when the radar detect something I want one of my DJI Mini drone, to flight to that area. Can you please guide me how can I do it? Thank you in advance
@ColdWarVet607
@ColdWarVet607 21 күн бұрын
Nicely Done! Very Nicely Done! Loved that you did a high level overview and presented all this great stuff, particular the code and not stretching it out to an hour long ramble of overly detailed matters I can sort through later at my own tie and pace. Nicely Done! Very Nicely Done!
@divyshah8437
@divyshah8437 3 жыл бұрын
thanks for such an amazing sodar system
@MishMashLabs
@MishMashLabs 3 жыл бұрын
Thanks for watching
@saper381
@saper381 Күн бұрын
is there a way to increase the distance the Sonar picks up and draws?
@coffeetablemedia360
@coffeetablemedia360 5 ай бұрын
hi, this is an awesome and straight forward instructional thankyou so much ive watched so many that dont work, im strugglig at the end it says "make sure that the font has been copied to the data folder of your sketch, and opens the sketch and goes gray.
@carolcernea2616
@carolcernea2616 11 ай бұрын
Thank you, amazing project. I would like to ask you, after successfully I create this project, I am trying to do the following project. when the radar detect something I want one of my DJI Mini drone, to flight to that area. Can you please guide me how can I do it? Thank you in advance
@NaivedyaGupta
@NaivedyaGupta 4 ай бұрын
The range is not a lot so that is not practical. You should look at DJI's website and see if they allow you to code for the drones
@christopherboyd952
@christopherboyd952 6 ай бұрын
Can I use a lidar for the same concept I have a tf mini and keep running into problems
@gamelife6446
@gamelife6446 2 жыл бұрын
hello why the processing screen remains gray
@MishMashLabs
@MishMashLabs 2 жыл бұрын
Have you setting it up correctly, correct board selected
@abhiramgopan9041
@abhiramgopan9041 4 ай бұрын
How can i increase the range above 40 cm..
@bhalugg
@bhalugg 2 жыл бұрын
sir can we connect one LED and one Piezo Buzzer to this .Will Radar work still that same way
@thekianshow11
@thekianshow11 4 ай бұрын
how come my ultrasonic sensor is not working?
@reqruined
@reqruined 5 ай бұрын
parseİnt(float) does not exist it says can you help me?
@Piksar6666
@Piksar6666 3 жыл бұрын
is the sketch missing ?
@MishMashLabs
@MishMashLabs 3 жыл бұрын
Thanks for pointing this out. We've fixed the link in the description and here it is too! github.com/mishmashlabs/radar_arduino_project
@garvit_panwar
@garvit_panwar Жыл бұрын
can we use Arduino uno r3
@siddhantamondal2207
@siddhantamondal2207 2 жыл бұрын
hey, In my case, the radar is running only for 1 cycle, after that, it gets stuck to the same position Any way to solve this error? I checked the code as well, didn't found any error in it
@MishMashLabs
@MishMashLabs 2 жыл бұрын
Make sure the code is identical and make if you're using a bigger servo motor check the power needed to supply it. Sometimes servos require more than the arduino can supply. You may need an external power source
@Tatarigami_d
@Tatarigami_d 3 жыл бұрын
Hi man do you know how to solve this problem: error opening serial port COM5(Arduino Uno) : Port not found. I look for the name of the port as you said
@MishMashLabs
@MishMashLabs 3 жыл бұрын
Your port may be different to mine. You could restart your computer. if you have never used the arduino before you may need to install drivers for your USB chip, ch340 is a common one. Another possibility is that your Arduino has an error if you cannot upload and may need a bootloader flash.
@purelove4386
@purelove4386 3 жыл бұрын
change the port name to COM5 only, had the same problem and i solved it that way
@ronnamia4765
@ronnamia4765 3 жыл бұрын
Is it possible to connect it with gsm when the distance of the object reach certain area and call/sms us?
@MishMashLabs
@MishMashLabs 3 жыл бұрын
It sure is, you just need a GSM shield. An easier alternative might be a wifi shield and email alert if wifi is available.
@restyobina.84
@restyobina.84 Жыл бұрын
it doesnt work bro, can you help me
@marinenav8
@marinenav8 Жыл бұрын
Have you example rotation 360° ?
@mynameisjosep
@mynameisjosep 8 ай бұрын
kzbin.info/www/bejne/rGqpfYejgZZ6idk
@vsbuzzfantasy6123
@vsbuzzfantasy6123 2 жыл бұрын
Hey sir...can you give me your processing code... please help me
@MishMashLabs
@MishMashLabs 2 жыл бұрын
It's in the git repo linked in the description.
@vsbuzzfantasy6123
@vsbuzzfantasy6123 2 жыл бұрын
@@MishMashLabs this link for processing software not for code
@MishMashLabs
@MishMashLabs 2 жыл бұрын
I'm referring to the GitHub repo github.com/mishmashlabs/radar_arduino_project/tree/main/radar_project_processing
@vsbuzzfantasy6123
@vsbuzzfantasy6123 2 жыл бұрын
@@MishMashLabs thank you so much
@roberttx0015
@roberttx0015 Жыл бұрын
how can u increase the range of the radar and make it display on the processing (ex: 1m)
@NaivedyaGupta
@NaivedyaGupta 4 ай бұрын
You can't increase the range
@roberttx0015
@roberttx0015 4 ай бұрын
@@NaivedyaGupta oh, I successfully did increase it , it was from a project 1 -2 years ago , I changed alors of codes and research , apparently, by frying the arduino boards twice , you can increase the range to max 4m for the sensors and I changed a bunch a codes to make it display longer ranges up to (4m). Also after 2m , the displayed sensor data become very inaccurate on the screen .
@Pato2125
@Pato2125 3 жыл бұрын
very nice video. why not to use min. and max. angle 0 to 180? is there any risk related to the limit angles? thx
@MishMashLabs
@MishMashLabs 3 жыл бұрын
I didn't use 0-180 as I found my servo was struggling with the weight of the sensor and holder and becoming unstable, The only limitations are the ability of your servo as the graphic should handle 0-180.
@lielgoldshtein1740
@lielgoldshtein1740 Жыл бұрын
Can you make the detection range higher like 100 m or 1 km?
@whistler2000
@whistler2000 Жыл бұрын
Not with this sensor you would need an real radar module to do that.
@mrabuzar7633
@mrabuzar7633 2 жыл бұрын
Can you send me the coding of it
@MishMashLabs
@MishMashLabs 2 жыл бұрын
Hi, please see the sketch link in the video description
@SalmanKhan-ks2zo
@SalmanKhan-ks2zo 2 жыл бұрын
can i use processing 4
@MishMashLabs
@MishMashLabs 2 жыл бұрын
I have never tested it, but please share how it goes
@PhillipJFry69420
@PhillipJFry69420 Жыл бұрын
yes I am using it now but I am having an issue with; "PFont orcFont" idk what to do about this or how to change it
@berenger1002
@berenger1002 3 ай бұрын
@@PhillipJFry69420 Use any other default fonts like 'monaco' etc... - orcFont = createFont("Monaco", 30); Should solve the issue
@mrblazeygaming
@mrblazeygaming 2 ай бұрын
@@PhillipJFry69420 im having that issue too, im just going to try and use processing 3 instead
DIY sonar scanner (practical experiments)
14:30
bitluni
Рет қаралды 1 МЛН
Robotic Arm with Arduino - Save/Play/Export/Import Positions.
9:48
FABRI creator
Рет қаралды 90 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 32 МЛН
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 80 МЛН
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,3 МЛН
Arduino Servo Control: How to Make a Laser Turret with XOD
12:32
Afrotechmods
Рет қаралды 953 М.
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
How to make an ultrasonic Radar
5:48
Hani's Experiments
Рет қаралды 303 М.
Real Life Sentry Turret, that Protects your Room
6:36
GobbleMaster
Рет қаралды 976 М.
Homemade LIDAR sensor with Arduino & Processing
11:13
Electronoobs
Рет қаралды 321 М.
#378 How to choose Radar Sensors (Tutorial). Incl. PIR and LIDAR
12:51
Andreas Spiess
Рет қаралды 141 М.
Arduino MASTERCLASS | Full Programming Workshop in 90 Minutes!
1:25:31
Programming Electronics Academy
Рет қаралды 2,6 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 32 МЛН