MotorShield
MotorShield copied to clipboard
Designed to help you get your Raspberry Pi based Robot. This board can control DC motor as well as the stepper motor. You can connect your IR and Ultrasonic sensors to tell your robot about its enviro...
Trying to run on Raspberry Pi 3 with Buster. Using python3 the program immediately terminates normally. I believe you need a `window.mainloop()` as the very last line to keep tkinkter...
Please see commit from Oct 21, 2019. I added a function to return current motor speed, and an array of motor speeds for linked motors. This allows developers to capture...
I am currently trying to get a stepper motor to work using parts of the sample code from this repo. ``` import PiMotor import time import RPi.GPIO as GPIO m1...
tried to make it so that if something is infront of my ultrasonic sensor then the motor turns on but as soon as theres nothing infront of it the motor...
I refactored PiMotor to work with every stepper motor. Even with these changes the previous code will still work. Please accept the change.
I am needing some guidance for code and GUI. I am attempting to connect two bipolar 4 wire stepper motors to the MotorShield. I am very green with coding so...
Hello, I was having a cleanup of my GitHub account when I came across a quick 'n dirty hack I made to the Adafruit MotorHat library (C++/Based on wiringpi) to...
Hello, Originally purchased the motor shield for a raspberry pi 3 B+; however before we could use the motor shield my son accidentally shorted the GPIO pins and killed the...
Hi, Can shields be stacked one over another on one raspberry pi 3b? I'm building autonomous robot and I'd like to have possibility to add more motors than 4. I...