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.
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
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!
Please what is the longest distance that can be monitored by this project? I'd like to get you on a surveillance project if you're interested and the distance is long enough to fit the purpose.
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
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.
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
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.
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
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
@@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 .
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.
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.
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
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!
thanks for such an amazing sodar system
Thanks for watching
is there a way to increase the distance the Sonar picks up and draws?
Please what is the longest distance that can be monitored by this project? I'd like to get you on a surveillance project if you're interested and the distance is long enough to fit the purpose.
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
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
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.
Can I use a lidar for the same concept I have a tf mini and keep running into problems
hello why the processing screen remains gray
Have you setting it up correctly, correct board selected
How can i increase the range above 40 cm..
how come my ultrasonic sensor is not working?
parseİnt(float) does not exist it says can you help me?
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
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.
change the port name to COM5 only, had the same problem and i solved it that way
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
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
can we use Arduino uno r3
is the sketch missing ?
Thanks for pointing this out. We've fixed the link in the description and here it is too!
github.com/mishmashlabs/radar_arduino_project
Is it possible to connect it with gsm when the distance of the object reach certain area and call/sms us?
It sure is, you just need a GSM shield. An easier alternative might be a wifi shield and email alert if wifi is available.
how can u increase the range of the radar and make it display on the processing (ex: 1m)
You can't increase the range
@@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 .
Have you example rotation 360° ?
th-cam.com/video/v9FLTmL1GSw/w-d-xo.html
it doesnt work bro, can you help me
can i use processing 4
I have never tested it, but please share how it goes
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
@@PhillipJFry69420 Use any other default fonts like 'monaco' etc... - orcFont = createFont("Monaco", 30);
Should solve the issue
@@PhillipJFry69420 im having that issue too, im just going to try and use processing 3 instead
Can you make the detection range higher like 100 m or 1 km?
Not with this sensor you would need an real radar module to do that.
Hey sir...can you give me your processing code... please help me
It's in the git repo linked in the description.
@@MishMashLabs this link for processing software not for code
I'm referring to the GitHub repo
github.com/mishmashlabs/radar_arduino_project/tree/main/radar_project_processing
@@MishMashLabs thank you so much
very nice video. why not to use min. and max. angle 0 to 180? is there any risk related to the limit angles? thx
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.
Can you send me the coding of it
Hi, please see the sketch link in the video description