Ultrasonic: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Ultrasonic Sensor == An ultrasonic sensor is an excellent way to detect obstacles. Example: HC-SR04 Distance 2 to 450 cm Current 15 mA <gallery> File…“)
 
K (Pinning for PCB1.3 added, I had to look into kicad first...)
 
(7 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
 
== Ultrasonic Sensor ==
 
== Ultrasonic Sensor ==
  
 +
[[File: ultrasonic.jpg | 400px]]
  
 
+
An ultrasonic sensor (HC-SR04) allows Ardumower to detect obstacles.
An ultrasonic sensor is an excellent way to detect obstacles.
+
 
+
Example: HC-SR04
+
  
 
Distance 2 to 450 cm
 
Distance 2 to 450 cm
 
Current 15 mA
 
  
 
<gallery>
 
<gallery>
 +
File: Bumperduino_pressure_sensor.jpg | 3x HC-SR04
 
File: ultrasonic.jpg | HC-SR04
 
File: ultrasonic.jpg | HC-SR04
 
+
File: Hc_sr04_schematics.png | HC-SR04 schematics
File: l50_ultrasonic.jpg | l50_ultrasonic
+
 
</gallery>
 
</gallery>
 
 
  
 
== Wiring ==
 
== Wiring ==
  
Ultrasonic Module Trigger — Arduino Digital Pin
+
  Ultrasonic Module VCC (+5V) PCB VCC (+5V)   —  PCB1.3:  Pin1
 
+
Ultrasonic Module GND       PCB GND         —  PCB1.3:  Pin2
Ultrasonic Module Echo — Arduino Digital Pin
+
Ultrasonic Module Trigger    — PCB Digital Pin  —  PCB1.3:  Pin3
 
+
Ultrasonic Module Echo      — PCB Digital Pin  —  PCB1.3:  Pin4
Ultrasonic Module VCC (+5V) — Arduino VCC (+5V)
+
 
+
Ultrasonic Module GND — Arduino GND
+
  
  
 
An internal schematics of the sensor can be found here.[http://uglyduck.ath.cx/ep/archive/2014/01/Making_a_better_HC_SR04_Echo_Locator.html]
 
An internal schematics of the sensor can be found here.[http://uglyduck.ath.cx/ep/archive/2014/01/Making_a_better_HC_SR04_Echo_Locator.html]

Aktuelle Version vom 5. Juli 2018, 13:19 Uhr

Ultrasonic Sensor

Ultrasonic.jpg

An ultrasonic sensor (HC-SR04) allows Ardumower to detect obstacles.

Distance 2 to 450 cm

Wiring

Ultrasonic Module VCC (+5V)  — PCB VCC (+5V)    —  PCB1.3:  Pin1
Ultrasonic Module GND        — PCB GND          —  PCB1.3:  Pin2
Ultrasonic Module Trigger    — PCB Digital Pin  —  PCB1.3:  Pin3
Ultrasonic Module Echo       — PCB Digital Pin  —  PCB1.3:  Pin4


An internal schematics of the sensor can be found here.[1]