Does anybody know how to make an ultrasonic range finder like the ping sensor? I have bought two Long-Range Ultrasonic Sensors (Ultrasonic Sensors the third one down) and am clueless as to how I should hook this up to the arduino. I tried connecting one end to the a Pwm Output and the other to a pwm input.
Try searching the forums. There are plenty of topics on this.
You can't just hook them up directly to the Arduino. The transmitter portion needs to be amplified (think 15- 18 volts... looks like those are 20 max) Also the received signal needs to be amplified before the Arduino can be able to detect it. Along with that you may want to add some filtering.
For about $20 in parts and an Arduino you can build an ultrasonic ranger that you can configure to your exact needs.
There are plenty of Ultrasonic Range finder modules available on the market, few if any provide a “full range” image of the echo complex, merely providing the range to the closest target. Moreover, most lack a true analog representation of the return echo, i.e. echo range and amplitude. The following project provides all of the above, can be modified to meet the user's exact needs, and is relatively inexpensive.