Skip to content

wollewald/ADS1220_WE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADS1220_WE

This is an Arduino library for the 24-bit, 4 channel ADS1220 ADC. I have tried to make it convenient and easy to use. All features of the ADS1220 have been implemented. The examples should help to understand how to use the functions.

If you like the library, it would be great if you could give a star. If you find bugs, please inform me.

On my website you find:

  1. An article about the ADS1220 and the use of this library

https://wolles-elektronikkiste.de/ads1220-4-kanal-24-bit-a-d-wandler (German)

https://wolles-elektronikkiste.de/en/4-channel-24-bit-adc-ads1220 (English)

  1. An article how to use the ADS1220 for typical applications, such as thermocouples, NTCs, RTDs or Wheatstone bridges:

https://wolles-elektronikkiste.de/ads1220-teil-2-anwendungen (German)

https://wolles-elektronikkiste.de/en/ads1220-part-2-applications (English)

Known Issue

The sketch ADS1220_WE_two_devices_one_spi_interface.ino is not working with the Arduino UNO R4 Minima or the Arduino UNO R4 WiFi. Investigations are ongoing. The problem seems to be on the Arduino side and not on the lib side. On an Arduino UNO R3, it works perfectly.