Page 1 of 1

PIC 16F84(A)_IC PROG

Posted: Sat Mar 27, 2010 4:54 pm
by vchamilka
How to program PIC16F84(A) micro controller using "IC prog" or another program?
Give a circuit diagram to it.

Re: PIC 16F84(A)_IC PROG

Posted: Sun Mar 28, 2010 12:05 am
by Reginald
This serial programmer does not require an external power supply, it extracts power from the PC RS232 connection. The 9-pin female connector (CON1) connects directly to the PC serial output.

Bill of Materials
CON1DB9 female PCB1x
IC1PIC16F841x
U178L051x
R1, R2, R310k?3x
C1100nF1x
C222µF1x
C3470µF radial1x
D1, D2Zener 5.6V2x
D31N41481x
D4Zener 12V1x
pic16f84sch.png
pic16f84sch.png (8.63 KiB) Viewed 7825 times
You can use FREE Microchip's MPLAB IDE / assembler and Lite Version (free) of HI-TECH C compiler for PIC10/12/16 MCU from here. To program the chip use either WinPic800 or IC-Prog Prototype Programmer.

You may also refer PIC16F84 Tutorial.

Re: PIC 16F84(A)_IC PROG

Posted: Mon Mar 29, 2010 4:29 pm
by Reginald
See Multi PIC programmer that supports many PIC microcontrollers including this one.

Re: PIC 16F84(A)_IC PROG

Posted: Tue Mar 30, 2010 1:43 pm
by Neo

Re: PIC 16F84(A)_IC PROG

Posted: Wed Mar 31, 2010 5:45 pm
by vchamilka
Thank you all! :D