How Much Does The I2C Adc Increase The Accuracy - SeeedStudio Grove-I2C ADC Manual

Table of Contents

Advertisement

1011000(0x58)
H
1011001(0x59)
H
1011010(0x5A)
H
6.2

How much does the I2C ADC increase the accuracy?

Here is an experiment we make to give you a sense about how much the I2C ADC increase the accuracy of
an analog sensor. First, let's check the values collected directly through analog port on Arduino/Seeeduino
from a Grove - Gas Sensor (MQ5).
We upload the code below to get the data.
/*
* Grove - Gas Sensor(MQ5)
*
* The Gas Sensor detect the related Gas density,
* Arduino get the result by analogread. the gas Density is
* 0~1, larger the output is, the denser the gas.
* Connect the Sensor to A0 in this demo;
*
* By:
http://www.seeedstudio.com
*/
#define Vref 4.95
void
setup() {
Floating
L
H
12

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Grove-I2C ADC and is the answer not in the manual?

Table of Contents