Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

ADC - nanoboticslover - Jul 31 0:20:00 2003

Hi!
I wonder what if I connect the load impedence of more than 10k
ohm to analog input of PIC 16F877. The recommended impedence is 10 k
ohm for PIC 16F877. I'd like to know what are the effect.

Regards.

bryan





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: ADC - Chad Russel - Jul 31 0:42:00 2003

Basically and crudely, you will lose accuracy because of input leakage
current, and set up time because of input capacitance. Some formulas
should be in app notes.

Chad

--- nanoboticslover <> wrote:
> Hi!
> I wonder what if I connect the load impedence of more than 10k
> ohm to analog input of PIC 16F877. The recommended impedence is 10 k
> ohm for PIC 16F877. I'd like to know what are the effect.
>
> Regards.
>
> bryan

__________________________________






(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: ADC - Vasile Surducan - Jul 31 2:18:00 2003


You may increase the input impedance twice but must increase also the
aquisition time. The error will be negligible over the standard
temperature range.

top 10 wishes,
Vasile
http://surducan.netfirms.com On Thu, 31 Jul 2003, nanoboticslover wrote:

> Hi!
> I wonder what if I connect the load impedence of more than 10k
> ohm to analog input of PIC 16F877. The recommended impedence is 10 k
> ohm for PIC 16F877. I'd like to know what are the effect.
>
> Regards.
>
> bryan >
> to unsubscribe, go to http://www.yahoogroups.com and follow the instructions




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

RE: ADC - Wouter van Ooijen - Jul 31 2:53:00 2003

> I wonder what if I connect the load impedence of more than 10k
> ohm to analog input of PIC 16F877. The recommended impedence is 10 k
> ohm for PIC 16F877. I'd like to know what are the effect.

The accuracy will degrade. There was a thread about this on the MIT
piclist, you could search the archive.

Wouter van Ooijen

-- -------------------------------------------
Van Ooijen Technische Informatica: www.voti.nl
consultancy, development, PICmicro products




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: ADC - Vasile Surducan - Aug 1 3:55:00 2003


Just for curiosity, have you measured how much lose of acuracy will
be hapened with 20K input impedance, in 0-20C temperature range ?

thx,
Vasile
http://surducan.netfirms.com On Wed, 30 Jul 2003, Chad Russel wrote:

> Basically and crudely, you will lose accuracy because of input leakage
> current, and set up time because of input capacitance. Some formulas
> should be in app notes.
>
> Chad
>
> --- nanoboticslover <> wrote:
> > Hi!
> > I wonder what if I connect the load impedence of more than 10k
> > ohm to analog input of PIC 16F877. The recommended impedence is 10 k
> > ohm for PIC 16F877. I'd like to know what are the effect.
> >
> > Regards.
> >
> > bryan
> >
> > __________________________________ > to unsubscribe, go to http://www.yahoogroups.com and follow the instructions





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: ADC - Chad Russel - Aug 1 15:18:00 2003

Just grabbing a PIC spec sheet, input leakeage is +/- 1 microamp typ.
Therefore a 20K resistor = +/- 0.020 volts error. With a 3 volt
reference as an example, this is about +/- 2 lsb on a 8 bit A to D.

Chad

--- Vasile Surducan <> wrote:
>
> Just for curiosity, have you measured how much lose of acuracy will
> be hapened with 20K input impedance, in 0-20C temperature range ?
>
> thx,
> Vasile
> http://surducan.netfirms.com > On Wed, 30 Jul 2003, Chad Russel wrote:
>
> > Basically and crudely, you will lose accuracy because of input
> leakage
> > current, and set up time because of input capacitance. Some
> formulas
> > should be in app notes.
> >
> > Chad
> >
> > --- nanoboticslover <> wrote:
> > > Hi!
> > > I wonder what if I connect the load impedence of more than 10k
> > > ohm to analog input of PIC 16F877. The recommended impedence is
> 10 k
> > > ohm for PIC 16F877. I'd like to know what are the effect.
> > >
> > > Regards.
> > >
> > > bryan
> > >
> > >
> >
> >
> > __________________________________
> >
> >
> > to unsubscribe, go to http://www.yahoogroups.com and follow the
> instructions
> >
> >
> >
>

__________________________________






(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: ADC - Vasile Surducan - Aug 4 1:13:00 2003



Well, surprize !
Just grabbing the data sheet, the result is wrong...
First the typicaly leakage current in that temperature range is just
+/-0.5uA in the worst case. Then, for full AD and +5V reference, a
standard analog resolution is 4.8mV. With 20K input the error will be
10mV which means 2lsb.
Now, if you are an intensive user of AD, you know that 1lsb is a normal
error for most applications. So, you have add 1 lsb error with a 20K input
impedance which is acceptable. In practice is quite well.

best regards,
Vasile On Fri, 1 Aug 2003, Chad Russel wrote:

> Just grabbing a PIC spec sheet, input leakeage is +/- 1 microamp typ.
> Therefore a 20K resistor = +/- 0.020 volts error. With a 3 volt
> reference as an example, this is about +/- 2 lsb on a 8 bit A to D.
>
> Chad
>
> --- Vasile Surducan <> wrote:
> >
> > Just for curiosity, have you measured how much lose of acuracy will
> > be hapened with 20K input impedance, in 0-20C temperature range ?
> >
> > thx,
> > Vasile
> > http://surducan.netfirms.com
> >
> >
> > On Wed, 30 Jul 2003, Chad Russel wrote:
> >
> > > Basically and crudely, you will lose accuracy because of input
> > leakage
> > > current, and set up time because of input capacitance. Some
> > formulas
> > > should be in app notes.
> > >
> > > Chad
> > >
> > > --- nanoboticslover <> wrote:
> > > > Hi!
> > > > I wonder what if I connect the load impedence of more than 10k
> > > > ohm to analog input of PIC 16F877. The recommended impedence is
> > 10 k
> > > > ohm for PIC 16F877. I'd like to know what are the effect.
> > > >
> > > > Regards.
> > > >
> > > > bryan
> > > >
> > > >
> > >
> > >
> > > __________________________________
> > >
> > >
> > > to unsubscribe, go to http://www.yahoogroups.com and follow the
> > instructions
> > >
> > >
> > >
> > >
> >
> > __________________________________ > to unsubscribe, go to http://www.yahoogroups.com and follow the instructions





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: ADC - Chad Russel - Aug 4 13:09:00 2003

You are correct Vasile, except I do not see the +/-0.5uA in my 877
spec. I find +/-1.0uA and I assumed a 3.3 volt ref. Perhaps my spec is
out of date.

Chad

--- Vasile Surducan <> wrote: > Well, surprize !
> Just grabbing the data sheet, the result is wrong...
> First the typicaly leakage current in that temperature range is just
> +/-0.5uA in the worst case. Then, for full AD and +5V reference, a
> standard analog resolution is 4.8mV. With 20K input the error will be
> 10mV which means 2lsb.
> Now, if you are an intensive user of AD, you know that 1lsb is a
> normal
> error for most applications. So, you have add 1 lsb error with a 20K
> input
> impedance which is acceptable. In practice is quite well.
>
> best regards,
> Vasile > On Fri, 1 Aug 2003, Chad Russel wrote:
>
> > Just grabbing a PIC spec sheet, input leakeage is +/- 1 microamp
> typ.
> > Therefore a 20K resistor = +/- 0.020 volts error. With a 3 volt
> > reference as an example, this is about +/- 2 lsb on a 8 bit A to D.
> >
> > Chad
> >
> > --- Vasile Surducan <> wrote:
> > >
> > > Just for curiosity, have you measured how much lose of acuracy
> will
> > > be hapened with 20K input impedance, in 0-20C temperature range ?
> > >
> > > thx,
> > > Vasile
> > > http://surducan.netfirms.com
> > >
> > >
> > > On Wed, 30 Jul 2003, Chad Russel wrote:
> > >
> > > > Basically and crudely, you will lose accuracy because of input
> > > leakage
> > > > current, and set up time because of input capacitance. Some
> > > formulas
> > > > should be in app notes.
> > > >
> > > > Chad
> > > >
> > > > --- nanoboticslover <> wrote:
> > > > > Hi!
> > > > > I wonder what if I connect the load impedence of more than
> 10k
> > > > > ohm to analog input of PIC 16F877. The recommended impedence
> is
> > > 10 k
> > > > > ohm for PIC 16F877. I'd like to know what are the effect.
> > > > >
> > > > > Regards.
> > > > >
> > > > > bryan
> > > > >
> > > > >
> > > >
> > > >
> > > > __________________________________
> > > >
> > > >
> > > > to unsubscribe, go to http://www.yahoogroups.com and follow the
> > > instructions
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
> > __________________________________
> >
> >
> > to unsubscribe, go to http://www.yahoogroups.com and follow the
> instructions
> >
> >
> >
>

__________________________________





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )