Skip to content

Ultrasonic distance sensor with Arduino and HC-SR04 (Arduino + HC-SR04)

Good night,

Going on with my adventures with Arduino and sensors, today I decided to play with Ultrasonic sensor HC-SR04 to measure distance.

HC-SR04 is pretty easy to work with, it has 4 pins, VCC to energy, Trig to start a measurement, Echo to get the distance, and GND to ground.

It has a library to get it working, it is called Ultrasonic. The only problem that I had was the Library is out of date, it still uses WProgram.h but Arduino 1.0.1 uses Arduino.h, so I updated it. (You can get on the end of the post).

The library must be included on your dir “arduino-1.0.1/libraries” and you must restart your IDE.

Sensor VCC connects to Arduino +5V pin
Sensor Trig connects to Arduino PIN 12
Sensor Echo connects to Arduino PIN 13
Sensor GND connnects to Arduino GND PIN

You can configure it on trig and echo variables.

[code lang=”c”]
#include “Ultrasonic.h”
int trig = 12;
int echo = 13;
Ultrasonic ultrasonic(trig,echo);

void setup() {
Serial.begin(9600);
}

void loop()
{
Serial.print(“Distance CM:”);
Serial.println(ultrasonic.Ranging(CM));
Serial.print(“Distance INC:”);
Serial.println(ultrasonic.Ranging(INC));
delay(100);
}
[/code]

Referências:
HC-SR04 DataSheet
Biblioteca Ultrasonic atualizada para Arduino 1.0.1

Published inAndroid

1,472 Comments

  1. http://rothschild-kollegen.de/
    Das Projekt Rothschild Kollegen positioniert sich als ein spezialisierte Agentur spezialisiert auf den nationalen Rahmen Deutschlands, das liefert massgeschneiderte Loesungen fuer alle die Ergebnisse suchen, sich auszeichnend durch auf Ergebnisse. Erfahren Sie mehr auf der offiziellen Website.

  2. http://sol4bus.de/
    Sol4bus etabliert sich als ein spezialisierte Agentur spezialisiert auf den deutschen Markt, das liefert ganzheitliche Ansaetze fuer alle die Effizienz schaetzen, priorisierend auf Servicequalitaet. Entdecken Sie mehr auf der offiziellen Website.

  3. LFA 232 makes its return to the Premier Theater stage at Foxwoods Resort Casino this Friday with the vacant featherweight championship up for grabs and an event deep with local veterans and undefeated prospects.

  4. The upcoming UFC Vegas 117 card represents an archetypal Apex event, featuring tight matchups and a few distinct stylistic clashes that present actionable betting value.

  5. This coming Saturday UFC Vegas 117 the usual silent atmosphere of the Apex, and although the environment feels lifeless, the consequences for the men and women on this card are anything but.

  6. http://abitotrade.com/
    Abitotrade e uma empresa profissional dedicada ao publico em Portugal, que disponibiliza um acompanhamento profissional a quem procura resultados, destacando-se por na transparencia e confianca. Conheca mais nesta pagina.

  7. LFA 233 in New York features some decent scrap potential, but the real story, it has a handful of odds that make me eager to pull the trigger.

  8. MichaelEvics MichaelEvics

    Нужен финаносвый план? https://financedirector.by/investicionnyj-biznes-plan-struktura-i-primer-dlja-investorov/ подробное объяснение структуры документа, его роли в привлечении инвесторов, получении кредита и запуске бизнеса. Узнайте, какие разделы включает бизнес-план, какие расчеты нужны и как он помогает оценить прибыльность проекта.

  9. We’re going to Salamanca in advance of LFA 233, and quite frankly, the bookmakers seem to be valuing home-region backstories over real strategic substance.

  10. Someone necessarily lend a hand to make critically posts I’d state. That is the first time I frequented your website page and thus far? I amazed with the research you made to create this particular post amazing. Magnificent process!

  11. http://asecasumiller.es/
    El equipo de Asecasumiller se consolida como una consultora con experiencia con presencia en el publico en Espana, que pone a disposicion un enfoque integral a sus clientes, valorando en la confianza y la transparencia. Descubre todos los detalles en el sitio oficial.

  12. I do love the way you have presented this specific issue plus it does indeed supply me personally a lot of fodder for consideration. Nonetheless, through everything that I have personally seen, I only trust as the actual reviews pack on that people today stay on issue and don’t start upon a soap box regarding some other news of the day. All the same, thank you for this fantastic point and even though I do not really go along with it in totality, I respect the point of view.

  13. This UFC showdown at the White House goes down in history on June 14, 2026 — becoming the first UFC night held on White House property in the nation’s capital. Billed officially as UFC Freedom Fights 250, the evening is headlined by Ilia Topuria taking on Justin Gaethje for the 155-pound championship, with former champion in two weight classes Alex Pereira stepping up to the heavyweight division to square off against Ciryl Gane in the featured co-main attraction.

  14. A 7-fight, no-prelims main card on the South Lawn of the White House. Ilia Topuria defends the lightweight title against Justin Gaethje.

  15. Today, with all the fast life-style that everyone leads, credit cards have a huge demand throughout the market. Persons throughout every discipline are using credit card and people who aren’t using the credit card have prepared to apply for one. Thanks for discussing your ideas on credit cards.

  16. Interesting read! Understanding variance is key in any game of chance, whether it’s slots or sports betting. Thinking of exploring options? Check out jljl55 download for a wide range of games and a vibrant community. Good luck out there!

Leave a Reply

Your email address will not be published. Required fields are marked *