# Adafruit Motor Shield

## Overview

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/001/664/medium800/adafruit_products_2237983028_b0b7144507_b.jpg?1396774867)

Arduino is a great starting point for electronics, and with a motor shield it can also be a nice tidy platform for robotics and mechatronics. Here is a design for a full-featured motor shield that will be able to power many simple to medium-complexity projects.

- **2 connections for 5V 'hobby' servos** &nbsp;connected to the Arduino's high-resolution dedicated timer - no jitter!
- **Up to 4 bi-directional DC** &nbsp;motors with individual 8-bit speed selection (so, about 0.5% resolution)
- **Up to 2 stepper motors** &nbsp;(unipolar or bipolar) with single coil, double coil, interleaved or micro-stepping.
- 4 H-Bridges: L293D chipset provides 0.6A per bridge (1.2A peak) with thermal shutdown protection, 4.5V to 25V
- Pull down resistors keep motors disabled during power-up
- Big terminal block connectors to easily hook up wires (10-22AWG) and power
- Arduino reset button brought up top
- 2-pin terminal block to connect external power, for seperate logic/motor supplies
- Tested compatible with Mega, Diecimila, & Duemilanove
- [Full kit available for purchase from the Adafruit shop.](http://adafruit.com/products/81 "Link: http://adafruit.com/products/81")
- [Download the easy-to-use Arduino software libraries and you're ready to go!](http://learn.adafruit.com/adafruit-motor-shield/downloads)

![](https://cdn-learn.adafruit.com/assets/assets/000/001/665/medium800/adafruit_products_2237992158_d1be17779d_b.jpg?1396774872)

# Adafruit Motor Shield

## FAQ

Warning: 

### 

You can use 2 DC servos that run on 5V and up to 4 DC motors or 2 stepper motors (or 1 stepper and up to 2 DC motors)### 

No, at this time it is not possible to stack the shield or otherwise connect it up easily to control 4 steppers, for example.### 

Is the LED lit? The Stepper and DC motor connections wont do a single thing if the LED is not lit

Don't bother writing up uploading code or wiring up motors if the LED doesn't light up, its not going to work.

### 

The LED indicates the DC/Stepper motor power supply is working. If it is not lit, then the DC/Stepper motors will not run. The servo ports are 5V powered and does not use the DC motor supply.

### 

Please read the&nbsp;[user manual](http://learn.adafruit.com/adafruit-motor-shield/use-it)&nbsp;for information about appropriate power supplies.

### 

Not really, its meant for larger, 6V+ motors. It does not work for 3V motors unless you overdrive them at 6V and then they will burn out faster

### 

Please read the&nbsp;[user manual](http://learn.adafruit.com/adafruit-motor-shield/use-it)&nbsp;for information about appropriate power supplies.

### 

Motors take a lot of power, and can cause 'brownouts' that reset the Arduino. For that reason the shield is designed for seperate (split) supplies - one for the electronics and one for the motor. Doing this will prevent brownouts. Please read the&nbsp;[user manual](http://learn.adafruit.com/adafruit-motor-shield/use-it)&nbsp;for information about appropriate power supplies.

### 

Try soldering a ceramic or disc 0.1uF capacitor between the motor tabs (on the motor itself!) this will reduce noise that could be feeding back into the circuit ([thanks macegr](http://forums.adafruit.com/viewtopic.php?f=31&t=10290)!)

### 

[You can subsitute SN754410's (at your risk) or piggyback solder some more L293D drivers on top of the existing ones.](http://learn.adafruit.com/adafruit-motor-shield/use-it)### 

**All 6 analog input pins are available. They can also be used as digital pins (pins #14 thru 19)**

**Digital pin 2, and 13 are not used.**

**The following pins are in use only if the DC/Stepper noted is in use** :  
Digital pin 11: DC Motor #1 / Stepper #1 (activation/speed control)  
Digital pin 3: DC Motor #2 / Stepper #1 (activation/speed control)  
Digital pin 5: DC Motor #3 / Stepper #2 (activation/speed control)  
Digital pin 6: DC Motor #4 / Stepper #2 (activation/speed control)

**The following pins are in use if any DC/steppers are used**  
Digital pin 4, 7, 8 and 12 are used to drive the DC/Stepper motors via the 74HC595 serial-to-parallel latch

**The following pins are used only if that particular servo is in use** :  
Digitals pin 9: Servo #1 control  
Digital pin 10: Servo #2 control

### 

The DC/Stepper motors are NOT connected to the Arduino directly. They are connected to the 74HC595 latch which is spoken to by the Arduino. You CANNOT talk directly to the motors, you MUST use the motor shield library.### 

[You can try reading this nice overview written by Michael K](http://docs.google.com/View?docid=dgwf6cmm_2fznx7qgr "Link: http://docs.google.com/View?docid=dgwf6cmm\_2fznx7qgr")### 

The analog pins (analog 0-5 also known as digital pins 14-19) are broken out in the bottom right corner.

Pin 2 has a small breakout since its the only truly unused pin

The remaining pins are not broken out because they could be used by the motor shield. If you are sure that you are not using those pins then you can connect to them by using stacking headers when assembling the kit or soldering onto the top of the header with wires, or using a "Wing shield"

### 

Make sure you have installed the AFMotor library### 

[Read our tutorial on libraries](http://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduino-libraries)### 

The stepper motor library step() routine does not have the ability to run both motors at a time. Instead, you will have to 'interleave' the calls. For example, to have both motors step forward 100 times you must write code like this:

for (i=0; i\<100; i++) {  
motor1.step(1, FORWARD, SINGLE);&nbsp;  
motor2.step(1, FORWARD, SINGLE);  
}

If you want more intelligent control, check out the AccelStepper library (in the Downloads section) which has some concurrent stepper motor control examples

### 

Most people buy motors from surplus shops and no motor will make everyone happy

However, since its a popular question, I suggest buying motors from Pololu ([DC Servos](http://www.pololu.com/catalog/category/23),&nbsp;[DC motors](http://www.pololu.com/catalog/category/51)) or Jameco ([all sorts](http://www.jameco.com/webapp/wcs/stores/servlet/StoreCatalogDrillDownView?langId=-1&storeId=10001&catalogId=10001&categoryName=cat_35&subCategoryName=Motors&category=3515&refine=1&jameco_page=54)!) As well as the many&nbsp;[surplus webshops](http://www.ladyada.net/library/procure/hobbyist.html "Link: http://www.ladyada.net/library/procure/hobbyist.html").

### 

The motor shield is compatible with the R3 UNO and MEGA. &nbsp;The R3s have 2 extra pins on each header. &nbsp;These are duplicates of other pins on the header and are not needed by the shield.

### 

The motors used in the 4WD robot platforms from Maker Shed, DF Robotics, Jameco and others have a lot of "brush noise". &nbsp;This feeds back into the Arduino circuitry and causes unstable operation. &nbsp;This problem can be solved by soldering 3 noise suppression capacitors to the motor. &nbsp;1 between the motor terminals, and one from each terminal to the motor casing.

![](https://cdn-learn.adafruit.com/assets/assets/000/003/642/medium800/adafruit_products_motor_capacitors.jpg?1396799310)

### 

These motors generate a lot of brush noise and usually need the full 3-capacitor treatment for adequate suppression.

### 

They would not be effective there. &nbsp;The noise must be suppressed at the source or the motor leads will act like antennae and broadcast it to the rest of the system.

# Adafruit Motor Shield

## Make It!

Warning: 

## Lets go!
This is a vey easy kit to make, just go through each of these steps to build the kit
1. [Tools and preparation](http://learn.adafruit.com/adafruit-motor-shield/preparation "Link: http://learn.adafruit.com/adafruit-motor-shield/preparation")
2. [Check the parts list](http://learn.adafruit.com/adafruit-motor-shield/parts-list "Link: http://learn.adafruit.com/adafruit-motor-shield/parts-list")
3. [Solder it](http://learn.adafruit.com/adafruit-motor-shield/solder-it)

# Adafruit Motor Shield

## Preparation

Warning: 

## Tutorials

- [Learn how to solder with tons of tutorials!](http://www.ladyada.net/learn/soldering/index.html "Link: http://www.ladyada.net/learn/soldering/index.html") [  
](http://www.ladyada.net/learn/soldering/index.html)
- [Don't forget to learn how to use your multimeter too!](http://learn.adafruit.com/multimeters)  

## Tools
There are a few tools that are required for assembly. None of these tools are included. If you don't have them, now would be a good time to borrow or purchase them. They are very very handy whenever assembling/fixing/modifying electronic devices! I provide links to buy them, but of course, you should get them where ever is most convenient/inexpensive. Many of these parts are available in a place like Radio Shack or other (higher quality) DIY electronics stores.  **Soldering iron**  
  
Any entry level 'all-in-one' soldering iron that you might find at your local hardware store should work. &nbsp;As with most things in life, you get what you pay for. &nbsp;  
  
Upgrading to a higher end soldering iron setup, like the [Hakko FX-888 that we stock in our store](http://adafruit.com/products/180 "Link: http://adafruit.com/products/180"), will make soldering fun and easy.  
<u><br>Do not use a "ColdHeat" soldering iron</u>! &nbsp;They are not suitable for delicate electronics work and can damage the kit ([see here](http://www.epemag.wimborne.co.uk/cold-soldering2.htm)).  
  
[Click here to buy our entry level&nbsp;adjustable 30W 110V soldering iron.](http://adafruit.com/products/180 "Link: http://adafruit.com/products/180")  
  
[Click here to upgrade to a Genuine Hakko FX-888 adjustable temperature soldering iron.](http://adafruit.com/products/303)![adafruit_products_soldering_iron.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/747/medium640/adafruit_products_soldering_iron.jpeg?1396775975)

![adafruit_products_soldering_iron_upgrade.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/748/medium640/adafruit_products_soldering_iron_upgrade.jpeg?1396775980)

 **Solder**  
  
You will want rosin core, 60/40 solder. Good solder is a good thing. Bad solder leads to bridging and cold solder joints which can be tough to find.  
  
[Click here to buy a spool of leaded solder (recommended for beginners).](http://adafruit.com/products/145 "Link: http://adafruit.com/products/145")  
  
[Click here to buy a spool of lead-free solder.](http://adafruit.com/products/734)![adafruit_products_solder.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/749/medium640/adafruit_products_solder.jpeg?1396775988)

 **Multimeter**  
  
You will need a good quality basic multimeter that can measure voltage and continuity.  
  
[Click here to buy a basic multimeter.](http://adafruit.com/products/71)  
  
[Click here to buy a top of the line multimeter.](http://adafruit.com/products/308 "Link: http://adafruit.com/products/308")  
  
[Click here to buy a pocket multimeter.](http://adafruit.com/products/850)![adafruit_products_ID71multimeter_LRG.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/775/medium640/adafruit_products_ID71multimeter_LRG.jpeg?1396776303)

![adafruit_products_extech330_LRG.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/776/medium640/adafruit_products_extech330_LRG.jpeg?1396776310)

![adafruit_products_ID850_LRG.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/777/medium640/adafruit_products_ID850_LRG.jpeg?1396776314)

 **Flush Diagonal Cutters**  
  
You will need flush diagonal cutters to trim the wires and leads off of components once you have soldered them in place.  
  
[Click here to buy our favorite cutters.](http://adafruit.com/products/152 "Link: http://adafruit.com/products/152")![adafruit_products_cutter.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/778/medium640/adafruit_products_cutter.jpeg?1396776322)

 **Solder Sucker**  
  
Strangely enough, that's the technical term for this desoldering vacuum tool. Useful in cleaning up mistakes, every electrical engineer has one of these on their desk.  
  
[Click here to buy a one.](http://adafruit.com/products/148)![adafruit_products_soldersucker_LRG.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/779/medium640/adafruit_products_soldersucker_LRG.jpeg?1396776331)

 **Helping Third Hand With Magnifier**  
  
Not&nbsp;_absolutely&nbsp;_necessary but will make things go much much faster, and it will make soldering much easier.  
  
[Pick one up here.](http://adafruit.com/products/291)![adafruit_products_thirdhand_LRG.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/780/medium640/adafruit_products_thirdhand_LRG.jpeg?1396776340)

# Adafruit Motor Shield

## Parts List

Warning: 

# Adafruit Motor Shield

## Solder It

Danger: 

First, check that you have all the parts! Look over the [parts list here](http://learn.adafruit.com/adafruit-motor-shield/parts-list) and shown on the left.

[Also check to make sure you have the necessary tools for assembly.](http://learn.adafruit.com/adafruit-motor-shield/preparation "Link: http://learn.adafruit.com/adafruit-motor-shield/preparation")

![adafruit_products_s1.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/799/medium640/adafruit_products_s1.jpeg?1396776435)

Place the motor shield PCB in a vise or other circuit-board holder and turn on your soldering iron to 700 degrees.![adafruit_products_s2.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/800/medium640/adafruit_products_s2.jpeg?1396776440)

The first parts to go in are the two resistors,&nbsp; **R1** &nbsp;( **Brown Green Red Gold** ) and&nbsp;**R2 (Brown Black Orange Gold)**. Bend the resistors so that they look like staples, as seen in this photo.![adafruit_products_s3.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/801/medium640/adafruit_products_s3.jpeg?1396776449)

Next, slip the resistors into the PCB as shown, so that they sit flat against the circuit board. Bend the wire legs out a bit so that when the board is flipped over

Resistors are not polarized, that means you can put them in "either way" and they'll work just fine.

![adafruit_products_s4.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/802/medium640/adafruit_products_s4.jpeg?1396776452)

Using your soldering iron tip, heat the resistor wire lead and the metal ring (pad) at the same time, after a few seconds, poke a little solder in so that it melts into a nice cone. Remove the solder and then remove the soldering iron. Do this for all 4 wires.![adafruit_products_s5.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/803/medium640/adafruit_products_s5.jpeg?1396776460)

Check your work, you should have clean solder joints.![adafruit_products_s6.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/804/medium640/adafruit_products_s6.jpeg?1396776465)

Clip the long leads, just above the solder joint using diagonal cutters.![adafruit_products_s7.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/805/medium640/adafruit_products_s7.jpeg?1396776476)

![adafruit_products_s8.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/806/medium640/adafruit_products_s8.jpeg?1396776484)

Next place the three yellow ceramic capacitors&nbsp; **C4** ,&nbsp; **C2** &nbsp;and **C6**. Ceramic capacitors are not polarized so you can put them in "either way" and they work fine.

Bend the leads out just like you did with the resistors.

![adafruit_products_s9.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/807/medium640/adafruit_products_s9.jpeg?1396776491)

Solder all 6 wires, then clip them as you did with the resistors.![adafruit_products_s10.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/808/medium640/adafruit_products_s10.jpeg?1396776501)

![adafruit_products_s11.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/809/medium640/adafruit_products_s11.jpeg?1396776506)

Next is the 6mm tactile switch **RESET** &nbsp;and the resistor network **RN1**. The tact switch is used to reset the Arduino since its not possible to reach the reset button once the motor shield is on.

The resistor network is used to_pull-down_&nbsp;the pins on the motor driver chips so that they don't power up the motors before the Arduino sketch tells them to.

The tactile switch can go in 'either way'. The resistor network, however, must go in a certain way. Make sure the end with a dot is posititioned so it is at the same end as the X in the silkscreened image of the resistor network. (See picture on left).

![adafruit_products_s12.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/810/medium640/adafruit_products_s12.jpeg?1396776514)

Flip the board over and solder in the resistor network and switch. You won't need to clip the leads as they are quite short aleady.![adafruit_products_s13.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/811/medium640/adafruit_products_s13.jpeg?1396776519)

Next are the three integrated circuits (ICs)&nbsp; **IC1, IC2** &nbsp;and&nbsp; **IC3**. When ICs come from the factory, the legs are angled out somewhat which makes it difficult to insert them into the PCB. Prepare them for soldering by gently bending the legs against a flat tabletop so that they are perfectly straight.![adafruit_products_s14.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/812/medium640/adafruit_products_s14.jpeg?1396776527)

The latest kits from Adafruit come with 2 16-pin sockets for the L293D motor drivers. They are OPTIONAL and not necessary for operation.

If you are not experienced with driving motors ( your likelyhood of wiring up a mis-specified motor is high) you should install these so if the L293Ds are destroyed you can easily replace them

If you are experienced with driving motors, you may want to skip the sockets as the decrease the chips' heat-sinking abilities.

![adafruit_products_s15.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/815/medium640/adafruit_products_s15.jpeg?1396776532)

ICs must be placed in the correct orientation to work properly. To help with placement, each chip has a U notch at the top of the chip. On the circuit board there is a printed out image of the chip outline and one end has a U notch. Make sure the chip notch is on the same end as the image notch. In this PCB, all are facing the same way.

Gently insert the three chips. Check to make sure none of the legs got bent or broken.

The 74HC595 goes in the middle, and the two L293Ds go on either side.

![adafruit_products_s16.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/816/medium640/adafruit_products_s16.jpeg?1396776540)

Solder each pin of the chips.

The four 'middle' pins of the L293D motor driver chips are tied to a large heat sink and thus may end up getting 'bridged' with solder as shown in the second image.

![adafruit_products_s17.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/817/medium640/adafruit_products_s17.jpeg?1396776548)

![adafruit_products_s18.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/818/medium640/adafruit_products_s18.jpeg?1396776557)

![adafruit_products_s19.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/819/medium640/adafruit_products_s19.jpeg?1396776565)

Next are the three 100uF electrolytic capacitors&nbsp; **C1** ,&nbsp; **C3** and&nbsp; **C5**. Electrolytic capacitors are polarized and must be placed in the correct orientation or they could pop! The long leg of the capacitor is the positive (+) leg and goes into the hole marked with a +. The close-up images shown here indicate with hole is the + one.

Capacitors are not color-coded. The body color can vary from blue to violet to green to black so **be sure to read the value on the side, don't depend on the color!**

![adafruit_products_s20.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/820/medium640/adafruit_products_s20.jpeg?1396776573)

![adafruit_products_s21.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/821/medium640/adafruit_products_s21.jpeg?1396776584)

![adafruit_products_s22.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/822/medium640/adafruit_products_s22.jpeg?1396776590)

After double-checking their polarity, solder and clip the three capacitors.![adafruit_products_s23.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/823/medium640/adafruit_products_s23.jpeg?1396776599)

Place the two 47uF remaining electrolytic capacitors,&nbsp; **C7** &nbsp;and **C8**

These are also polarized so make sure the long lead is inserted into the + hole in the silkscreened image.

Capacitors are not color-coded. The body color can vary from blue to violet to green to black so **be sure to read the value on the side, don't depend on the color!**

![adafruit_products_s24.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/824/medium640/adafruit_products_s24.jpeg?1396776606)

![adafruit_products_s25.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/825/medium640/adafruit_products_s25.jpeg?1396776611)

Solder and clip the two capacitors.![adafruit_products_s26.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/826/medium640/adafruit_products_s26.jpeg?1396776619)

![adafruit_products_s27.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/827/medium640/adafruit_products_s27.jpeg?1396776625)

Next is the 3mm LED used to indicate motor power. LEDs are polarized, just like capacitors, and the long lead is the positive (+) lead.

Make sure the LED is placed correctly otherwise it wont work!

![adafruit_products_s28.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/828/medium640/adafruit_products_s28.jpeg?1396776634)

![adafruit_products_s29.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/829/medium640/adafruit_products_s29.jpeg?1396776641)

Solder and clip the LED leads.![adafruit_products_s30.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/830/medium640/adafruit_products_s30.jpeg?1396776650)

![adafruit_products_s31.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/831/medium640/adafruit_products_s31.jpeg?1396776655)

Next its time to make the headers for the jumper, servos and arduino.

We use one stick of 36-pin 'breakaway' header, and break it apart to make smaller strips. You can use diagonal cutters or pliers to snap off the pieces.

Break the 36-pin header into 2 8-pin, 2 6-pin, 2 3-pin and 1 2-pin headers.

If you have an NG arduino, you may want 1 6-pin header and 1 4-pin header instead of 2 6-pin headers.

![adafruit_products_s33.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/833/medium640/adafruit_products_s33.jpeg?1396776671)

![adafruit_products_s34.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/834/medium640/adafruit_products_s34.jpeg?1396776680)

![adafruit_products_s32.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/832/medium640/adafruit_products_s32.jpeg?1396776666)

The 2 3-pin pieces go in the servo connections in the top left corner. The 2-pin piece goes in the PWR jumper in the bottom center.

Also, place the 3 large screw terminals for the motor and external motor-power wires. If you received only 2 and 3-position terminal blocks, slide them together so that you have 2 5-position terminals and 1 2-position terminal.

![adafruit_products_s35.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/835/medium640/adafruit_products_s35.jpeg?1396776687)

![adafruit_products_s36.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/836/medium640/adafruit_products_s36.jpeg?1396776695)

Solder in the 3 pieces of header and the three terminal blocks.![adafruit_products_s37.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/837/medium640/adafruit_products_s37.jpeg?1396776707)

![adafruit_products_s38.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/838/medium640/adafruit_products_s38.jpeg?1396776713)

![adafruit_products_s39.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/839/medium640/adafruit_products_s39.jpeg?1396776722)

Next, place the 8-pin and 6-pin headers into the Arduino board. This will make sure that the headers are perfectly lined up. Make sure the Arduino is not plugged in or powered!

Place the motor shield on top of the Arduino, making sure that all the header lines up.

![adafruit_products_s41.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/840/medium640/adafruit_products_s41.jpeg?1396776732)

![adafruit_products_48.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/841/medium640/adafruit_products_48.jpeg?1396776737)

Solder in each pin of the header.![adafruit_products_s42.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/843/medium640/adafruit_products_s42.jpeg?1396776746)

![adafruit_products_s43.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/844/medium640/adafruit_products_s43.jpeg?1396776752)

You're done!

[Now go read the user manual.](http://learn.adafruit.com/adafruit-motor-shield/use-it)

![adafruit_products_s44.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/001/845/medium640/adafruit_products_s44.jpeg?1396776761)

# Adafruit Motor Shield

## Use It!

Warning: 

The Adafruit Motor Shield kit is a great motor controller for Arduino, but it does a little care to make sure it's used correctly. Please read through all the User manual sections at left, especially the section about library installation and power requirements!

# Adafruit Motor Shield

## Library Install

Warning: 

## First Install the Arduino Library

Before you can use the Motor shield, you **must** install the **AF\_Motor** Arduino library - this will instruct the Arduino how to talk to the Adafruit Motor shield, and it isn't optional!

Open up the Arduino library manager:

![](https://cdn-learn.adafruit.com/assets/assets/000/083/270/medium800/adafruit_products_library_manager_menu.png?1572399535)

Search for&nbsp; **Adafruit Motor** &nbsp;library and install it. Make sure it is the library for the V1 motor shield.

![](https://cdn-learn.adafruit.com/assets/assets/000/083/858/medium800/adafruit_products_af_motor.png?1573179471)

We also have a great tutorial on Arduino library installation at:  
[http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use](http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use)

# Adafruit Motor Shield

## Power Usage

Warning: 

# Powering your DC motors, voltage and current requirements
Motors need a lot of energy, especially cheap motors since they're less efficient. The first important thing to figure out what voltage the motor is going to use. If you're lucky your motor came with some sort of specifications. Some small hobby motors are only intended to run at 1.5V, but its just as common to have 6-12V motors. The motor controllers on this shield are designed to run from&nbsp; **4.5V to 25V**.

**_MOST 1.5-3V MOTORS WILL NOT WORK_**

 

**Current requirements:** &nbsp;The second thing to figure out is how much current your motor will need. The motor driver chips that come with the kit are designed to provide up to 600 mA per motor, with 1.2A peak current. Note that once you head towards 1A you'll probably want to put a heatsink on the motor driver, otherwise you will get thermal failure, possibly burning out the chip.

 

**On using the SN754410:** &nbsp;Some people use the&nbsp;[SN754410](http://focus.ti.com/docs/prod/folders/print/sn754410.html)&nbsp;motor driver chip because it is pin-compatible, has output diodes and can provide 1A per motor, 2A peak. After careful reading of the datasheet and discussion with TI tech support and power engineers it appears that&nbsp; **the output diodes were designed for ESD protection only** &nbsp;and that using them as kickback-protection is a hack and not guaranteed for performance. For that reason the kit does not come with the SN754410 and instead uses the L293D with integrated kickback-protection diodes. If you're willing to risk it, and need the extra currrent, feel free to buy SN754410's and replace the provided chips.

 

**Need more power?** &nbsp;[Buy another set of L293D drivers and solder them right on top of the ones on the board (piggyback)](http://forums.adafruit.com/search.php?st=0&sk=t&sd=d&keywords=piggyback). Voila, double the current capability! You can solder 2 more chips on top before it probably isnt going to get you much benefit

 

**You can't run motors off of a 9V battery so don't even waste your time/batteries!** &nbsp;Use a big Lead Acid or NiMH battery pack. Its also very much suggested that you set up two power supplies (split supply) one for the Arduino and one for the motors.&nbsp; **99% of 'weird motor problems**' are due to noise on the power line from sharing power supplies and/or not having a powerful enough supply!

  
# How to set up the Arduino + Shield for powering motors
**Servos are powered off of the same regulated 5V that the Arduino uses.&nbsp;** This is OK for the small hobby servos suggested. If you want something beefier, cut the trace going to + on the servo connectors and wire up your own 5-6V supply!

The DC motors are powered off of a 'high voltage supply' and NOT the regulated 5V.&nbsp; **Don't connect the motor power supply to the 5V line**. This is a very very very bad idea unless you are sure you know what you're doing!

 

There are two places you can get your motor 'high voltage supply' from. One is the DC jack on the Arduino board and the other is the 2-terminal block on the shield that is labeled&nbsp; **EXT\_PWR**. The DC Jack on the Arduino has a protection diode so you won't be able to mess things up too bad if you plug in the wrong kind of power. However the&nbsp; **EXT\_PWR terminals on the shield do not have a protection diode** &nbsp;(for a fairly good reason).&nbsp; **Be utterly careful not to plug it in backwards** &nbsp;or you will destroy the motor shield and/or your Arduino!

 

Here's how it works:

  
![](https://cdn-learn.adafruit.com/assets/assets/000/001/897/medium800/adafruit_products_mshielddiag.png?1396777234)

If you would like to have a&nbsp; **single DC power supply for the Arduino and motors** , simply plug it into the DC jack on the Arduino or the 2-pin PWR\_EXT block on the shield. Place the power jumper on the motor shield.&nbsp;  
If you have a Diecimila Arduino, set the Arduino power source jumper to EXT.&nbsp;  
Note that you may have problems with Arduino resets if the battery supply is not able to provide constant power, and it is not a suggested way of powering your motor project

If you would like to have the&nbsp; **Arduino powered off of USB** &nbsp;and the&nbsp; **motors powered off of a DC power supply** , plug in the USB cable. Then connect the motor supply to the PWR\_EXT block on the shield. Do not place the jumper on the shield. This is a suggested method of powering your motor project  
(If you have a Diecimila Arduino, don't forget to set the Arduino power jumper to USB. If you have a Diecimila, you can alternately do the following: plug the DC power supply into the Arduino, and place the jumper on the motor shield.)

If you would like to have&nbsp; **2 seperate DC power supplies for the Arduino and motors**. Plug in the supply for the Arduino into the DC jack, and connect the motor supply to the PWR\_EXT block. Make sure the jumper is removed from the motor shield.  
If you have a Diecimila Arduino, set the Arduino jumper to EXT. This is a suggested method of powering your motor project

**Either way, if you want to use the DC motor/Stepper system the motor shield LED should be lit indicating good motor power**

  
# Adafruit Motor Shield

## Using RC Servos

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/001/898/medium800/adafruit_products_servo.jpg?1396777241)

Hobby servos are the easiest way to get going with motor control. They have a 3-pin 0.1" female header connection with +5V, ground and signal inputs. The motor shield simply brings out the 16bit PWM output lines to two 3-pin headers so that its easy to plug in and go. They can take a lot of power so a 9V battery wont last more than a few minutes!

The nice thing about using the onboard PWM is that its very precise and goes about its business in the background. You can use the built in **Servo** library

[Using the servos is easy, please read the official Arduino documentation for how to use them and see the example Servo sketches in the IDE](http://www.arduino.cc/en/Reference/Servo).

**Power for the Servos comes from the Arduino's on-board 5V regulator, powered directly from the USB or DC power jack on the Arduino**. If you need an external supply, cut the trace right below the servo pins (on v1.2 boards) and connect a 5V or 6V DC supply directly. Using an external supply is for advanced users as you can accidentally destroy the servos by connecting a power supply incorrectly!  
Danger: 

# Adafruit Motor Shield

## Using Stepper Motors

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/001/900/medium800/adafruit_products_bipolar.jpg?1396777256)

Stepper motors are great for (semi-)precise control, perfect for many robot and CNC projects. This motor shield supports up to 2 stepper motors. The library works identically for bi-polar and uni-polar motors

For unipolar motors: to connect up the stepper, first figure out which pins connected to which coil, and which pins are the center taps. If its a 5-wire motor then there will be 1 that is the center tap for both coils. [Theres plenty of tutorials online on how to reverse engineer the coils pinout.](http://learn.adafruit.com/adafruit-motor-shield/resources) The center taps should both be connected together to the GND terminal on the motor shield output block. then coil 1 should connect to one motor port (say M1 or M3) and coil 2 should connect to the other motor port (M2 or M4).

For bipolar motors: its just like unipolar motors except theres no 5th wire to connect to ground. The code is exactly the same.

Running a stepper is a little more intricate than running a DC motor but its still very easy

1. Make sure you #include \<AFMotor.h\>
2. Create the stepper motor object with **AF\_Stepper(_steps_**_, **stepper#** _**)** to setup the motor H-bridge and latches. _ **Steps** _ indicates how many steps per revolution the motor has. a 7.5degree/step motor has 360/7.5 = 48 steps. _ **Stepper#** _ is which port it is connected to. If you're using M1 and M2, its port 1. If you're using M3 and M4 it's port 2
3. Set the speed of the motor using **setSpeed(_rpm_)** where _ **rpm** _ is how many revolutions per minute you want the stepper to turn.
4. Then every time you want the motor to move, call the **step(_#steps_, _direction_, _steptype_)** procedure._ **#steps** _ is how many steps you'd like it to take **. _direction_** is either **FORWARD** or **BACKWARD** and the step type is **SINGLE, DOUBLE. INTERLEAVE** or **MICROSTEP**.  
"Single" means single-coil activation, "double" means 2 coils are activated at once (for higher torque) and "interleave" means that it alternates between single and double to get twice the resolution (but of course its half the speed). "Microstepping" is a method where the coils are PWM'd to create smooth motion between steps. Theres tons of [information about the pros and cons of these different stepping methods in the resources page.](http://learn.adafruit.com/adafruit-motor-shield/resources "Link: http://learn.adafruit.com/adafruit-motor-shield/resources")  
You can use whichever stepping method you want, changing it "on the fly" to as you may want minimum power, more torque, or more precision.
5. By default, the motor will 'hold' the position after its done stepping. If you want to release all the coils, so that it can spin freely, call **release()**
6. The stepping commands are 'blocking' and will return once the steps have finished.

Because the stepping commands 'block' - you have to instruct the Stepper motors each time you want them to move. If you want to have more of a 'background task' stepper control, [check out AccelStepper library](https://github.com/adafruit/AccelStepper) (install similarly to how you did with AFMotor) which has some examples for controlling two steppers simultaneously with varying accelleration  
```auto
#include <AFMotor.h>


AF_Stepper motor(48, 2);


void setup() {
  Serial.begin(9600);           // set up Serial library at 9600 bps
  Serial.println("Stepper test!");

  motor.setSpeed(10);  // 10 rpm   

  motor.step(100, FORWARD, SINGLE); 
  motor.release();
  delay(1000);
}

void loop() {
  motor.step(100, FORWARD, SINGLE); 
  motor.step(100, BACKWARD, SINGLE); 

  motor.step(100, FORWARD, DOUBLE); 
  motor.step(100, BACKWARD, DOUBLE);

  motor.step(100, FORWARD, INTERLEAVE); 
  motor.step(100, BACKWARD, INTERLEAVE); 

  motor.step(100, FORWARD, MICROSTEP); 
  motor.step(100, BACKWARD, MICROSTEP); 
}
```

# Adafruit Motor Shield

## Using DC Motors

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/001/899/medium800/adafruit_products_dcmotor.jpg?1396777246)

## DC motors are used for all sort of robotic projects.

The motor shield can drive up to 4 DC motors bi-directionally. That means they can be driven forwards and backwards. The speed can also be varied at 0.5% increments using the high-quality built in PWM. This means the speed is very smooth and won't vary!

Note that the H-bridge chip is not meant for driving loads over 0.6A or that peak over 1.2A so this is for _small_ motors. Check the datasheet for information about the motor to verify its OK.

To connect a motor, simply solder two wires to the terminals and then connect them to either the **M1, M2, M3,** or **M4**. Then follow these steps in your sketch

1. Make sure you #include \<AFMotor.h\>
2. Create the AF\_DCMotor object with **AF\_DCMotor(_motor#, frequency_)**, to setup the motor H-bridge and latches. The constructor takes two arguments.   
The first is which port the motor is connected to, **1, 2, 3** or **4**.   
**_frequency_** is how fast the speed controlling signal is.   
For motors 1 and 2 you can choose **MOTOR12\_64KHZ** , **MOTOR12\_8KHZ** , **MOTOR12\_2KHZ** , or **MOTOR12\_1KHZ**. A high speed like 64KHz wont be audible but a low speed like 1KHz will use less power. Motors 3 & 4 are only possible to run at 1KHz and will ignore any setting given
3. Then you can set the speed of the motor using **setSpeed(_speed_)** where the _ **speed** _ ranges from 0 (stopped) to 255 (full speed). You can set the speed whenever you want.
4. To run the motor, call **run(_direction_)** where _ **direction** _ is **FORWARD** , **BACKWARD** or **RELEASE**. Of course, the Arduino doesn't actually know if the motor is 'forward' or 'backward', so if you want to change which way it thinks is forward, simply swap the two wires from the motor to the shield.

```auto
#include <AFMotor.h>

AF_DCMotor motor(2, MOTOR12_64KHZ); // create motor #2, 64KHz pwm

void setup() {
  Serial.begin(9600);           // set up Serial library at 9600 bps
  Serial.println("Motor test!");
  
  motor.setSpeed(200);     // set the speed to 200/255
}

void loop() {
  Serial.print("tick");
  
  motor.run(FORWARD);      // turn it on going forward
  delay(1000);

  Serial.print("tock");
  motor.run(BACKWARD);     // the other way
  delay(1000);
  
  Serial.print("tack");
  motor.run(RELEASE);      // stopped
  delay(1000);
}
```

# Adafruit Motor Shield

## AF_DCMotor Class

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/001/853/medium800/adafruit_products_DC_Motors.jpeg?1396776813)

The AF\_DCMotor class provides speed and direction control for up to four DC motors when used with the Adafruit Motor Shield.&nbsp; To use this in a sketch you must first add the following line at the beginning of your sketch:

```auto
#include <AFMotor.h>
```

# **AF\_DCMotor&nbsp;_motorname_(_portnum_,&nbsp;_freq_)**

> This is the constructor for a DC motor.&nbsp; Call this constructor once for each motor in your sketch.&nbsp; Each motor instance must have a different name as in the example below.

**Parameters:&nbsp;**  

- **port num&nbsp;** - selects which channel (1-4) of the motor controller the motor will be connected to
- **freq&nbsp;** - selects the PWM frequency.&nbsp; If no frequency is specified, 1KHz is used by default.

> > Frequencies for channel 1 & 2 are:&nbsp;  
> > 
> > - MOTOR12\_64KHZ
> > - MOTOR12\_8KHZ
> > - MOTOR12\_2KHZ
> > - MOTOR12\_1KHZ
> > 
> > Frequencies for channel 3 & 4 are:&nbsp;  
> > 
> > - MOTOR34\_64KHZ
> > - MOTOR34\_8KHZ
> > - MOTOR34\_1KHZ

**Example:** ```auto
AF_DCMotor motor4(4); // define motor on channel 4 with 1KHz default PWM
AF_DCMotor left_motor(1, MOTOR12_64KHZ);  // define motor on channel 1 with 64KHz PWM
```

![](https://cdn-learn.adafruit.com/assets/assets/000/001/854/medium800/adafruit_products_DC_Motor_Ports.gif?1447864310)

_ **Note:** &nbsp; Higher frequencies will produce less audible hum in operation, but may result in lower torque with some motors._# **setSpeed(_speed_)**

> Sets the speed of the motor.&nbsp;

**Parameters:**  

- &nbsp;&nbsp; **speed** - Valid values for 'speed' are between 0 and 255 with 0 being off and 255 as full throttle.

**Example:** _ **Note** _ **:** _&nbsp;DC Motor response is not typically linear, and so the actual RPM will not necessarily be proportional to the programmed speed._# **run(_cmd_)**

> Sets the run-mode of the motor.

**Parameters:**  

- **cmd&nbsp;** - the desired run mode for the motor  

> Valid values for cmd are:  
> 
> - **FORWARD&nbsp;** - run forward (actual direction of rotation will depend on motor wiring)
> - **BACKWARD&nbsp;** - run backwards (rotation will be in the opposite direction from FORWARD)
> - **RELEASE&nbsp;** - Stop the motor.&nbsp; This removes power from the motor and is equivalent to setSpeed(0).&nbsp; The motor shield does not implement dynamic breaking, so the motor may take some time to spin down

  
**Example:** ```auto
motor.run(FORWARD);
delay(1000);  // run forward for 1 second
motor.run(RELEASE);
delay(100);  // 'coast' for 1/10 second
motor.run(BACKWARDS);  // run in reverse
```

# Adafruit Motor Shield

## AF_Stepper Class

Warning: 

![](https://cdn-learn.adafruit.com/assets/assets/000/001/855/medium800/adafruit_products_Stepper_Motors.jpeg?1396776832)

The AF\_Stepper class provides single and multi-step control for up to 2 stepper motors when used with the Adafruit Motor Shield.&nbsp; To use this in a sketch you must first add the following line at the beginning of your sketch:

```auto
#include <AFMotor.h>
```

# AF\_Stepper&nbsp;_steppername_(_steps_,&nbsp;_portnumber_)
The AF\_Stepper constructor defines a stepper motor.&nbsp; Call this once for each stepper motor in your sketch.&nbsp; Each stepper motor instance must have a unique name as in the example below.  
  
**Parameters:**  

- **steps&nbsp;** - declare the number of steps per revolution for your motor.
- **num&nbsp;** - declare how the motor will be wired to the shield.&nbsp;

> Valid values for 'num' are 1 (channels 1 & 2) and 2 (channels 3 & 4).

**Example:** ![](https://cdn-learn.adafruit.com/assets/assets/000/001/856/medium800/adafruit_products_Stepper_Ports.gif?1447864311)

```auto
AF_Stepper Stepper1(48, 1);  // A 48-step-per-revolution motor on channels 1 & 2
AF_Stepper Stepper2(200, 2);   // A 200-step-per-revolution motor on channels 3 & 4
```

# step(_steps, direction, style_)
Step the motor.  
  
**Parameters:**  

- **steps&nbsp;** - the number of steps to turn
- **direction&nbsp;** - the direction of rotation ( **FORWARD** &nbsp;or&nbsp; **BACKWARD** )
- **style&nbsp;** - the style of stepping:

> Valid values for 'style' are:

> - **SINGLE&nbsp;** - One coil is energized at a time.
> - **DOUBLE&nbsp;** - Two coils are energized at a time for more torque.
> - **INTERLEAVE&nbsp;** - Alternate between single and double to create a half-step in between.&nbsp; This can result in smoother operation, but because of the extra half-step, the speed is reduced by half too.
> - **MICROSTEP&nbsp;** - Adjacent coils are ramped up and down to create a number of 'micro-steps' between each full step.&nbsp; This results in finer resolution and smoother rotation, but with a loss in torque.

_ **Note:** &nbsp;Step is a synchronous command and will not return until all steps have completed.&nbsp; For concurrent motion of two motors, you must handle the step timing for both motors and use the "onestep()" function below._```auto
Stepper1.step(100, FORWARD, DOUBLE); // 100 steps forward using double coil stepping
Stepper2.step(100, BACKWARD, MICROSTEP);   // 100 steps backward using double microstepping
```

# **setSpeed(_RPMspeed_)**
set the speed of the motor  
  
**Parameters:**  

- Speed - the speed in RPM

  
_ **Note:&nbsp;** The resulting step speed is based on the 'steps' parameter in the constructor.&nbsp; If this does not match the number of steps for your motor, you actual speed will be off as well._  
  
**Example:** ```auto
Stepper1.setSpeed(10);  // Set motor 1 speed to 10 rpm  
Stepper2.setSpeed(30);  // Set motor 2 speed to 30 rpm
```

# onestep(_direction, stepstyle_)
Single step the motor.  
  
**Parameters:**  

- **direction&nbsp;** - the direction of rotation ( **FORWARD** &nbsp;or&nbsp; **BACKWARD** )
- **stepstyle&nbsp;** - the style of stepping:

> Valid values for 'style' are:

> - **SINGLE&nbsp;** - One coil is energized at a time.
> - **DOUBLE&nbsp;** - Two coils are energized at a time for more torque.
> - **INTERLEAVE&nbsp;** - Alternate between single and double to create a half-step in between.&nbsp; This can result in smoother operation, but because of the extra half-step, the speed is reduced by half too.
> - **MICROSTEP&nbsp;** - Adjacent coils are ramped up and down to create a number of 'micro-steps' between each full step.&nbsp; This results in finer resolution and smoother rotation, but with a loss in torque.

**Example:** ```auto
Stepper1.onestep(FORWARD, DOUBLE);  // take one step forward using double coil stepping
```

# release()
Release the holding torque on the motor.&nbsp; This reduces heating and current demand, but the motor will not actively resist rotation.  
  
**Example:** ```auto
Stepper1.release(); // stop rotation and turn off holding torque.
```

# Adafruit Motor Shield

## Resources

## Motor ideas and tutorials

- [Wikipedia has tons of information](http://en.wikipedia.org/wiki/Stepper_motor) on steppers
- [Jones on stepper motor types](http://www.cs.uiowa.edu/~jones/step/types.html)
- [Jason on reverse engineering the stepper wire pinouts](http://www.jasonbabcock.com/computing/breadboard/unipolar/index.html)

# Adafruit Motor Shield

## Downloads

Warning: 

## Schematics & Layout

[You can grab the latest Schematic, Layout files (EagleCAD format from github. Click the **ZIP download** button at top middle to download the entire zip.](https://github.com/adafruit/Adafruit-Motor-Shield-for-Arduino "Link: https://github.com/adafruit/Adafruit-Motor-Shield-for-Arduino")

## Firmware

- [AccelStepper library](http://www.airspayce.com/mikem/arduino/AccelStepper/) with AFMotor support. This library allows for advanced stepper control including accelleration and decelleration, and concurrent stepper control! You _still need AFmotor above!_  
To install, click on **Download** in the middle of the page, select **Download as**  **zip** and uncompress the folder.   
Rename the folder to **AccelStepper** (check that the renamed folder contains the .cpp and .h files) and install into the **Arduinosketches/libraries** folder. [For information how to use and install libraries, see our tutorial](http://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduino-libraries "Link: http://learn.adafruit.com/arduino-tips-tricks-and-techniques/arduino-libraries")!
- [Arduino Stepper/Servo software library with microstepping support](https://github.com/adafruit/Adafruit-Motor-Shield-library "Link: https://github.com/adafruit/Adafruit-Motor-Shield-library"). Install this library through the Arduino library manager.

Open up the Arduino library manager:

![](https://cdn-learn.adafruit.com/assets/assets/000/084/293/medium800/adafruit_products_library_manager_menu.png?1573827854)

Search for the&nbsp; **Adafruit Motor Shield** library and install it

![](https://cdn-learn.adafruit.com/assets/assets/000/084/294/medium800/adafruit_products_motor_v1.png?1573827946)

We also have a great tutorial on Arduino library installation at:  
[http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use](http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use "Link: http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use")

# Adafruit Motor Shield

## Forums


## Featured Products

### Adafruit METRO 328 Fully Assembled - Arduino IDE compatible

[Adafruit METRO 328 Fully Assembled - Arduino IDE compatible](https://www.adafruit.com/product/50)
We sure love the ATmega328 here at Adafruit, and we use them&nbsp;_a lot_&nbsp;for our own projects. The processor has plenty of GPIO, Analog inputs, hardware UART SPI and I2C, timers and PWM galore - just enough for most simple projects. When we need to go small, we use a <a...></a...>

Out of Stock
[Buy Now](https://www.adafruit.com/product/50)
[Related Guides to the Product](https://learn.adafruit.com/products/50/guides)

## Related Guides

- [Ladyada's Learn Arduino - Lesson #0](https://learn.adafruit.com/ladyadas-learn-arduino-lesson-number-0.md)
- [Adafruit 1.27" and 1.5" Color OLED Breakout Board](https://learn.adafruit.com/adafruit-1-5-color-oled-breakout-board.md)
- [Circuit Playground: D is for Diode](https://learn.adafruit.com/circuit-playground-d-is-for-diode.md)
- [Skill Badge Requirements: Microcontrollers](https://learn.adafruit.com/skill-badge-requirements-microcontrollers.md)
- [Adafruit Proto Shield for Arduino](https://learn.adafruit.com/adafruit-proto-shield-arduino.md)
- [Arduino Lesson 14. Servo Motors](https://learn.adafruit.com/adafruit-arduino-lesson-14-servo-motors.md)
- [Animating Multiple LED Backpacks](https://learn.adafruit.com/animating-multiple-led-backpacks.md)
- [Adafruit VS1053 MP3/AAC/Ogg/MIDI/WAV Codec Breakout Tutorial](https://learn.adafruit.com/adafruit-vs1053-mp3-aac-ogg-midi-wav-play-and-record-codec-tutorial.md)
- [Line Following Zumo Robot Using Simulink](https://learn.adafruit.com/line-following-zumo-robot-programmed-with-simulink.md)
- [Reverse Geocache Box](https://learn.adafruit.com/reverse-geocache-engagement-box.md)
- [Adafruit Proto Screw Shield](https://learn.adafruit.com/adafruit-proto-screw-shield.md)
- [LSM303 Accelerometer + Compass Breakout](https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout.md)
- [Trainable Robotic Arm](https://learn.adafruit.com/trainable-robotic-arm.md)
- [Analog Feedback Servos](https://learn.adafruit.com/analog-feedback-servos.md)
- [1,500 NeoPixel LED Curtain with Raspberry Pi and Fadecandy](https://learn.adafruit.com/1500-neopixel-led-curtain-with-raspberry-pi-fadecandy.md)
