Ardumower Gasoline: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Control box)
(Wiring)
Zeile 31: Zeile 31:
  
 
Connect left motor driver to the Arduino:
 
Connect left motor driver to the Arduino:
R_EN    A1   
+
R_EN    A1   
L_EN    A0
+
L_EN    A0
R_PWM    9
+
R_PWM    9
L_PWM    10
+
L_PWM    10
  
 
Connect right motor driver to the Arduino:
 
Connect right motor driver to the Arduino:
R_EN    A3
+
R_EN    A3
L_EN    A2
+
L_EN    A2
R_PWM  3
+
R_PWM  3
L_PWM  11
+
L_PWM  11
  
 
Connect R/C receiver to the Arduino:
 
Connect R/C receiver to the Arduino:
 
 
  
 
==Arduino==
 
==Arduino==

Version vom 29. August 2017, 18:47 Uhr

Ardumower Gasoline R/C is an ordinary gasoline powered mower converted to remote control (R/C) using Ardumower parts.

Ardumower gasoline1.jpg Ardumower gasoline5.jpg

Parts list

Motors

Ardumower gasoline3.jpg Ardumower gasoline6.jpg

Free wheel

Ardumower gasoline4.jpg

Control box

Ardumower gasoline2.jpg Ardumower gasoline7.jpg

Wiring

Connect left motor driver to the Arduino:

R_EN     A1  
L_EN     A0
R_PWM    9
L_PWM    10

Connect right motor driver to the Arduino:

R_EN    A3
L_EN    A2
R_PWM   3
L_PWM   11

Connect R/C receiver to the Arduino:

Arduino

Upload this code to your Arduino Nano:

https://github.com/Ardumower/ardumower/blob/master/code/tests/rcmower/rcmower.ino