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.

Using PIC AD as Ohmmiter (doubt is the formula to calculate)

Status
Not open for further replies.

nagkiller

Full Member level 4
Joined
Jul 9, 2009
Messages
238
Helped
37
Reputation
74
Reaction score
37
Trophy points
1,308
Location
Brazil
Activity points
2,703
Using PIC AD as Ohm meter (doubt is the formula to calculate)

Hello to all!
How do I find the value of x in the equation below??
Vout = (R2/R1 + R2) * Vcc
1.50 = (10000 / (x +10000)) * 5
Value of x = 23333.33333....
I am using ccs pic, voltage divider in ad converter to find value of a particular resistor.
Doubt is the formula to calculate!!!

Thanks
 
Last edited:

Re: Using PIC AD as Ohm meter (doubt is the formula to calculate)

x = (((5 * 10000) / 1.5) - 10000)
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top