PIC diode tester
This is a simple use of the PIC 16F84 about a diode tester.

Test procedure : We set «1»
to PB0 and «0»
to PB3. If diode is ok and opens, 
then at PA0 we have «1». If 
PA0 is «0», then
the the diode has problem. With the 
program we manage what the PIC will do in each situation .
If PA0 is  «1»,
green led lights wich means that 
the diode is OK and if PA0 
is «0» red led is lighting and the diode is 
problematic
Test continuous as follows: We give «0» at PB0 and «1» to PB3. If diode is OK and opens, then at PA0 is «1». If PA0 is «0», then diode has problem. If PA0 is «1», green led lights that means that diode is OK and if PA0 is «0» the red diode is lights that means the the diode is problematic.
Source Code
        Title: PIC diode tester
        electronic circuit
        Source: www.electronics-lab.com
        Published on: 2005-02-02
        Reads: 1397
        Print version: ![]()
Other electronic circuits and schematics from Microcontrollers
-  
ATMEL 89 Series Flash Microcontroller
 -  
Telephone operated remote control using PIC16F84A microcontroller
 -  
Servo Motor Control with PIC16F84
 -  
Programmers for Jupiter Card
 -  
EPROM adapter for ATMEL 89 Series Flash Microcontroller Programmer Ver 2.0
 -  
Producing your own Decrypt Viewing Card Mk2
 -  
Ponyprog Circuit for ATMEL'S AVR
 -  
Phoenix Programmer
 -  
Funcard Programmer by Diesel
 -  
Gold wafer cards
 

