Added: 2 years ago
From: makemagazine
Views: 143,674
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (225)

Sign In or Sign Up now to post a comment!
  • Comment removed

  • I got an Arduino UNO for Christmas and I love it! My first large project will use one of these sensors.

  • Does makemag have an ownership interest in the Arduino or something? Id like to see other micro-controllers.

  • IS TERE A WAY I CAN USE THE LEGO ULTRASONIC SENSOR FOR THIS

    srry caps, too lazy to chnage it

  • Comment removed

  • @Coolnventions You'd have to disassemble the sensor (which shouldn't be that hard, but you might not be able to use it for legos anymore) and find out which pins are which.

  • what is the beam width of the signal that is sent by the sonar sensor? I meant, in what angle range the ultrasonic sensors work? Please help. I'm stuck with one of those :(

  • 0:59 not using them,... throw in trash

  • excuseme. what name is the cable to use to conect the sensor to arduino?

  • Comment removed

  • Comment removed

  • nice job

  • wtf is with this loud sound douring makemagazine intro!?

  • what happened to kipkay

  • I FINALY GOT AN ARDUINO!!!! ITS AWESOME!!!

  • @Ilovelazers I totally agree with you!!! i got my arduino six months ago... best b-day gift i ever got!!! but im already learning and practicing advance code!!!!

  • Comment removed

  • @TheDhezballah i would love to get the beginners kit... but the arduino itself was expencive enough...

  • @legoclockfreak710 I've got a friend who owes me some money so I will probably be using that to get the Spark fun beginners kit.

  • @TheDhezballah FUN! ill probably get one later down the road... but for now all i need is the arduino and a couple leds!

  • @Ilovelazers @legoclockfreak710 What parts and/or kits would you reccomend a beginner to buy?

  • where to buy in germany?

  • i made one my self using arduino , check it out

  • The ultrasonic sensor is a “smart” sensor able to communicate with the host controller using variable-width pulses also known as pulse width modulation (PWM). Even though it is using only 1’s and 0’s the width or time period between these 1’s and 0’s is proportional to the distance measured. Microcontrollers can very accurately measure the time between these pulses with microsecond resolution.

  • but you connected it to a digital pin...

    digital is just 1 and 0, while analog is many more values.... how are you getting variable distance readings out of 1's and 0's???

  • you should put that on top of a servo, and have it scan the area around you

  • @brandon14872 I don't know but some sort of coding on the arduino where it would display feet and inches on a LCD screen

  • @HarrisonIncorperated I made exactly that program using a Ping and a BS2 MCU. I simply had to multiply the Ping echo time by 2260 for centimeters and 890 for inches (word values) while using a standard (20MHz) BS2.

  • It would be really cool if you could some how make a code to transfer a mathematical term onto the arduino so that you don't have to use a computer!

  • @HarrisonIncorperated what kind of mathematical term

  • Where is kipkay??

  • Can the PNG))) be used with the iOBridge?

  • Nice explanation, but it would be nice to see it actually do something like send back distance data or play a variable pitch tone.

    Didn't actually see it do anything.

  • @22marauder1

    If you look at the bottom of the arduino environment after he opened up the serial monitor, you can see it giving back centimeters.

  • what name have it that is conected pin with sensor?

  • kipkay>househouldhacker

  • can thoses sensors be more accurate? say millimeter

  • I cant even install the arduino hardware on to my computer!

  • when are you going to do another arduino 101

  • I love that you have like every arduino, lol

  • hi my friend...very great job...anyway...can I use this sensor to differentiate between object that I want to pick up or the obstacle that I want to avoid for the Autonomous Robot?

  • Could of done an example..

  • Yeah :D on a robot it would be like a sensor so when it gets to say 10 cm from the wall or object it turns :D

  • you're more collector than a producer... but thks

  • i really have seen alot of guys here using ultrasonic senor ..however there is alot of senors and more cheaper such as IR and ....

    the question is ..why those guys using ultrasonic senor rather than others ?

    THANKS

  • i wish i had that may arduinos and zb1(s)

  • thers 38 people who dont know how to do

  • ITS WALL-E!

  • it looks like robot eyes...

  • can dogs hear the ping of the sensor?

  • This might be a stupid question but the truth is, I'm not very familiar with microcontrollers. Can the Arduino be programmed in Java? I'm working on a project that might need this sensor and the Arduino, before purchasing this I need to make sure I'm doing the right thing.

  • Arduino Program. File > Examples > Sensors > Ping.

    A hell of a lot easier than having to find the webpage and copying the code and pasting it in if you ask me... ^^

  • right on dude!

  • It's the Game Genie of PCB's.

  • im Glad Kipkay is gone. You actually sound human. Love the videos!

  • @Nanovirus5995 i like kipkay

  • Hail satana!

  • what is the rang of this sensor

  • Do you think is possible to attach it to the wall outside the aquarium sensor the fish in the aquarium?

  • @roofy2k wtf

  • DISLIKE.

  • wheres kipkay? 

  • That is really cool, but it's so HUGE. Are there any commercial devices that do the same thing but are squeazed down to tiny tiny, like 3 mm x 5 mm x 1 mm?

  • @Shakespeare1612 It takes a fair bit of hardware to make an ultrasonic range finder. About the smallest you're going to find is the Devantech SRF01, which is still around 18mm in diameter and 6mm thick.

  • @fennecfanatic i was looking for some names:)

  • lol. that's all i have to say.

  • I need to learn how to use an arduino, and I need to get one

  • can this be used for objects that are not conductive, say a cup of glass?

  • instead of the pdf  i got the code of the ping

  • would it be possible to a device on your sencer that translats the distance into a number of pins that extend out and touch a blind persons skin to let them know how far an object is from them?

  • @ldeath83 yes

  • @ldeath83 yes, I thought of the same thing a while ago. I found it hard to think of a way to make each pin move independently. Linear actuators are expensive and too thick. If you can find a cheap way around this problem please share.

  • is it possible to program it to display a message that when a person gets too close to your computer it says like "step away"?

  • yes it is

  • yeah

  • what's the difference between the analog and digital pins?

  • the out/in put. the digital works with a digital signal and the analog works with an analog signal

  • hahaha

  • analog reads/writes a controlig.... can read distance, can control gear speed etc... digital has HIGH and LOW only... if HIGH 5V is going out, if is LOW 0V is going out :)

  • Actually, the analog is just input, you need to use the PWM for "analog" output. and LOW is ground, not 0V.

  • Plz make a video about lcd's :D

  • Point?

  • May you make a video about LCD displays? I have some doubts......Thanks!

  • can i use it using my own circuit?

  • why not?

  • How would I get the output of the ultrasonic sensor to display on a seven segment display?

  • Does anyone know if therr is a link that shows how to make this exact same proto shield? Thanks !!!

  • you can buy it

  • how complicated will it be to make an arduino the drives and "looks" if there is soemthing in its way with the sensor?

  • =O crazy! What language is the code written in, any one know offhand? Man that looks like you could do some really cool stuff if you knew your stuff! =D

  • i got a nano, it's better than an arduino dumilanove, the only thing is i made a protoshield socket for it so i can use a protoshield on the arduino nano

  • the has a LOT of duinos lol

  • Why does the theme song always have to be 3x as loud as the rest of the video? Drives me nuts!

    Other than that, great video as usual! Been watching them all as I wait for my Adruino to arrive.

  • Where's your website? I have a question

  • hello everybody..

    Im using PING ultrasonic sensor in my project, but Im using DE2 Board to control it.

    Anybody knows how to use it by using the DE2 board as the main controller? (may be in verilog or NIOS system ) Plz help me..

    tq..

  • aduino seems easy

  • i have a macbook too :D :D

  • what happened to kipkay

  • I dunno but this is the Makemagazine channel on youtube, Kipkay was hosting a show on it. so this is some other persons video, who isn't really showing you how to make something from nothing.

  • rape

  • he's a faker

  • @taggerslife i yhink he does the weekend project ones

  • @taggerslife he does weekend projects.

  • @taggerslife kipkay posts videos on his own channel

  • @taggerslife its how-to tuesday, not weekend projects.... and it was in 2009....

  • @taggerslife personal channel. collins gonna break off soon too

  • if you didnt want a rude answer you should not have posted a rude question.

  • nice

  • lol

  • This is cool

  • Mystery of differences between Radar and Ping Revealed!!! Ping uses Ultrasonic sound! While Radar uses Radiowaves! -Ping is cheap *Radar is expensive -Ping is for robotics *Radar is for the military -Ping is Simple *Radar is complex -Ping uses MCU's *Radar uses CPU's Radar is a complex system while Ping is just a sensor connected to a processing unit. Ultrasonic sensors are not like radar, it is like ECHOLOCATION!!!
  • Whats that ardwino thing?

  • arduino

  • I still have yet to find a project I can do....

  • i had this problem, first thing i made was a night vision camera, cos that was just hooking up LEDs

    second was a laser spirograph, didnt need much understanding, just videos

  • True that.

  • true

  • @magemager0 Why? These are all easily doable.

  • @magemager0 FFFFFFFFFAILLLLLLLIIIUUUUURRRR­RRREEEEEEEEE

  • @magemager0 same with me

  • can u post a video on how to make a back-up censor for a car? plz! lol

  • are you sure they are using camtasia?

  • Im using this for one of my Arduino robots.

  • What happens if you aim at the moon? =D

  • you will wake up the man in the moon because he can here ultrasonic sound!

  • The moon explodes!!!!!!

  • what program are you using to record your screen? can it be used on Windows XP?

  • awsome

  • i want an arduino mega, now.... =/

  • i touch myself to this vid

  • what is the range of the ping before it becomes inaccurate?

  • it maxes out at about 3.3 meters

  • your vids are 2 high quality it takes ages for it to load

  • its probably your computer because it loads fine for me

  • Its fine to me. Maybe you have a slower internet speed

  • huh pu huh how dare you my internet speed is fine wait let me look 1mb internet speed oh crap

  • then dont use HD.

  • Arduino software

  • yay mac!!! and yea if i knew how i would put that o a robot but idk nything about MAKING a computer...

  • can that ultrasonic senor run on windows vista?

  • yes i can run on windows operating systems just download the software for windows

  • thats awesome

  • you now what would suck if a bunch of nerds started talking about o wait NERDS no jk

  • looks like the ultrasonic sensor for mindstorm nxt robot

    made a room alarm and a rubberband shooter attached to it.

  • Good on ya! That is pretty cool.

  • ur right deeswizle it dose look like a wall-e but how would u do an eve??

  • Wow nice

  • Almost a radar)))

  • It's sonar.

  • Radar?

  • no radar uses radio signals that bouce off things, this is using very i frequency sounds.

  • Tell me... from a personal opinion, is a IR reflective sensor BETTER than a ultrasonic one?

  • ir sensors cant reflect off of matte or flat materials.... so not as good

  • depends on the enviroment, infrared fails on certain light conditions (like the sun) and ultrasonic could be confused by certain sound frecuenses, the ultrasonic is more reliable for multipruse use

  • The sun spectrum is filtered if I recall correctly, as well as most interferences. The only possible reason NOT to use a IR distance sensor is because of a possible weak reflective ability of a surface. But the utrasonic sensor also has this problem. Perhaps a combination of both ultra sonic AND IR, would be the perfect setup?

  • I don't think IR & ultrasound will fit with each other. i mean the Ultra has a bigger range. whereas IR a shorter one , so u would have to have the target in the "middle" to have it absolutely correct : )

  • thats why people have made systems that have a servo moving back in forth and it finds the walls at any angle.

  • You're implying parallel monitoring... I'm implying serial.. First we check with the ultra-sonic, then with the IR. It's a double check... The only object that won't be detected very well then, will be a black soft object. But I think this sensor works on a different principle than reflection of sound. Think it uses the doppler efffect. Anyways... IR is much faster and more efficient for short distances - i.e. sumo bots.

  • Umm no, it doesn't use the Doppler effect. It sends out an ultrasonic sound signal and wait's until it recieves the echo. And by measuring the time it takes from it sends the signal until it recieves the echo it can calculate the distance. Pretty simple.

  • Yeah ofc, but some also use the Doppler effect to measure velocity... like the sonar... That's extremely effective for sumobots!

  • Can you explain how that works?.. I know what the Doppler effect is and all but how is it used in sonar?

  • By monitoring the difference in the frequency of the reflected sound wave after a period of time, one can also measure the velocity of the object, relative to the receiver. delta f = (1 - Vsource*Vreceiver/c)*f0

  • The speed of an object relative to the speed of the sonar sensor, am i right?

  • Yes! You got it... but you can also check Wikipedia for extra info... after all I can't be too sure :-)

  • I got ultrasound security system in my car like this, kewl

  • Hehehe...looks like a baby "Wal - E"...the next project will be an "Eve"

  • hehe xD

  • awesome i always look for new projects with my arduino thanks

  • Arduino Italian open source ! proud of it !

  • i want wires like that

    they look cute