IC Sensor and Driver Breakout Boards

Most new ICs, sensors, and drivers are only available in the newer small surface mount IC packages (SMT), and not in the older and larger DIP style IC package pins that plug directly into a solderless breadboard. In addition, many small electronic modules such as GSM/GPRS cell phone modems, GPS, RFID, and RF modules may not have pins on .1 inch centers that will fit a breadboard. A wide variety of commercial breakout boards are available that have the device mounted on a small printed circuit board that has .1 inch spaced pins that will plug directly into a breadboard as seen below. Typically, .1 inch header pins must be purchased separately and soldered to the holes provided in the breakout board. Breakout boards can save a lot of time when making a rapid prototype. Many of the more common breakout boards already have libraries and code examples posted in the cookbook. See Table 1 for a quick overview of what devices and sensors are commercially available.

compass
A Compass SMT IC Breakout board from Sparkfun.
Header pins must be soldered on by the user.


Commercial IC Breakout Boards

Breakout boards are available from a variety of vendors such as www.Sparkfun.com and www.Pololu.com. Sparkfun has the largest selection of breakout boards, and Pololu has many Sparkfun boards plus a nice assortment of motor driver breakout boards. In addition to direct sales, Sparkfun's resellers and Pololu's resellers include a large number of distributors worldwide such as http://www.SKPang.co.uk, http://Coolcomponents.co.uk, and http://www.active-robots.com in the UK.

GPS
A GPS receiver mounted on a breakout board from Sparkfun

Often, the breakout board will also include the other small parts required to use the device as seen in the MOSFET DC motor driver breakout below. The screw terminals are used to attach larger and higher current wires needed for the motor.


/media/uploads/4180_1/_scaled_pololumotordriver.jpg
A Dual DC Motor Driver Breakout Board from Pololu.


Phidgets also makes a somewhat different assortment of 3.3V to 5V analog sensors (IR and Sonar distance, force, pressure, temp, touch, humidity, motion, current, PH, load cells, rotation and more) mounted on small printed circuit boards with a .1 inch 3 pin cable connector (just like an R/C Servo cable) that can be easily attached to a breadboard. The small PCBs all have screw mounting holes to attach them to a mechanical prototype or case. With the sensor on a cable, it can be mounted other places than a breadboard when needed. More information on using Phidgets for mbed projects can be found at http://mbed.org/forum/news-announcements/topic/1023/. Phidgets also has a number of resellers worldwide. In the UK, Phidgets are available through Active Robots.

/media/uploads/4180_1/_scaled_1115-1-.jpghttp://users.ece.gatech.edu/~hamblen/photos/phidpins.jpg
A Phidgets Analog Sensor Board is easy to use on a breadboard using the 3-pin cable.


The table below provides a quick summary of the wide array of commercially available breakout boards. The links will take you directly to a catalog page that contains information on those types of breakout boards.

Table 1. Commercially Available Breakout Boards with ICs, sensors, displays, and drivers


Breakout BoardSparkfunPololuPhidgetsOther SourcesCookbook ProjectsComment
Displays
RGB LEDs and DriversXXXA6281
LCD Text PanelsXXX Xyes
LCD Graphics DisplayXXyes
OLED Graphics DisplayXX
VGA OutputXXuVGAII & 4D SGCPicasso VGA controller with DB15 - Serial interface
Small VGA monitorsX X XNice for small VGA board above
Audio
MicrophoneXX
MP3XXyes
CamerasXX Xyes
IR B&WXRCA video out - not digital
IRXyesLinkSprite with no IR filter
VideoXrecords 1080p to a microSD
Other Sensors
Distance & Range
SONARXXXXyes
IRXXXX
IR ReflectanceXXoptical encoders and line following robots
LASERX X X XXNew Parallax, expensive, or complex Neato hack
2D movementXXXOptical mouse parts
Motion
Low cost IMUsXXX
Gyros & AccelerometersXXyesCheck noise levels for use in IMUs
AirspeedXIncludes Pitot tube
AltimeterX
VibrationX
Passive IR MotionXXX
X-Band MotionX
Location and Direction
GPSXXX XXyesGPS will not work inside a large building
CompassXXXyes
HorizonXXIR detection of horizon
Force, Pressure, & WeightX
ForceXXX
Weight - Load CellXX
Gas PressureX
Fluid Flow RateXX
Fluid LevelX
Environmental
TemperatureXXXyes
Barometric PressureXXXyes
LightXX
Color SensorX
HumidityXXXSHT15
WindXyesSpeed and direction RJ11 connector
RainfallXyesRJ11 connector
Gas LevelsXX
SoundXXMeasures Sound Level
Magnetic FieldXX
pH & ORPXXXProbe attaches via BNC on small PCB
Voltage & CurrentX XXX
User InputX
Touch KeypadXMPR12112 Pads I2C
Touch SwitchXXX
Touch Wheel or SliderX
TrackballX
JoystickXXyes
PushbuttonsXXXXXX
Voice RecognitonXEasyVRSerial Interface also Speech Synthesis
Barcode ScannerX XyesRS232
Magnetic CardX XyesRS232
IR remote codeXXreads IR remote control codes
IR LED and driverXXused to send IR remote control codes
Rotary EncoderXXXXclockwise or counter clockwise rotation and pushbutton
Rotation and LinearXPotentiometer used as a voltage divider mounted on PCB
Drivers
DC Motor DriversXXX XyesTypically need an external power supply
Stepper Motor DriversXXXyesTypically need an external power supply
LED DriversXXXyesHigh current LEDs may require an external power supply
Op-AmpXfor use as a low impedance driver/buffer
Logic Level ConverterX XX3.3V to/from 5V - mbed pins are 5V tolerant
Opto-isolaterXProvides Optical Isolation using LEDs and a detector
MOSFET driverXX60V 30A - use for high current/voltage loads
16CH PWM driverXTLC5940 SPI 12-bit
RelaysX XXX XXXXNeed to attach wires from digital out pin(s)
RF Modules
RFIDXyes
RF remotesXXused in car key fobs
RF-DataX X XX X XyesIncludes Bluetooth, Zigbee, and XBEE modules
WiFlyXXXGSX 802.11 b/g Wireless LAN Module
FM band radioX
GSM/GPRS Cell Phone ModemXXX XXNeed a valid SIM card
Sat Uplink Shield for SPOTXXSend 41 char text and GPS info via satellite service

The goal of this table is to quickly show what kinds of sensors and drivers are available on low-cost breakout boards that plug into or easily attach to a breadboard, are easy to use on mbed projects, and where they can be found. Many of the links will pull up several sensors to choose from. It is not an attempt to list all of them individually. Avoid devices with a USB interface, unless the USB driver for the device is known not to be an issue. Writing a custom USB driver for a random device will take a significant effort and a lot of time. Also check the mbed Cookbook for possible code examples using the sensor when considering the options. Code for some devices may also be in development by others, so it is also a good idea to search the notebooks and mbed Forum.

For additional breakout boards with I/O connectors to external devices, see the table at connector breakout boards. If you have a driver breakout board for a DC motor, Stepper motor, or want to use a Servo here are some places to check for the motors:

Motors & Accessories SparkfunPololuPhidgetsOther SourcesCookbook ProjectsComment
Geared DC MotorXXXX XyesTypically need a gear reduction system for robotics use
R/C ServoXXXX X Xyes
Stepper MotorXXX
Linear ActuatorXXXX
EncodersXXXX X XPIDUsed for motor and Servo Feedback



Custom IC Breakout Boards

For projects using new or unusual ICs in low-pin count surface mount devices that are not already available on a commercial breakout board, small low-cost SMT to DIP adapter boards are available with pins that plug into a standard .1 inch breadboard. Adapters such as the one seen below, are also available for many of the more common surface mount package styles from places such as www.sparkfun.com. Digikey is a fast source for many ICs. Before ordering from anyone, be sure to double check first to see if the item is in stock to avoid potential weeks of delays. Here is an interesting chip that is not available on a breakout board.

/media/uploads/4180_1/radio.jpg
Silabs FM/AM/SW/LW I2C Radio Receiver

SOIC
A Sparkfun SOIC to DIP Adapter Board that could be used.


An even wider assortment of adapters can be found at http://www.proto-advantage.com, http://www.winslowadaptics.com, http://www.schmartboard.com and http://www.beldynsys.com. The surface mount device must be carefully soldered to the adapter board by the user. Proto Advantage will even solder the chip to the adapter, if you want to avoid surface mount soldering. One surface mount adapter used in a recent student project is seen below. It has an Analog Devices 16-bit A/D SMT chip with an SPI interface soldered on it, and the DIP header pins sticking out on the back side allow it to plug directly into a student breadboard. There are also a number of DIP adapter boards with sockets for devices such as ICs in PLCC or SOIC packages. As a final option, a custom PCB design can be made. See http://mbed.org/forum/news-announcements/topic/1029/ for some basic getting started information on custom PCBs.

smadapter
A SMT to DIP adapter board for use on a breadboard.


If all else fails, you might be able to mount things on a .1 inch perforated protoboard and solder wires to header pins as seen in Simon Ford's GPS cookbook project below.

GPS
GPS module mounted on a perfboard and then plugged into breadboard


All wikipages