What is Chipkit Development Board?

In order to understand the chipKIT platform, it is important to talk about Arduino first. Arduino is an easy-to-use and powerful open source environment for developing microcontroller based applications.Chipkit Development Board It has gained huge amount of popularity in past few years, specially among hobbyists. Arduino has been a wonderful tool, introducing many people to the world of embedded electronics with little or no prior knowledge of electronics. The standard Arduino development boards are based on 8-bit Atmel AVR processors which are pre-programmed with a serial bootloader, and thus simplifies the uploading of user programs to the on-chip flash memory without the need of any external programmer. Because of its low cost, easy-to-use software development environment (open-source C/C++ like programming platform), rich set of libraries, and tons of resources available online, Arduino has become a common choice for electronics hobbyists these days. Hundreds of plug-in application boards, called Arduino shields, are also commercially available to extend the functional capabilities of the Arduino board. The simplicity and the open source nature of Arduino and its shields allow students, hobbyists, and even artists to do many creative things.Chipkit Development Board

chipKIT Uno32
chipKIT Uno32
Arduino Uno
Arduino Uno

Inspired from the growing influence of Arduino, Microchip and Digilent, in 2011, introduced a new and much powerful form of Arduino platform, called chipKIT, which is based on 32-bit PIC processors. The chipKIT platform consists of two development boards (chipKIT UNO32 and chipKIT MAX32), and an open-source software development tool, which is basically a modified version of the Arduino IDE, and is called MPIDE (Multi-Platform Integrated Development Environment).

The chipKIT UNO32 board contains the PIC32MX320F128 microcontroller which features a 32-bit MIPS processor core running at 80 MHz, 128K of flash program memory, and 16K of SRAM. The board is the same form factor as the Arduino™ Uno board and is compatible with many Arduino™ shields. The board provides 42 I/O pins out of which 12 pins can also serve as analog input channels.

chipKIT Max32 is the same form factor as the Arduino Mega board
chipKIT Max32 is the same form factor as the Arduino Mega board

On the other hand, the chipKIT Max32 is based on the Microchip PIC32MX795F512L microcontroller and provides 512K of flash program memory, 128K of RAM and 83 I/O pins. The form factor is same as that of the Arduino Mega board and is compatible with many Arduino™ shields as well as larger shields for use with the Mega boards.

Both chipKIT Uno32 and Max32 boards are pre-loaded with a serial bootloader that allows you to directly download the applications using the MPIDE tool. While downloading the applications, the MPIDE tool communicates with the bootloader program through the onboard USB-UART interface. The MPIDE is backward compatible with the Arduino IDE and supports most of the Arduino boards too. We will explore the two chipKIT boards and the MPIDE tool in more detail in upcoming tutorials.

To sum up, chipKIT is a complete set of hardware and software tools for developing microcontroller-based applications using PIC32 processors. Since the chipKIT programming environment (MPIDE) is based on the Arduino platform, users can easily write applications without strong knowledge of the microcontroller’s internal architecture. The beauty of the chipKIT platform is that you don’t need any external compiler and programmer to develop and download applications into Arduino or chipKIT boards; everything is integrated into the MPIDE tool.Chipkit Development Board

chipKIT Programming and Interfacing

chipKIT Programming and Interfacing
chipKIT Programming and Interfacing

chipKIT is an open source embedded development environment based on the Arduino concept. The major difference between the two platforms is the type of processor used in their hardware. The Arduino development boards are based on 8-bit Atmel microcontrollers which run at maximum clock speed of 16 MHz . On the other hand, the chipKIT hardware uses powerful 32-bit PIC processors running at 80 MHz clock, and thus provides improved performance over the traditional Arduino boards. Every effort has been made by the designers of chipKIT to make it compatible with Arduino so that most of the existing Arduino shields and software libraries can also be used with the chipKIT boards. The objective of the following tutorials is to provide a comprehensive introduction to the chipKIT platform and ensure that any beginner, student or hobbyist, will quickly be able to start using it for their own embedded projects and designs.

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter