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
xbet giri? https://www.1xbet-giris-2.com .
xbet xbet .
mostbet kg регистрация https://mostbet12033.ru/
натяжные потолки в нижнем новгороде натяжные потолки в нижнем новгороде .
mostbet kg mostbet12034.ru
mostbet официальный сайт mostbet официальный сайт
пошив футболок на заказ http://miniatelie.ru .
производство одежды спб http://www.arbuztech.ru .
швейная фабрика в спб arbuztech.ru .
mostbet kg mostbet12037.ru
mostbet kg https://mostbet12036.ru
электрические карнизы купить elektrokarniz499.ru .
электрические гардины для штор https://www.elektrokarniz499.ru .
сколько стоит перепланировка в москве http://www.skolko-stoit-uzakonit-pereplanirovku-1.ru/ .
сколько стоит узаконить перепланировку квартиры сколько стоит узаконить перепланировку квартиры .
ganabet iniciar sesi?n http://ganabet-online.com .
перепланировка цена перепланировка цена .
beep beep casino bonus http://beepbeepcasino-online.com .
valor entrada casino enjoy http://www.valorslots.com .
перепланировка помещений перепланировка помещений .
newsky88 app newsky-online.com .
топ компаний по продвижению сайтов топ компаний по продвижению сайтов .
mostbet kg http://www.mostbet12039.ru
мелбет кыргызстан http://www.mostbet12038.ru
Your articles never fail to captivate me. Each one is a testament to your expertise and dedication to your craft. Thank you for sharing your wisdom with the world.