ultrasonic

Ultrasonic Range detector using Arduino and the SR04 Ultrasonic sensor

Ultrasonic Range detector using Arduino and the SR04 Ultrasonic sensor

his is a preliminary instructable that will take you through the steps I took to get the SR04 ULTRASONIC SENSOR  connected  and working to the Arduino. It will then be incorporated to my mini environment monitor.  Eventually, if it all fits, it will end up in a Startrek  toy tricorder casing I found in my […]

Ultrasonic Range detector using Arduino and the SR04 Ultrasonic sensor Continue Reading

Parking your car with an Arduino

UltraSonic Arduino Video instructions How To – Parking your car with an Arduino

How To – Parking your car with an Arduino Code: // Back up Helper, by Kevin Darrah v4 #include <SoftwareSerial.h>// to read the data fron the range finder on any digital pin SoftwareSerial sonar(5, 6); // RX, TX //we’re only using the RX pin (5), so who cares about the TX pin int huns, tens,

UltraSonic Arduino Video instructions How To – Parking your car with an Arduino Continue Reading

Arduino Ultrasonic Range Finder

Ultrasonic Range Finder with an ATtiny85 using an Arduino

I’m here to show you how to use a HC-SR04 Ultrasonic Range Finder with an ATtiny85 as well as programming the ATtiny85 using the wonderful shield that randofo created. List of materials: ATtiny85 Programming Library Arduino Uno HC-SR04 Ultrasonic Range Finder and Library Jumper Wires Breadboard ATtiny85 Step 1: Program the Arduino Before you connect your shield to the Arduino

Ultrasonic Range Finder with an ATtiny85 using an Arduino Continue Reading

Scroll to Top