Shopping Cart

Your cart is empty.

Your cart is empty.

SB New Motorshield for Raspberry Pi 3,2,1 and Zero This Expansion Board can Control up to 4 Motors or 2 Stepper Motor, 2 IR sensors and a Single ultrasonic Sensor.

Free shipping on orders over $29.99

$19.99

$ 9 .99 $9.99

In Stock

About this item

  • Dual H-Bridge IC L293D. Motor Input Supply Range: 6V - 24V
  • Single Motor Output Current: 600mA or 1A peak per channel
  • On board Arrow Indicator for motor direction Indication,
  • 2 IR sensor connectors with 3.3V level output protection. Control 2 stepper motor



Product Description

Motorshield is 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 environment. You can easily make your Line Following, Object following, Wall following, Maze-Solver Robots, Etc.

motorshield motor driver board for raspberry pi

Why Motorshield?

  • Motorshield provides a solution for controlling DC motor as well as the stepper motor and makes your robotic project intelligent.
  • Based around the dual H-Bridge IC L293D, The Motorshield is designed to drive Raspberry Pi based robotics projects that require multiple motors.
  • Motorshield gives you the convenience of making your robotic project intelligent and smarter.
  • Motorshield is compatible with all Raspberry Pi models such as 4B, 3B+, 3, 2, Zero, etc.

Key Features of Motorshield

  • Powered by Dual H-Bridge IC L293D
  • Motor Input Supply Range: 6V – 24V.
  • Single Motor Output Current: 600mA or 1A peak current per channel.
  • Onboard LED arrow indicator for motor direction control.
motorshield for raspberry pi

Specifications

  • Control up to 4 DC Motors or 2 Stepper Motors.
  • Onboard LED arrow indicators for direction.
  • Onboard 2 IR sensor connector.
  • Onboard 1 Ultrasonic sensor connector.
  • Python Library for interfacing.
  • Python-based GUI for controlling Motor Shield.
  • Compatible with Raspberry Pi 4B, 3B+, 3, 2, Zero, etc.

motorshield

Connect upto 1 Ultrasonic and 2 IR Sensors

motorshield for raspberry pi

3.3V Level Output Protection

motorshield for raspberry pi

Male Header and Screw Terminal for Motor Supply

motorshield

On-board GPIO Stacking Header


DW in Phx
2025-08-24 14:21:23
This product works great, and has good documentation on a Github website. I was able to wire up my motors and modify the Python library in an afternoon.I like the fact it provide 4 motor controls, not just two like other boards. The other cool feature I wasn't aware of was the LEDs on the board. There are four sets of LEDs that form an arrow in the four different directions - forward, back, left, right. This makes for a cool exercise for my code club students.
Casey Silver
2025-08-17 12:22:23
This is the best hat i have found to raspberry pi and motors. It supports a large configuration of motor setups and functions great. It is also well documented.
Brent
2025-07-19 11:42:42
The media could not be loaded.
Michael Scott
2025-07-01 13:34:56
One review says the hat doesn't come with standoffs so I bought a kit for stand offs. When they both came, the hat DID have standoffs. So shout out to that dude for making me buy unnecessary parts.This hat works well, the code on their github is intuitive and more than sufficient for documentation, AND THE HAT CAME WITH STAND OFFS, YOU DONT HAVE TO BUY YOUR OWN.10/10 solid buy.
Jethro Bodeen
2025-06-20 10:27:19
The code provided on the Github page does not compile. There are open issues on the Github page which have been active for over a year without resolution. The only one that was actually resolved is when a user did it for them.Avoid this unless you are comfortable with debugging someone else's code.Update: So they modified their code and it compiles now. However, after doing some testing with a multi-meter, the board is passing through less than half of the input voltage. If you have 6v motors, you need to give the board 12v for the motors to run...and then it gets hot.Neat idea with the LED's, but overall avoid this. It's nowhere near worth the hassle and frustration. Even if they were passing them out for free I wouldn't want one.
JeffHengesbach
2025-06-18 17:43:08
It's not obvious until you read the code - it consumes 3 GPIO per each of the 4 motors it can drive. Kind of stinks in that regard it should at least be clear in the description.
James K. Alexander Jr.
2025-06-15 12:08:10
I received an e-mail from the seller the same day as I ordered the Motorshield. It was a link for the software, so i was able to get my Raspberry Pi ready for it before it came in the mail. one problem is it cannot power the Raspberry Pi like some of the other motor shields out there. it requires two power supplies to operate my robot. no big deal. I like this one because it has arrows on the board that illuminate. This enables the testing of programs without the motors
James A. Starkey
2025-06-10 14:42:11
The board comes with zero documentation. None, nada, zilch. The only way to use it is to start with the pin out of the L293DD (not L293D!), find the schematic for the board, trace the pin mappings from the L293DD to physical GPIO pins, then map the physical pins to the "logical" GPIO pin number used in WiringPi. If you do this carefully, you will have a reversible motor.Note: this board does not support pulse width modulation (PWM) for speed control.
Client d'
2025-05-19 09:56:13
Voir le titre
Nick S.
2025-05-13 17:31:55
Hooked mine up to a RPi 3A and it works a treat. I think the banks of LEDS are a waste of time, probably better to do away with those and provide a means of powering the pi from the board itself instead of them.Other than that, very pleased so far.
George
2025-02-04 09:32:30
A joy to use
DomTer
2024-12-03 14:10:14
Wenn man vier Motoren an zwei H-Brücken schaltet, einen IR-Sensor und zwei Ultraschall-Sensoren an die GPIO-Pins anzuschließen versucht, merkt man schnell, dass die Anzahl der GPIO-Pins begrenzt ist!Mit dem Motorshield wird diesem Problem Abhilfe geschaffen und man kann diese sechs Komponenten mit dem Raspberry Pi verbinden und hat noch alle GPIO-Pins zur Verfügung.Man erhält vom Hersteller fertige Python Skripte, wodurch man sofort loslegen kann.Ich bin begeistert von diesem Motorschield!
Robert Zheng
2024-11-20 10:50:04
Lieferung kam schnell und ordentlich verpackt. Ich hatte noch nicht die Gelegenheit die Platine zu verbauen und zu testen, aber sie macht optisch einen guten Eindruck und wurde vollständig (wie beschrieben) geliefert. Auf der Herstellerseite gibt's eine Wikiseite zum Produkt und auf Github gut dokumentierten Beispielcode.