PIC ADC question

For users of Matrix Multimedia Electronics software to discuss projects, circuits and any other electronics concepts.

Moderators: Benj, Mods

Post Reply
pheelius
Posts: 7
Joined: Sat Oct 08, 2005 6:31 pm
Location: Guildford, Surrey
Contact:

PIC ADC question

Post by pheelius »

Can one drive an adc pin from the output of an opamp or does one need to put a resistance/filter between them for proper operation?

User avatar
Steve
Matrix Staff
Posts: 3427
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

I think it's always a good idea to provide some kind of protection when connecting to a PIC i/o line, mainly because the program you write may accidentally set the pin as an output. If it gets set to output low but the external circuitry is forcing it high, there is a good chance that the micro itself will get permanently damaged.

You must also make sure the voltage does not go beyond the power rails (0V and probably 5V).

I hope this helps.

Post Reply