Ardumower Gasoline: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Wiring)
(Wiring)
Zeile 30: Zeile 30:
 
==Wiring==
 
==Wiring==
  
Connect your left motor driver to these Arduino pins:
+
Connect your left BTS7960 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 your right motor driver to these Arduino pins:
+
Connect your right BTS7960 motor driver to these Arduino pins:
 
  R_EN    A3
 
  R_EN    A3
 
  L_EN    A2
 
  L_EN    A2
Zeile 42: Zeile 42:
 
  L_PWM    11
 
  L_PWM    11
  
Connect your R/C receiver to these Arduino pins:
+
Connect your model R/C receiver to these Arduino pins:
  
 
  CH_Steering  5   
 
  CH_Steering  5   

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

R_EN     A1  
L_EN     A0
R_PWM    9
L_PWM    10

Connect your right BTS7960 motor driver to these Arduino pins:

R_EN     A3
L_EN     A2
R_PWM    3
L_PWM    11

Connect your model 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