Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Circuit and Pic program for multi parameter tester

Status
Not open for further replies.

Thanima19

Newbie level 4
Joined
Dec 14, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,312
Need to test
a. transistor - good or bad and pnp or npn
b. diode - good or bad
c. continuity

pic 16f877a ,lcd display is required
2 switches to select these 3 parameters
ie, si and s2

a menu driven c program is required

switch s1 is used to view the three parameter
and switch s2 selects the parameter

for eg:
if we want 2 test a diode,
then press switch s1 twice then press s2 to select diode
and check whether diode is good or bad



plz reply soon
its urgent
 

Cheap and easy solution: buy a cheap DMM that has these functions built-in. Typical cost: US$ 20-50 at most.

If you need it commercially, I can sell you something for production test that does this. Not for free, naturally.
 

its my project
need to do it
plz help me
 

I'm not going design it for you but if you need help, answer the following yourself - they are the essential first questions to figure out.

1. What are the tests requires to accomplish these functions? How do you "know" when these devices are good or bad?

Hint: Multimeter test for diodes and transistors :: Electronics and Radio Today

2. What are the circuits necessary to perform these tests?

3. What features are required in a microcontroller to implement these circuits and accomplish these measurements?
 

http://www.microcodes.info/pic16f877a-based-npnpnp-transistor-tester-in-ccs-c-2241.html

http://www.microcodes.info/pic16f877a-based-diode-tester-in-ccs-c-2249.html
Plz check out des liks
i juz want to combine dis
 

Looks like you have all you need. Theory of how to test. Circuit diagrams. Source code.

The transistor test is, as expected, just 2x the diode test on each bipolar transistor junction. The diode test is just continuity testing in each direction. Continuity testing is applying a voltage and measuring the current by measuring the drop on a resistor (Ohm's Law).

Pretty straight forward as it's already doing each of these with pretty much the same circuit (transistor case). The rest is cosmetic software changes. I don't know PIC specifically but the C code for each seems pretty much like what you'd expect for a microcontroller.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top