Making A Pickit 3 Clone

Summary of Making A Pickit 3 Clone


This article details the design of a custom Pickit 3 clone for programming 32-bit PIC processors. The author moved from hand-wired protoboard designs to a sleek, surface-mount PCB project. By analyzing existing schematics and Microchip documentation, the author created a schematic featuring a PIC24FJ256GB106 MCU, USB connectivity, voltage regulation, power control circuitry, and non-volatile memory for OTG programming.

Parts used in the Custom Pickit 3 Clone:

  • PIC24FJ256GB106 MCU
  • Capacitors
  • 12MHz crystal
  • Programming header
  • USB connector
  • Status LEDs
  • OTG Button connections
  • MCP1727 voltage regulator
  • LTC4411
  • MAX893L
  • MCP601 op-amp
  • Voltage boosting circuitry
  • MCP1525 voltage reference chip
  • Target programming header
  • Three 74LVC1T45 voltage level shifters
  • 25LC256 EEPROM
  • SST25VF040B serial flash chip

After using the Microchip tools to program and debug the projects I work on, I wondered about creating my own programming/debugging module that I could put on my own boards – just like Microchip does with their starter kits and such. As I became more interested in that idea, I began to search the web to see if anyone else had already done something similar. Initially, I found lots of posts regarding the 2nd version of the Pickit – the Pickit 2, but not as much regarding the latest version – the Pickit 3 – which is what I need to program the 32 bit pic processors that I am using. After a while I came across a post – From this blog

Making-A-Pickit-3-Clone

This Individual had created his own version of the Pickit 3 and had posted his method for doing so. I was excited to see some real information about the process, and set about determining how I would do the same, now that I knew someone else had verified that it would work.

The version that was built on the blog linked above, was done so on a protoboard using a variety of components, and was completely hand-wired. As impressive as that is, I was looking for something a bit sleeker – especially since I was looking at some point to modularize it and use it on other designs. I decided that I would design my project to use surface mount components and a purpose designed PCB. With that in mind, I set out to create my schematic. After looking at the one from Hendrik’s blog post above, and also studying the actual Microchip pickit 3 schematics that are publicly available in the documents released by Microchip, I came up with the following schematic. It is pictured below, and here is a link to the full-sized PDF: My Schematic

This schematic is very similar to the one Hendrik used, with a couple component changes and a fix for a PNP transistor that was shown backwards on his schematic. I’ll briefly talk about the different sections that I have labeled above. First – in the upper left corner is the pic24 processor that controls this device. It is a PIC24FJ256GB106 mcu. There are the requisite capacitors and 12MHz crystal attached, as well as a programming header to load its firmware. In addition to these components, the USB connector is shown, as well as the status LEDs and OTG Button connections. Directly below the MCU is the MCP1727 voltage regulator. At the bottom is a LTC4411, a MAX893L, and associated circuitry that among a couple other things, controls the power to the programming target, if it is not self-powered, and this device is supplying power to it. Above that is a MCP601 op-amp and voltage boosting circuitry. In the middle of the page is a MCP1525 voltage reference chip and the Target programming header. Top center you will see the three 74LVC1T45 voltage level shifters, and to the right are the 25LC256 EEPROM and also the SST25VF040B serial flash chip used for the Code image when doing OTG programming.

 

Read more: Making A Pickit 3 Clone

Quick Solutions to Questions related to Custom Pickit 3 Clone:

  • Why did the author decide to create their own programming module?
    To have a device they could put on their own boards similar to Microchip starter kits.
  • Which version of the Pickit tool was initially difficult to find information about?
    The Pickit 3 version needed for programming 32 bit pic processors.
  • What was the main difference between the blog post project and the author's design?
    The author designed a project using surface mount components and a purpose designed PCB instead of a hand-wired protoboard.
  • How does the author's schematic compare to Hendrik's blog post schematic?
    It is very similar with a couple component changes and a fix for a PNP transistor shown backwards.
  • What processor controls the custom device described in the article?
    A PIC24FJ256GB106 mcu located in the upper left corner of the schematic.
  • What is the function of the LTC4411 and MAX893L components?
    They control the power to the programming target if it is not self-powered.
  • Which chips are used for Code image storage during OTG programming?
    The 25LC256 EEPROM and the SST25VF040B serial flash chip.
  • Where can the full-sized PDF of the author's schematic be found?
    In the link provided as My Schematic within the original text.

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
Scroll to Top