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.

adc calculator for pic

Status
Not open for further replies.

hirenn

Full Member level 1
Joined
Jul 12, 2014
Messages
96
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
703
hello
Anyone knows where i can find ADC calculator pic microcontroller
thanks
 

D = (A/Vref) * resolution.

Most PICs have 10-bit ADC so the result is (Analog input/Vref) * 1023

Vref can be VDD, an internal reference if the PIC has one or an external reference if the pin is configured.

The input voltage can't be higher than Vref or the ADC module can be damaged.

Brian.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top