9 open-source projects similar to rdagger/micropython-ads1220, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Fork of the now archived https://bitbucket.org/thesheep/micropython-ads1015
The ADS1219 is a precision, 4-channel, 24-bit, analog-to-digital converter (ADC) with I2C interface Example usage: single-shot conversion
Модуль MicroPython для управления ADS1115. Многоканальный, дифференциальный I2C АЦП от TI. MicroPython module for controlling ADS1115. Multichannel, differential I2C ADC from TI.
Модуль MicroPython для управления MCP342X. 18-битный аналого-цифровой преобразователь с интерфейсом I2C и встроенным ИОН. 18-Bit Analog-to-Digital Converter with I2C Interface.
This is a short and simple class for the ADS1256 and ADS1255 ADC. It supports reading the ADC value, reading the temperature and configuring the various device modes. In the following document, ADS1256 or ads1256 is used for both ADS1256 and ADS1255, unless otherwise stated.
This driver consists mostly of the work of Radomir Dopieralski (@deshipu). I added a few functions and changed the existing ones so it matches better my needs for a project. Especially were the functions time-optimized and made IRQ-proof (no allocation of RAM in the IRQ-prone methods). It was…
This is a very short and simple class. It uses the SPI bus for the interface. That ensures that the tight timing requirements of the ADS7818 are met.
This is a short and simple class for the CS1237 and CS1238 ADC. It supports reading the ADC value, reading the temperature and configuring the various device modes. In the following document, the CS1237 or cs1237 is used for both CS1237 and CS1238, unless otherwise stated.
MicroPython library for the MCP3001 10-bit 1-channel SPI Analogue-Digital converter