Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

PIC 16C57C MCU CIRCUIT DESIGN QUESTION

Status
Not open for further replies.

yce_kelvin

New Member
Hi, i am new on pic mcu design. i am get a tutorial from school and i do not understand the circuit theory... some one can help me?? or if u got any information about this mcu design then can share with me?? thanks. :)

***********************************************************

anyone can give any suggestion answer on the file i attach??
 

Attachments

  • reset_part.gif
    reset_part.gif
    17.1 KB · Views: 581
  • relay_problem.gif
    relay_problem.gif
    17.7 KB · Views: 709
On the first schematic, the transistor serves to increase the amount of current output from the PIC's port pin to be able to drive the relay. The circuit is known as an "emitter follower" or buffer.

On the second schematic, the PNP transistor turns ON when the voltage exceeds a preset value determined by the zener breakdown voltage plus about 0.5V (the voltage across the base and emitter terminals of the transistor). A PIC16C57 might not startup correctly with a slowly rising power supply even with its built-in delay. This circuit ensures that the PIC remains reset until the power supply voltage reaches the minimum required for it to operate.
 
Reset circuitry is required in microcontroller like 8051.
However, I think PIC doesnt require this, right?
I usually just tie it to Vcc with 10K resistor.
 
ya..this we just connect to the vcc by resistor.. but this one is little different... that's y i ask urs.. becoz this circuit diagram is from a company..and the lecture take out some of the part for us to research...so, i just need some understanding on the circuit design.
 
yce_kelvin said:
ya..this we just connect to the vcc by resistor.. but this one is little different... that's y i ask urs.. becoz this circuit diagram is from a company..and the lecture take out some of the part for us to research...so, i just need some understanding on the circuit design.

The external circuitry on the MCLR pin is for improved "brown out" detection. The 16C57 is an extremely old PIC (10+ years?), modern ones have better internal "brown out" detection - but on the old ones, if you had a dodgy power supply, you could add it externally.

BTW, if you want any 16C57's, I have about 200 or so sat in tubes!.
 
sorry.. i still got a question on the circuit... what is the function of the component diode, zener diode and transistor 2n4002 and 1n4007 in this circuit??

:(
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top