Ardumower Gasoline: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Wiring)
(Wiring)
Zeile 44: Zeile 44:
 
Connect your R/C receiver to these Arduino pins:
 
Connect your R/C receiver to these Arduino pins:
  
  CH_Steer   5   
+
  CH_Steering   5   
  CH_Speed   6
+
  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_Steering   5  
CH_Speed      6

Arduino

Upload this code to your Arduino Nano:

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