Ardumower Gasoline: Unterschied zwischen den Versionen

Aus www.wiki.ardumower.de
Wechseln zu: Navigation, Suche
(Free wheel)
(Control box)
Zeile 30: Zeile 30:
  
 
=Control box=
 
=Control box=
 +
Mount the BTS7960 motor drivers, the Arduino Nano, the Ardumower Power Pack battery, the DC/DC converter and the model R/C receiver in a box.
 +
 
[[File: Ardumower_gasoline2.jpg | x350px]]
 
[[File: Ardumower_gasoline2.jpg | x350px]]
 
[[File: Ardumower_gasoline7.jpg | x350px]]
 
[[File: Ardumower_gasoline7.jpg | x350px]]
  
 
==Wiring==
 
==Wiring==
 +
Connect the components as shown below.
  
 
Connect your left BTS7960 motor driver to these Arduino pins:
 
Connect your left BTS7960 motor driver to these Arduino pins:

Version vom 29. August 2017, 18:57 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

Click on a part for more details:

Motors

Find a place on your mower for the gear motors. Use the clamping elements and the tire adapter to attach the tires to the motors.

Ardumower gasoline3.jpg Ardumower gasoline6.jpg

Free wheel

Use 4 screws and a plate to support the free wheel. Ardumower gasoline4.jpg

Control box

Mount the BTS7960 motor drivers, the Arduino Nano, the Ardumower Power Pack battery, the DC/DC converter and the model R/C receiver in a box.

Ardumower gasoline2.jpg Ardumower gasoline7.jpg

Wiring

Connect the components as shown below.

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