
A huge variety of dev boards are available for PIC processors. The choices can be bewildering. This is a look at the types of boards available and for what situations a given board might be appropriate. The few boards shown here are examples only and don't represent all of the available options. The appearance of a particular board here should not be taken as a recommendation.
Be warned that some of my comments are biased and self-serving 
These boards have many peripherals on board and are a platform for experimenting and developing code techniques. Features may include switches arranged in a keypad configuration, graphic and character LEDs, seven-segment readouts, LEDs, buzzers, various sensors and transducers and even more.
The EasyPIC 6 board from mikroElektronika is a prime example of this type of board. A nice review of the EasyPIC 6 can be found here. This board has no prototyping area, but all of the port pins are available for external connections via headers.

These boards can be quite expensive, costing $200 or more with all the accessories.
A step down from full development boards are hybrid boards. They have some of the features of a development board, but not all the bells and whistles.
The board from Sure Electronics that I reported on previously falls into this category. It has a character LCD, a seven segment display, several push buttons and LEDs, a temperature sensor, buzzer and UART-USB converter. There's no prototyping area, but all of the port pins are available for external connections via headers.
This example board offers incredible value for the price.
PIC applications frequently require components in addition to the micro controller. Development boards are available with few features but have an area to add what you need. The PIC-Ready from microElectronika has the bare bones parts to make a PIC operate and a prototyping area. Unlike many of the bare-bones boards, the port pins are brought out to headers so that other needed boards may be attached. Notice the lack of even a single LED or switch prevent even basic testing without adding components.

Similar boards from Olimex have a large prototyping area, a jumper selectable LED and push button switch and either a MAX232 UART-RS-232 chip or a UART-USB adapter chip. Unlike the PIC-Ready board, there are no headers for connecting external boards. Any connections to the PIC must be made by soldering connections to the board.


The newly introduced Amicus board follows the path of the popular Auduino, except uses a PIC 28-pin processor (the 18F25k20 only is supported by the Amicus compiler). By itself, the Amicus falls into the bare bones dev board area. There's enough hardware to interface to the PIC and make it run, but it lacks even an LED or switch to allow basic testing.
The power and flexibility of the Amicus board comes through the addition of daughter boards or shields in the Auduino parlance. Prototyping boards, GPS receivers, Ethernet adapters, motor controllers and many other functions are available in the form of a shield. The Amicus is even compatible with many Arduino shields.
The picture below shows Graham's project of interfacing a Sure DS18B20 temperature probe to the Amicus using a proto-board shield.

This type of board is available to show off the features of certain parts. They are usually fully programmable but usually don't offer any prototype area or port connections off the board. If you plan to use a demonstration board to run your own code, make sure there is a ICSP connector or other means to program the PIC.
There are literally thousands of demonstration boards offered by manufacturers. Some include a micro controller, others may be for power supplies, sensors or other peripherals. The two shown here are boards I have.
Microchip MCP9800 Temperature Sensor board: Using an 18F2550, this board features a MCP9800 temperature sensor (naturally) and a seven-segment readout and the all-important mounting pads for a standard ICSP connector. Conveniently, this board also features solder pads for I2C SDA and SCL lines which can be re-purposed for your application. (Be advised that the seven segment display is connected to pins from several ports, making its control a bit of a pain.) This is a nice board for developing USB applications on the 18F2550.

The Microchip MPLAB Starter Kit for PIC18F MCU (Part Number: DM180021) features a graphic LCD, a touch-sense pads, accelerometer, SD card slot and other features and uses a PIC18F46J50 (which unfortunately is not supported by Swordfish). No external connections other than a provision for an ICSP connector are available (actually, the full D port, power, ground and 8 other signals are available under the sticker on the right)..

The TAP-28 board could fit into several of the above categories, but it really shines when it comes to real-world applications. While all the port pins are available via headers, and several switches and LEDs are on the board, the TAP-28 is designed to be an applications platform dedicated to a project by being very low cost and having dedicated connectors for connecting real-world devices.
Consider some typical applications:
Servo Clock
The TAP-28 board has four 3-pin headers in the standard servo arrangement. For the servo clock, the servo was plugged into the board directly. In the picture below, the servo cable is on the right side, going up and disappearing behind the front of the clock to the servo. The red, blue and black jumpers are connections to a pot, used for calibration only.
TTL Serial Connections
In some real-world applications, it's necessary to communicate and control another board via a seral connection. The TAP-28 board has a dedicated 6 pin UART connector with connections to power, ground, Tx, Rx and two additional port pins for handshaking or other use. It's a direction connection to use the PICkit 2 UART tool as shown in the above picture. To test the Sure RF UART modules, jumpers were used as shown in the picture below, but in a real-world application, a jumper cable would be built.
Sensors and Transducers
Real-world applications often use some type of analog sensor, which usually requires connection to power, ground and analog input. Two 3-pin headers on the TAP-28 support analog sensors. Other sensors, such as the xxxx light meter chips, have a digital output where the frequency is proportional to analog level. Four 3-pin headers can handle sensors of this type.
The Dallas 18B20 temperature sensor uses the proprietary One-wire protocol. One-wire sensors need power (sometimes), ground and a digital I/O line. The 3-pin connectors seem ideal for this except that the sensors require a pull-up resistor on a data line. The TAP-28 board has a 6 pin connector for I2C/SPI, which has jumper-selectable 4.7k pull-up resistors on the board (note - in my article on using the 18B20, I inadvertently indicated a 10k pull-up was used)). The photo below shows the connections used for testing - 3 simple jumpers. In a real-world application, the temperature sensor connector could be re-arranged to support direct connection to the TAP-28.
A Remote Control Panel
Embedded projects may need some kind of user interface beyond the switches and LEDs on the TAP-28. With 4 port pins, power and ground available, the I2C/SPI connector is a great way to accomplish this. Since 3 of the port pins have pullup resistors on the board, connecting up to 3 push-button switches is simple - just connect each switch between a port pin and ground. LEDs are slightly more difficult - a series resistor must be added for each LED. The world sees a pretty interface panel and the "brains" hides out behind the panel.
Development boards are available with a wide range of features and at a wide range of prices. The intended use of a board would influence the purchase. The boards shown here are just a few representative samples of what's available.