Showing posts with label pic. Show all posts
Showing posts with label pic. Show all posts

Sunday, October 5, 2014

PIC Dual Temperature Meter by PIC16F628

PIC

This is extremely simple to build PIC Temperature meter that allows to measure temperature in two different locations at the same time. Never before such a useful and powerful circuit could be built with so little components and yet provide endless possibilities. This is all possible thanks to the use of PIC16F628 microcontroller and 2×16 character LCD display that act like a small computer which can be customizable thanks to upgradeable hex firmware.

Presented PIC temperature meter uses two very exciting DS18S20 digital temperature sensors that come in convenient TO92 package. Unlike regular sensors where temperature readings are passed as varying voltage, DS18S20 passes temperature information in a digital format as data. This brings many new possibilities and enables to pass temperature information over much longer distances just over a two wire cable. With this temperature can be measured in different locations at the same time and away from the main circuit board. With regular sensors which rely on the varying voltage cables must be as short as possible because longer wires introduce stray resistance that bring unreliable readings.

Read More..

Saturday, September 13, 2014

16 × 2 LCD Volt Meter Ampere Meter With PIC

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 

Read More..

Sunday, August 17, 2014

USB Powered PIC Programmer Wiring diagram Schematic

This simple schema 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 schema 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-schema-diagramw
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 schema is compatible with the popular "JDM" programmer, so can be used with supporting software such as "ICProg" (see http://www.ic-prog.com).
Read More..