PIC24 Development Board

Brian Dorey shares the schematics and design files for his PIC24 Development board that works with the PIC24FJ128GC006 as well as DSPIC33EP256MU806 dsPIC series microcontrollers.

PIC24 development board

PIC24 development board

The prototyping board was designed with removable daughter boards for the microcontroller.  This means that we can use several different microcontrollers on the same board and if we accidently do something that damages a part of the microcontroller it is easy to replace it without having to unsolder the chip.

The PIC24FJ128GC006 includes a USB port so we added one onto the board, this will come in handy if we want to design any devices that act as a USB device or host.  Programming of the board is done through an IDC header which connects to a Microchip MPLAB ICD 3 programmer.

To make debugging easier we decided to add a USB to UART chip using an FT230X from FTDI.  This connects to one of the UART ports on the microcontroller and gives us the ability to send and receive serial commands like you can with the Arduino boards.  The debug port can also be used to supply power to the board from the 5V USB bus which is then converted down to 3.3V using a linear regulator.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *