Make a Raspberry Pi-Controlled Robot by Wolfram Donat
Author:Wolfram Donat
Language: eng
Format: epub, mobi
Tags: TECHNOLOGY & ENGINEERING / Robotics
ISBN: 9781457185984
Publisher: Maker Media, Inc
Published: 2014-11-12T16:00:00+00:00
With the drive wheels elevated, start a new Python script called motortest.py:
import RPi.GPIO as GPIO import time GPIO.setwarnings(False) GPIO.setmode(GPIO.BOARD) #19 = IN1 #21 = ENA #23 = IN2 GPIO.setup(19, GPIO.OUT) GPIO.setup(21, GPIO.OUT) GPIO.setup(23, GPIO.OUT) #22 = IN3 #24 = ENB #26 = IN4 GPIO.setup(22, GPIO.OUT) GPIO.setup(24, GPIO.OUT) GPIO.setup(26, GPIO.OUT) def rForward(): "R motor forward" GPIO.output(21, 1) GPIO.output(19, 0) GPIO.output(23, 1) def lForward(): "L motor forward" GPIO.output(24, 1) GPIO.output(22, 0) GPIO.output(26, 1) def rBackward(): "R motor backward" GPIO.output(21, 1) GPIO.output(19, 1) GPIO.output(23, 0) def LBackward(): "L motor backward" GPIO.output(24, 1) GPIO.output(22, 1) GPIO.output(26, 0) def allStop(): GPIO.output(21, 0) GPIO.output(24, 0) rForward() lForward() time.sleep(2) allStop() time.sleep(0.5) rBackward() lBackward() time.sleep(2) allStop()
Download
Make a Raspberry Pi-Controlled Robot by Wolfram Donat.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Whiskies Galore by Ian Buxton(41488)
Introduction to Aircraft Design (Cambridge Aerospace Series) by John P. Fielding(32850)
Small Unmanned Fixed-wing Aircraft Design by Andrew J. Keane Andras Sobester James P. Scanlan & András Sóbester & James P. Scanlan(32530)
Craft Beer for the Homebrewer by Michael Agnew(17902)
Turbulence by E. J. Noyes(7654)
The Complete Stick Figure Physics Tutorials by Allen Sarah(7090)
Kaplan MCAT General Chemistry Review by Kaplan(6542)
The Thirst by Nesbo Jo(6404)
Bad Blood by John Carreyrou(6244)
Modelling of Convective Heat and Mass Transfer in Rotating Flows by Igor V. Shevchuk(6199)
Learning SQL by Alan Beaulieu(5987)
Weapons of Math Destruction by Cathy O'Neil(5775)
Man-made Catastrophes and Risk Information Concealment by Dmitry Chernov & Didier Sornette(5579)
Digital Minimalism by Cal Newport;(5316)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5140)
iGen by Jean M. Twenge(5125)
Secrets of Antigravity Propulsion: Tesla, UFOs, and Classified Aerospace Technology by Ph.D. Paul A. Laviolette(4857)
Design of Trajectory Optimization Approach for Space Maneuver Vehicle Skip Entry Problems by Runqi Chai & Al Savvaris & Antonios Tsourdos & Senchun Chai(4803)
Electronic Devices & Circuits by Jacob Millman & Christos C. Halkias(4695)
