Ultrasonic
Ultrasonic copied to clipboard
Minimalist library for Ultrasonic Module HC-SR04, PING))) and Seeed SEN136B5B to Arduino
A 30 millisecond delay after trigger is a huge time (Ultrasonic.cpp@48). Maybe was 30 microseconds?
Translate README file to Spanish. Description The README.md file is available in English only. To expand the reach of this lib, it is important that it be available in other...
The comments are very long, in some cases taking up 10 lines. To improve readability, I recommend putting only references to the latest update. The history of who created or...
hi there Thank you very much for the library. I have created a simulation page for the Ultrasonic sensor library here:. [https://wokwi.com/arduino/projects/296099969420493322](https://wokwi.com/arduino/projects/296099969420493322) It is a permanent page and it gives...
I used your library today in VS Code, I verified the code on Arduino UNO board, the IDE said: **_'class Ultrasonic' has no member named 'read'_** by the intellisense function,...
**Describe the bug** Code loads, Serial monitor prints line statements but measurement value is always 0 **Code to reproduce** ```c++ #include Ultrasonic myUltrasonicSensor(5); int distance; void setup() { Serial.begin(9600); }...
HI, great library! This may be more of a note than a bug ... When using HC-SR04 with Arduino UNO r4 minima and the example code _UltrasonicSimple.ino_ The sensor returns...
Hi, I'd like to share a recent issue I encountered while using this library on an ESP32 board that may help others avoid the same pitfall. I initially set the...