Protocentral / Protocentral_ADS1220

ADS1220 arduino library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProtoCentral ADS1220 24-bit ADC Breakout Board

Compile Examples

ADS1220 Breakout

If you don't already have one, you can buy the ProtoCentral ADS1220 24-bit ADC Breakout Board from: ProtoCentral(Worldwide)

Why would you need a 24-bit ADC? When 16-bit is just not enough. If your design demands high precision analog measurements, this new breakout board for the ADS1220 24-bit Sigma-delta ADC can get the job done. Most of the previously available 24-bit ADCs have been difficult to use since they require a separate voltage reference and a lot of external components among other things. The ADS1220 gets rid of almost all external components with an internal voltage reference and internal clock. This is one of the easiest to use 24-bit ADCs that we have come across. We also provide the Arduino libraries for interfacing this chip with your Arduino. To install the library, download the zip file from our github site, rename it to ProtoCentral_ADS1220 and unzip this file in your Arduino libraries folder.

Features

  • Programmable Data Rates: Up to 2 kSPS
  • Programmable Gain: 1 V/V to 128 V/V
  • Low current : 250 uA
  • Low-Noise: 90 nVRMS at 20 SPS

Applications

  • High Precision analog voltage measurement
  • RTD interfacing
  • High precision chemical sensors

Wiring to your Arduino

ADS1220 Pin Pin Function Arduino Uno Pin Connection
DRDY Data ready Output pin D2
MISO Slave Out D12
MOSI Slave In D11
SCLK Serial Clock D13
CS Chip Select D7
DVDD Digital VDD +5V
DGND Digital Gnd Gnd
AN0-AN3 Analog Input Analog Input
AVDD Analog VDD -
AGND Analog Gnd -

** The example sketch is configured for internal Vref=2.048, provide the differential voltage across AN0 and AN1.

License Information

License

This product is open source! Both, our hardware and software are open source and licensed under the following licenses:

Hardware

All hardware is released under the CERN-OHL-P v2 license.

Copyright CERN 2020.

This source describes Open Hardware and is licensed under the CERN-OHL-P v2.

You may redistribute and modify this documentation and make products using it under the terms of the CERN-OHL-P v2 (https:/cern.ch/cern-ohl). This documentation is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-P v2 for applicable conditions

Software

All software is released under the MIT License(http://opensource.org/licenses/MIT).

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Documentation

All documentation is released under Creative Commons Share-alike 4.0 International. CC-BY-SA-4.0

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

Please check LICENSE.md for detailed license descriptions.

About

ADS1220 arduino library

License:Other


Languages

Language:C++ 70.0%Language:Python 30.0%