i2c_adc_ads7828  v2.0.2
Arduino library for TI ADS7828 I2C A/D converter.
Arduino library for TI ADS7828 I2C A/D converter.
Version
2.0.2
Date
27 Sep 2016
Source Code Repository:
https://github.com/4-20ma/i2c_adc_ads7828
Programming Style Guidelines:
http://geosoft.no/development/cppstyle.html
Features
The ADS7828 is a single-supply, low-power, 12-bit data acquisition device that features a serial I2C interface and an 8-channel multiplexer. The Analog-to-Digital (A/D) converter features a sample-and-hold amplifier and internal, asynchronous clock. The combination of an I2C serial, 2-wire interface and micropower consumption makes the ADS7828 ideal for applications requiring the A/D converter to be close to the input source in remote locations and for applications requiring isolation. The ADS7828 is available in a TSSOP-16 package.
Schematic
                                Arduino
                               .--------------------.
                               |Duemilanove         |
                               |                    |
    TI ADS7828        .-------o|5V                  |
   .--------------.   |        |                    |
 -o|1 CH0   VDD 16|o--'   .---o|GND                 |
   |              |       |    |                    |
 -o|2 CH1   SDA 15|o------)---o|A4 SDA              |
   |              |       |    |                    |
 -o|3 CH2   SCL 14|o------)---o|A5 SCL              |
   |              |       |    '--------------------'
 -o|4 CH3    A1 13|o------o
   |              |       |
 -o|5 CH4    A0 12|o------o
   |              |       |
 -o|6 CH5   COM 11|o-     |
   |              |       |
 -o|7 CH6   REF 10|o-     |
   |              |       |
 -o|8 CH7   GND  9|o------o
   '--------------'       |
                          |
                         ===
                         GND
Caveats
Conforms to Arduino IDE 1.5 Library Specification v2.1 which requires Arduino IDE >= 1.5.
Support
Please submit an issue for all questions, bug reports, and feature requests. Email requests will be politely redirected to the issue tracker so others may contribute to the discussion and requestors get a more timely response.
Author
Doc Walker (4-20ma@wvfans.net)
License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.