Ardumower Gasoline: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Wiring)
(Wiring)
Zeile 30: Zeile 30:
 
==Wiring==
 
==Wiring==
  
Connect left motor driver to the Arduino:
+
Connect your left motor driver to these Arduino pins:
 
  R_EN    A1   
 
  R_EN    A1   
 
  L_EN    A0
 
  L_EN    A0
Zeile 36: Zeile 36:
 
  L_PWM    10
 
  L_PWM    10
  
Connect right motor driver to the Arduino:
+
Connect your right motor driver to these Arduino pins:
  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 your R/C receiver to these Arduino pins:
 +
 
 +
CH_Steer  5 
 +
CH_Speed  6
  
 
==Arduino==
 
==Arduino==

Version vom 29. August 2017, 18:49 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 your left motor driver to these Arduino pins:

R_EN     A1  
L_EN     A0
R_PWM    9
L_PWM    10

Connect your right motor driver to these Arduino pins:

R_EN     A3
L_EN     A2
R_PWM    3
L_PWM    11

Connect your R/C receiver to these Arduino pins:

CH_Steer   5  
CH_Speed   6

Arduino

Upload this code to your Arduino Nano:

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