Mittlerweile hat MicroPython schon viele “batteries included” bzw. andere Autoren helfen nach und es entsteht eine ansehnliche Sammlung an Modulen für diverse digitale Sensoren.
Hier können wir interessante Fundstücke kollekiv sammeln.
Control the operation of the ADS1x15 ADC and read back the data.
ADS1219
MicroPython Driver for Texas Instruments ADS1219 Analog to Digital Converter (ADC), a precision, 4-channel, 24-bit, analog-to-digital converter (ADC) with I2C interface.
ulab is a numpy-like module for micropython , meant to simplify and speed up common mathematical operations on arrays. The primary goal was to implement a small subset of numpy that might be useful in the context of a microcontroller. This means low-level data processing of linear (array) and two-dimensional (matrix) data.