Easylab board: Description & MPLAB IDE Library

From ErikaWiki

(Difference between revisions)
Jump to: navigation, search
m (moved Easylab board description to Easylab board: Description & MPLAB IDE Library: Enriched page's content and given a better name)
(Description)
Line 4: Line 4:
with [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en548414 Microchip Microstick dsPIC33F and PIC24H Development Board]. The board give you two connectors to access to all Microcontroller I/O pins, a bounch of leds to visually test Digital I/O, a buzzer to play with and an USB port to interact with the microcontroller, through serial over USB protocol.
with [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en548414 Microchip Microstick dsPIC33F and PIC24H Development Board]. The board give you two connectors to access to all Microcontroller I/O pins, a bounch of leds to visually test Digital I/O, a buzzer to play with and an USB port to interact with the microcontroller, through serial over USB protocol.
Power supply and serial communication come both through the same USB cable.
Power supply and serial communication come both through the same USB cable.
 +
 +
= Easylab MPLAB IDE Library  =
 +
 +
Exist a free to download [[Easylab Software Packet]] for the board that contains the source files for a simple library (easylab.h, easylab.c) to access all easylab goodies and a complete example that show how to use these API (main.c). The library rely on dsPIC33F Microchip support library,
 +
so you need to install a Microchip C30 compiler for dsPIC (we tested with version 3.25).
 +
 +
= Easylab MPLAB IDE Library Example =

Revision as of 13:08, 12 October 2011

Description

Easylab board is cheap easy to use prototyping board that let you develop with Microchip Microstick dsPIC33F and PIC24H Development Board. The board give you two connectors to access to all Microcontroller I/O pins, a bounch of leds to visually test Digital I/O, a buzzer to play with and an USB port to interact with the microcontroller, through serial over USB protocol. Power supply and serial communication come both through the same USB cable.

Easylab MPLAB IDE Library

Exist a free to download Easylab Software Packet for the board that contains the source files for a simple library (easylab.h, easylab.c) to access all easylab goodies and a complete example that show how to use these API (main.c). The library rely on dsPIC33F Microchip support library, so you need to install a Microchip C30 compiler for dsPIC (we tested with version 3.25).

Easylab MPLAB IDE Library Example

Personal tools