Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wollewald/ads1220_we
Arduino library for the 24-bit, 4 channel ADS1220 ADC
https://github.com/wollewald/ads1220_we
24bit adc ads1220 arduino-library spi
Last synced: about 2 months ago
JSON representation
Arduino library for the 24-bit, 4 channel ADS1220 ADC
- Host: GitHub
- URL: https://github.com/wollewald/ads1220_we
- Owner: wollewald
- License: mit
- Created: 2022-06-11T15:52:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T19:39:34.000Z (about 1 year ago)
- Last Synced: 2023-12-20T20:50:37.324Z (about 1 year ago)
- Topics: 24bit, adc, ads1220, arduino-library, spi
- Language: C++
- Homepage: https://wolles-elektronikkiste.de/en/
- Size: 789 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
2) 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)