- Pickit 2 Software Download
- Pickit 2 V2.61 Software Download
- Pickit 2 Programmer Software V2.61
- Pickit 3 Software Download
- Pickit2 V2 61 Software Download
Pickit 2, I installed the v2.61 software and when I open it, it indicates that the device is not found. Should I have purchased a Pickit 3? I read a few threads in some other forums about the Pickit 2 not liking USB 3.0 ports and that is about all I have on my computer. Software download link The download link include:-PICkit 2 v2.50.02 Software-PICkit 2 v2.61 Software-PICkit 2 User's Guide -PICkit 2 Programmer-To-Go User Guide-PICkit 2 Command line software V1.10-PICkit 2 Firmware V2.31. The PICkitâ„¢ 2 Development Programmer/Debugger (PG164120) is a low-cost development tool with an easy to use interface f.
Build Your Own PICKit 2 Clone
My Simplified PK2 Design
This is my PICkit 2 clone design. Its based on a simplified version of the Microchip PICkit 2 schematic and only supports 5v parts. It works with all the Microchip software including MPLAB, MPLABX,the PICkit 2 GUI Programming software and the PICkit 2 command line software.
It can be used with the PICkit 2 GUI Terminal Software and the PICkit 2 GUI Logic Analyzer. Best of all its an all leaded design that you can build in about an hour if you have of the parts.
Because this design is simplified and uses a fixed voltage reference, the programmer voltage cannot be controlled by the PICkit 2 software settings to lower the voltage. It also cannot do the 'Vpp First' mode which in rare cases you may need to re-program a PIC that has a very fast internal oscillator and internal MCLR enabled.
Because of the voltage limitation, programming 3v parts like the PIC32, PIC24 and some PIC18F parts that have a J in the part number are not supported. But for most of the PIC10F, 12F, 16F and 18F devices, this programmer works great and is a fun project to build that will be useful for a long time.
It can be used with the PICkit 2 GUI Terminal Software and the PICkit 2 GUI Logic Analyzer. Best of all its an all leaded design that you can build in about an hour if you have of the parts.
Because this design is simplified and uses a fixed voltage reference, the programmer voltage cannot be controlled by the PICkit 2 software settings to lower the voltage. It also cannot do the 'Vpp First' mode which in rare cases you may need to re-program a PIC that has a very fast internal oscillator and internal MCLR enabled.
Because of the voltage limitation, programming 3v parts like the PIC32, PIC24 and some PIC18F parts that have a J in the part number are not supported. But for most of the PIC10F, 12F, 16F and 18F devices, this programmer works great and is a fun project to build that will be useful for a long time.
PICkit 2 Case
I created a PK2 case using my Davinci 3D printer and TinkerCad software. I'll have more detail on this and the open source files posted here in the future but for now here is the case in pictures. Here is the link to the Tinkercad Files:
PCB Layout
The screen capture of the ExpressPCB version of my PICkit 2 clone (I call PK2) is shown above. Below are the PCB layout and Schematic for the board. They are created in ExpressPCB so you will need that software to use them. They are slightly different than the pictures above but functionally the same.
Note:
These files are provided free for personal use only. They are not for commercial use. In other words you can't sell boards or a programmer based on this design without my permission.
Note:
These files are provided free for personal use only. They are not for commercial use. In other words you can't sell boards or a programmer based on this design without my permission.
|
|
Schematic
Pickit 2 Software Download
Parts List
Qty 1 1 1 1 1 4 1 4 3 2 1 1 1 3 1 1 1 1 1 1 1 1 2 1 1 | Label PCB U1 D2 D1 R14 R15,R16,R2,R10 R3 R12, R13, R17,R8 R9,R6,R5 R7,R11 X1 C4 L1 Q1,Q2,Q4 Q3 Conn2 C1 Conn1 R4 R1 D3 D4 C2,C3 C5 SW1 | Part Number PCB PIC18F2550-I/SP 1N5817 BAT41 22k 4.7k 2.7k 100 10k 330 20Mhz Crystal 0.47uf Cap 680uH 2N3904 2N3906 USB Connector 47uf 25v 6-Pin Header 100k 1k Red LED T1 Green LED T1 22pf 0.1uf Momentary Switch |
PK2 Connections to PIC Device
The PK2 Programmer uses the same connection layout as the original PICkit 2. The Arrow on the PK2 board indicates pin 1 as shown in the picture below. Connecting to the PIC device for programming requires five connections (even though the programmer has six pins). The circuit on the right below shows the PIC device connections to the PICkit 2 header. The 10k, 0.1uf and 470 ohm or diode on the MCLR is only needed if you use an external MCLR reset. Many newer devices offer an internal MCLR pull-up. As a minimum you only need the 10k which is what is used on the CHIPINO module.
PICkit 2 Manuals
These are the Microchip manuals for using the PICkit 2. The User Guide covers the basics for using the PICKit 2 GUI programming software. It also covers the built in UART Tool for serial communication from the PIC back to the PICkit 2.
|
The Logic Tool is an additional feature built into the PICkit 2 GUI software. The Logic Tool has its own user manual.
Pickit 2 V2.61 Software Download
|
PICkit 2 Software Description Summary
The software for the PICKit 2 is what makes it useable. There are different levels of software to be aware of when building your own PICkit 2. Here is the list of software I'll cover below. Note: PICkit 2 software below is written to run in Windows only but there are some versions written for Linux and Mac but I haven't used them and they aren't as well documented so I'll stick with Windows only.- PICKit 2 GUI - Windows GUI that controls the PICkit 2.
- PICkit 2 Command Line - This is an alternative to the GUI. It controls the PICkit 2 but can be built into a IDE programming environment. This is the programming software used in my books and in the Great Cow Basic IDE.
- PICkit 2 Firmware - This is the program that is loaded into the PIC18F2550 at the heart of the PK2 design. This communicates with the PICkit 2 GUI or the PICkit 2 Command line software running on a Windows PC.
- PICkit 2 Device File - This file contains all the information the PICkit 2 needs to program each device. This file can be updated as new parts are released. This file is part of the PICkit 2 GUI and PICkit 2 Command line software. Originally the GUI and Command line used different device files but the Command line version was updated by MichaelS below so they could share one device file. This allows both of them to use the latest list of parts together and Dougy83 released a nice software tool to make updating the device file much easier.
All these software releases are listed below.
Original Microchip GUI Software
Below are links to the software files you need to build and use and build the PICkit 2 clone programmer.
This is the PICkit 2 GUI Software that runs independently to control the programming operation. You just load the .hex file and then press the Write button to send it to the PICkit 2 and blank PIC MCU. (Windows only)
To the left below is the file to install it and to the right is a picture of the software running.
To the left below is the file to install it and to the right is a picture of the software running.
Note: All the PICkit 2 software requires Windows dotnet running on your PC. Chances are you already have it but if your computer is older then you can download it from Microsoft or download this version below that supports the PICkit 2 software.
|
Original Microchip Command Line Software
This is the Command line V1.20 software you use to control the PICkit 2 from within an IDE or batch file (Windows only).
I use the command line version in the Great Cow Basic compiler IDE and the MCStudio IDE for PICBASIC. This is the official version released by Microchip. It uses its own device file that doesn't support all the latest parts.
I use the command line version in the Great Cow Basic compiler IDE and the MCStudio IDE for PICBASIC. This is the official version released by Microchip. It uses its own device file that doesn't support all the latest parts.
pk2cmdv1-20.zip | |
File Size: | 120 kb |
File Type: | zip |
Note: Install this version of pk2cmd to get all the readme files with command line instructions and then rename the pk2cmd.exe and pk2devicefile.dat to oldpk2cmd.exe and oldpk2devicefile.dat. Then download the MichaelS Update below to get the latest devices. The full 8-bit (PIC12F, 16F and 18F) supported by the MichaelS update is furhter down on this page.
PIC18F2550 Firmware for Building your own PICkit 2
This is the firmware you program into the PIC18F2550. (You need a PIC Programmer to load this into the PIC18F2550).
Here is the direct link to the Microchip site: PICkit 2 Firmware V2.32
and here is the direct download (just in-case the link goes bad).
Here is the direct link to the Microchip site: PICkit 2 Firmware V2.32
and here is the direct download (just in-case the link goes bad).
pk2v023200.zip | |
File Size: | 27 kb |
File Type: | zip |
I was asked about the Configuration settings for the firmware so I posted them below with a screen shot from the PICkit 2 software. You shouldn't need this though because the pk2v023200.zip above contains the .hex file that also has the configuration settings encoded in. So when you load the .hex file into the PIC programmer, it should automatically load the Configuration settings. For those that need to do this manually, the settings are below. (Click on the picture to make it easier to read).
MichaelS Update PK2CMD files
Read more about the v1.21 from this Microchip Forum Post
To install, just delete or rename your existing pk2cmd.exe and pk2devicefile.dat and then copy these to the same directory where those original files were. Everything should work as before but now you will have additional device support. (note: my pk2 design above only supports the 5v parts).
To install, just delete or rename your existing pk2cmd.exe and pk2devicefile.dat and then copy these to the same directory where those original files were. Everything should work as before but now you will have additional device support. (note: my pk2 design above only supports the 5v parts).
Pickit 2 Programmer Software V2.61
pk2cmd.exe | |
File Size: | 151 kb |
File Type: | exe |
pk2devicefile.dat | |
File Size: | 183 kb |
File Type: | dat |
Updated Device File
Pickit 3 Software Download
In addition to everything above, I found this updated device file at this Micro Pascal site.
I've tried it on a few devices and it works and it also has support for even more devices than the MichaelS device file. It claims it supports 678 devices (41 more than the MichaelS version above) including some of the latest PIC16F parts.
I've tried it on a few devices and it works and it also has support for even more devices than the MichaelS device file. It claims it supports 678 devices (41 more than the MichaelS version above) including some of the latest PIC16F parts.
pk2devicefile_1_63_146.dat | |
File Size: | 193 kb |
File Type: | dat |
William Roth updated the device file above and fixed a few bugs he found with device id's. He tested many devices but not all and then donated the file to the Great Cow Basic compiler. He also shared it with me. So if the device file above doesn't include the 8-bit device you are using, try this one below. Thanks William.
pk2devicefile_1_63_155_gcb_only.dat | |
File Size: | 152 kb |
File Type: | dat |
Device File Editor
I needed to use the relatively new PIC16F1788 with Great Cow Basic but none of the device files above supported it. So I successfully used the Device File Editor from Dougy83 to create my own device file with PIC16F1788 support. I just modified a PIC16F1784 file with details from the PIC16F1788 programming specification.
So I recommend you replace all of the device files listed above with this one. Its the latest and greatest that I know of for 8-bit devices. Remember to rename it to just pk2devicefile when you use it with the pk2cmd or the PICkit 2 GUI software.
So I recommend you replace all of the device files listed above with this one. Its the latest and greatest that I know of for 8-bit devices. Remember to rename it to just pk2devicefile when you use it with the pk2cmd or the PICkit 2 GUI software.
pk2devicefile_1_63_146-4.dat | |
File Size: | 193 kb |
File Type: | dat |
Device File Editor - here is the latest device file editor software. I put a copy here just in case Dougy83 ever takes his down. Its a .exe file that is in .zip format for safe download.
pk2dfe_1.0.0.7.zip | |
File Size: | 27 kb |
File Type: | zip |
More Info
Pickit2 V2 61 Software Download
Here are the final Microchip Released files for PICkit 2.
Here are the Microchip Archive files which include some of the early PICkit 2 files.
Here are the Microchip Archive files which include some of the early PICkit 2 files.
8-Bit Device Support List
This is the list of devices reported to be supported by the pk2devicefile_1_63_146-4.dat udated device file above. This will work with any standard PICkit 2 programmer. The PK2 programmer is designed as a 5v programmer. Some of these devices are 3.3v only (some LF and all the J parts) so those devices can't be programmed with the PK2 unless you power the device separately and disconnect the diode D2. Most of these parts can be programmed with 5v so the PK2 covers the majority.