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.
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.
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.
!!! WANTED !!!
By Peter Hinch.
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.
[edit cg] There are some PyCom firmware images with ulab, see:
Pycom MicroPython firmwares with ulab were not simple at all : some backporting was needed from MicroPython v1.12 to Pycom MicroPython (currently based in v1.11).
Beside the FFT there is a spectrum (image?) function in ulab, sounds interesting.