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,471 Comments

  1. https://betmexico-bet.com.mx/
    Betmexico es un moderno casa de apuestas online junto con plataforma de apuestas pensado unicamente para la audiencia de Mexico, que se maneja de manera autorizada y pone a disposicion una vivencia integral tanto desde el celular como a traves de la PC.

  2. Perth’s UFC stop is now an impenetrable home base for Aussie MMA, but the 2026 return seems distinct—more intense, more significant, and undeniably more violent.

  3. https://jet-x.com.co/
    JetX es un innovador casa de apuestas online y operador de apuestas disenado exclusivamente para los jugadores en Colombia, que realiza sus actividades con permiso vigente y brinda una propuesta integral ya sea por medio del movil como a traves de la PC.

  4. https://caliente.cat/
    La plataforma Caliente se presenta como un contemporaneo casa de apuestas online asi como centro de apuestas deportivas disenado exclusivamente para el mercado mexicano, que realiza sus actividades con licencia oficial y pone a disposicion una vivencia integral tanto desde el celular como a traves de la PC.

  5. UFC
    Seriously, if you’re backing the short-priced favorites just because they have an Australian flag next to their name, you may as well burn your cash inside the UFC Perth event instead.

  6. The UFC Perth on May 2, 2026 presenting a card topped by high-pressure technical kickboxing combined with a combination of seasoned veterans facing emerging hometown talents.

  7. https://betwinner.cat/
    BetWinner resulta ser un contemporaneo casino en linea junto con operador de apuestas pensado unicamente para el mercado mexicano, que opera con licencia oficial y ofrece una propuesta integral tanto a traves del telefono inteligente como desde la computadora.

  8. http://1stcapitalinc.com/
    A empresa 1stcapitalinc consolida-se como uma consultora experiente orientada para publico em Portugal, que oferece um acompanhamento profissional a empresas e particulares, priorizando na transparencia e confianca. Saiba mais atraves do link.

  9. Raymondgrign Raymondgrign

    Публикация приглашает вас исследовать неизведанное — от древних тайн до современных достижений науки. Вы узнаете, как случайные находки превращались в революции, а смелые мысли — в новые эры человеческого прогресса.
    Получить больше информации – вывод из запоя цены воронеж

  10. Jamespaf Jamespaf

    Этот интересный отчет представляет собой сборник полезных фактов, касающихся актуальных тем. Мы проанализируем данные, чтобы вы могли сделать обоснованные выводы. Читайте, чтобы узнать больше о последних трендах и значимых событиях!
    Полная информация здесь – вывод из запоя недорого

Leave a Reply

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