Neercs
Posts: 13
Joined: Mon Oct 05, 2015 1:47 pm

ADC ADS1118 SPI library

Sat Nov 21, 2015 11:36 pm

Hi everybody,

Does anyone knows if a python library for the ADC ADS1118 SPI (16 bits from TI) exists ?
I managed to find a beautiful library for a similar ADC (the adafruit library written for the ADC ADS1115 I2C (16 bits TI)) but the I2C protocol is used for this one and not the SPI.

https://github.com/adafruit/Adafruit-Ra ... ython-Code

I am new sith Python and I was wondering if it's easy to adapt the existing library using I2C to create a new one for the ADS1118 using SPI ?

nyt
Posts: 1
Joined: Thu Jul 27, 2017 9:05 pm

Re: ADC ADS1118 SPI library

Thu Jul 27, 2017 9:07 pm

I know this is old, but if anyone is still looking here is a bit bang library for the ADS1118: https://github.com/jonathanimb/ADS1118

Return to “Beginners”