0

I bought a Ping Ultrasonic Range Finder. It has four pins that you connect to the Arduino. I see in Internet that they have three pins. What does represent each pin and where to connect it to? I have an Arduino Uno Starter Kit.

asked Oct 15, 2015 at 18:28
4
  • 1
    The sticks (they are really called pins) have these little white marks next to them. They're called letters. You read them and they tell you what the pins do. Commented Oct 15, 2015 at 19:01
  • @Majenko It's so thin I don't think I will read something there. Commented Oct 15, 2015 at 19:05
  • 1
    I said next to not on. Commented Oct 15, 2015 at 19:08
  • @Majenko Right, you're right. What does it mean "echo", "vcc" and "Trig"? Commented Oct 15, 2015 at 19:15

1 Answer 1

0

You have 4 pins.

  • Vcc: +5V supply voltage (it stands for Collector Voltage)
  • GND: Ground.
  • Trig: Causes an ultrasound pulse to be generated (it stands for Trigger)
  • Echo: Tells you when an echo has been received.

You can see how to wire and use it here: http://www.instructables.com/id/Easy-ultrasonic-4-pin-sensor-monitoring-hc-sr04/

answered Oct 15, 2015 at 19:21
2
  • In what do I use the trigger pin? Commented Oct 16, 2015 at 13:32
  • @PichiWuana That link tells you. Commented Oct 16, 2015 at 14:00

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.