Posts

Showing posts with the label PIC

0 24VDC Digital PIC Power Supply

Image
This is 0-24VDC digital PIC power supply circuit. This variable power supply controlled with PIC microcontroller. There is LCD display in this circuit which will show the actual value of power supply output. This power supply use push on switch to adjust the output voltage and current value. Schematic Diagram: Component List : C1 = 2000uF per AMP, 40V (adjust capacity to power supply amps) C2,C3,C12,C15,C18,C21 = 0.1uF CER C4 = 0.01uF CER C5A,C5B,C5C,C5D = 0.01uF CER C6,C7 = 0.05uF CER C8 = Not used C9,C11,C19,C20 = 1uF CER C10 = 470uF 15V EL RADIAL C13 = 4.7µF 50V EL RADIAL C14 = 0.001uF CER C16,C17 = 22pF CER D1,D2,D4,D5 = 1N4148 D3 = 1N4004 Br1 = 1<10A BRIDGE RECTIFIER (adjust seize to power supply amps) DZ1 = 1N4751 30V ZENER IC1 = LM317KCS TO220 IC2 = LM337LZ TO92 IC3 = LT1491CN special HV opamp, do not substitute IC4 = PIC16F876A Q1 = 2N3906 Q2A to Q2D = TIP142TU 1 to 5 transistors (adjust quantity to power supply amps) Q3A to Q3D = 2N3904 (adjust quantity to power supply am...

16 × 2 LCD Volt Meter Ampere Meter With PIC

Image
Volt meters & ampere meter with PIC can be used to measure voltage and current simultaneously. The series of volt meters & ampere meter with PIC16F876A PIC is used as a data processor voltage and current are measured.  This circuit uses the viewer in the form of 16 × 2 LCD used for the data display voltage and current measurements. In the article volt meter and ampere meter with PIC are discussed kerannya limited to devices only. More detail can be seen from the image sequence volt meter and ampere meter with PIC below.  The images of Volt Meter & Ampere Meter With PIC Circuit Volt meters & ampere meter with PIC  

USB Powered PIC Programmer

Image
This simple circuit can be used to program the PIC16F84 and similar "flash memory" type parts. It uses a cheap 555 timer IC to generate the programming voltage from a +5V rail, allowing the circuit to be powered from a computer’s USB port. The 555 timer (IC1) is configured as a free-running oscillator, with a frequency of about 6.5kHz. The output of the timer drives four 100nF capacitors and 1N4148 diodes wir-ed in a Cockroft-Walton voltage multiplier configuration. USB-Powered PIC Programmer Circuit diagram: USB-Powered PIC Programmer Circuit Diagram The output of the multiplier is switched through to the MCLR/Vpp pin of the PIC during programming via a 4N28 optocoupler. Diodes ZD1 and D5 between the MCLR/Vpp pin and ground clamp the output of the multiplier to about 13.6V, ensuring that the maximum input voltage (Vihh) of the PIC is not exceeded. A 100kΩ resistor pulls the pin down to a valid logic low level (Vil) when the optocoupler is not conducting. The circuit is compa...

Simple PIC Controlled Relay Driver Circuit Diagram

Image
This is a simple project of PIC Controlled Relay Driver circuit is a relay driver that is based on a PIC16F84A microcontroller. The board includes four relays so this lets us to control four distinct electrical devices. The controlled device may be a heater, a lamp, a computer or a motor. To use this board in the industrial area, the supply part is designed more attentively. To minimize the effects of the ac line noises, a 1:1 line filter transformer is used. The transformer is a 220V to 12V, 50Hz and 3.6VA PCB type transformer. The model seen in the photo is HRDiemen E3814056. Since it is encapsulated, the transformer is isolated from the external effects. A 250V 400mA glass fuse is used to protect the circuit from damage due to excessive current. A high power device which is connected to the same line may form unwanted high amplitude signals while turning on and off. To bypass this signal effects, a variable resistor (varistor) which has a 20mm diameter is paralelly connected to the...

Modalities of Using the PIC 16F877A CCP Module Compare Section

Image
The CCP module is one of the most important modules in the PIC microcontroller. While being extremely important, it is not very difficult to use. Here I will show you how to use the compare section of the CCP (Compare, Capture, Pulse Width Modulation) module of the PIC16F877A. You can use this concept for any PIC with a CCP/ECCP module There are 2 modules associated with the compare section – the CCP module which we’ll use for the compare function, and the Timer 1 module. The function of the compare module is to compare (obviously, as the name suggests) the value of the CCPR1 register against the Timer 1 value. The CCPR1 register is actually composed of two 8-bit registers that together form a 16-bit register. The high 8-bits – the high byte – make up the CCPR1H register and the low 8-bits – the low byte – make up the CCPR1L register. For example, if the value of CCPR1H is 30 and the value of CCPR1L is 47, what is the value of the 16-bit CCPR1 register? Solution: CCPR1H = 30 = 0x1E CC...

Simple PIC Security System Dials Your Cell Phone Circuit Diagram

Image
This is a simple PIC Security System Dials Your Cell Phone Circuit Diagram . Do-it-yourself phone dialer security system calls your cell phone, office etc. whenever a door or window is opened, or panic button is pressed. Great Home Alarm. PIC Security System Dials Your Cell Phone Circuit Diagram The circuit consists of a small PIC microcontroller, assembly program, and a few other parts to detect a switch closure from an open door, window, or manual push button and then dial the cell phone number, and transmit a steady tone to indicate the source of the call. The circuit uses the pulse dialing system to interrupt the line connection a number of times to indicate each digit. Pulse dialing (the oldest form of dialing) works by actually disconnecting or "hanging up" the phone line a number of times to indicate each digit. For example, the digit "5" would be dialed by disconnecting and reconnecting the line 5 times in short intervals of about 100mS. There is about a 1 s...