This DIY PIC programmer is a continuation of our PIC programming basics tutorial. By using this USB PIC programmer, you can program microchip PIC series of 10F, 12F, 16F, 18F, 24F, 30F. This is also an EEPROM programmer as it supports 12Cxx EEPROM. The main component of this PIC microcontroller programming circuit is a PIC182550 microcontroller which controls the overall circuit. Serial port PIC programmers are the widely used PIC chip programmer Kit, but since laptops have no RS232 ports they require an USB to RS232 converter.
- PIC microcontroller Beginner’s guide: Basic connection circuit
- How to burn or program PIC Microcontroller
Now one of the main advantages of this circuit is that it does not require any external power supply, instead it uses USB power. It generates programming voltage of 13V through voltage multipliers. Linux PIC programmer software is also available for burning. You can program micro controller like pic16f84a, pic16f877a, pic18f4550, pic16f628a etc. and make your micro controller programming easier.
Step by Step procedure
- PIC 18F2550 has an inbuilt USB port which makes PC interfacing much easier.
- First a firmware should be burnt to PIC 18F2550 using any PIC programmer and then connect the jumper as in the circuit diagram.
- The jumper connection decides the mode of the programmer, i.e. boot loader mode or programmer mode. Boot loader is used to upgrade your firmware and programmer mode is to burn the PIC microchip.
- Next we need software to burn our PIC, USB PIC Prog is suitable for this hardware. Download USB PIC Programmer Software from the following link
For more detail: How to Build your Own USB PIC Programmer
The post How to Build your Own USB PIC Programmer? appeared first on PIC Microcontroller.