Generic MicroPython driver for MCP9700
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Micropython Library for the MAX31865 resistance-to-digital converter optimized for platinum resistance temperature detectors (RTDs).
Micropython Generic Thermistor Library is a basic software module designed to simplify temperature sensing using NTC thermistors within MicroPython-based projects. The library assumes a generic NTC thermistor on the ground side of a voltage divider.
MicroPython Library for new MAX31856 (Precision Thermocouple to Digital Converter with Linearization) with 19-Bit Thermocouple Temperature Resolution. This chip provides a SPI digital interface for Thermocouple Types B, E, J, K, N, R, S or T.
This project provides a MicroPython driver for the MAX31855 thermocouple amplifier, enabling temperature measurement from thermocouples via SPI communication. It allows embedded systems running MicroPython to interface with industrial-grade temperature sensors for monitoring and control applications. ## Key Features - **SPI Interface** — Communicates with MAX31855 chips using standard SPI protocol - **Temperature Reading** — Reads thermocouple temperature in Celsius with 0.25°C resolution - **Cold Junction Compensation** — Automatically compensates for reference junction temperature - **Fault Detection** — Identifies thermocouple faults like open circuits or short circuits - **Simple API** — Provides clean methods to read temperature and check fault status ## Philosophy The driver follows MicroPython's minimalist approach, offering a straightforward interface to the MAX31855's capabilities without unnecessary abstraction layers.