ULP lib

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
KJM
Posts: 158
Joined: Sun Nov 18, 2018 10:53 pm
Location: Sydney AU

ULP lib

Post by KJM » Mon Feb 07, 2022 1:22 am

There is a nice little https://github.com/ThomasWaldmann/py-es ... counter.py .py that can run ULP code & make the result available.

One of the contributors feels the resource needs a proper home https://github.com/ThomasWaldmann/py-es ... /issues/61 I'm inclined to agree. I feel the esp32s ULP is much under utilised resource in the novice python community compared to the number of C utilities available for it. In fact a ULP repository with the Walmann/Wnienhaus effort & some ULP code examples for pulse counting (preferably with debounce), ADC, I2C, etc could be a worthwhile endeavour?

Curious what other think? I hate reinventing the wheel. Do we need a central resource of ULP routines runable from a .py file and, if we do, where would be a good place for it?

Post Reply