Parking sensor
An ultrasonic range finder beeps at shorter intervals as something gets closer, and lights an LED inside 30 cm.
buzzerhc_sr04led
Sensor
hc_sr04GPIO5 V logic
Why this support circuit is added
5 V module. ECHO is a 5 V output, so a 3.3 V MCU needs a divider.
Grounded in the catalog and golden patterns (real open-source circuits). Every auto-inserted part comes with a reason.
No extra support circuit for this part — only the board rail and the connector are wired.
Any of these #includes identifies this part
#include <NewPing.h> #include <HCSR04.h> #include <Ultrasonic.h>
Run them in the browser, no login needed.
An ultrasonic range finder beeps at shorter intervals as something gets closer, and lights an LED inside 30 cm.
The relay closes when the DS18B20 passes 28 °C; an ultrasonic sensor measures distance too.