Content for Programmer

Mint Tin AVR Programmer/Prototyper

“A lot of the projects I make are more about having fun and doing something weird and different than about being practical. With this project, I built a tool that really streamlined things as far as programming microcontrollers goes, and …

DIY- Universal PIC and AVR Programmer

“I am presenting a best class USB Universal Programmer for both PIC and AVR Microcontrollers. In our present market the universal programmer supporting much devices with combination of PIC and AVR are not in common, they are expensive also. This …

Arduino Attiny Programming Shield

“An Attiny is a great alternative to the atmega328, it is for those projects that need few GPIO pins and need to be portable. But unlike the atmgea328 the attiny cannot plug into an Arduino board and be programmed. Another …

Program an ATtiny44/45/84/85 with Arduino

“This tutorial gives provides the steps to set up, program, and test an ATtiny44/45/84/85 with an Arduino. It is also provides some explanations as to the inner workings of AVR chips in general.”

Programming the ATtiny

“This is a tutorial for programming the ATtiny chip. This tutorial will be more in depth than most. I will give you every step and tell you the things nobody told me when I first started programming ATtiny.”

Restore Missing PIC 12F675 OscCal

“For some unknown reason, the OSCCAL value sometimes gets erased during programming of the chip. Without the OSCCAL value, the PIC will not run at the optimal 4MHz. For most projects, this is not a problem. Some of my PICs …

USBpicprog – a free and open source usb pic programmer

“Usbpicprog is an USB in circuit programmer for Microchip PIC processors. The hardware is as simple as possible, the current version only contains one PIC18F2550, 4 mosfets, and besides the connectors a hand full of passive components.”

USB PIC Programmer

“This page is dedicated to everybody needs to program a PIC (Microchip) device via USB port. Looking on the web for ready-to-use projects, I found a good one called Open Programmer, coming with several schematics, PCBs and Open Source code …