Philip Howard

Results 958 comments of Philip Howard

i2s support has been added to the RP2 port as of MicroPython 1.18 - we're going to have to test this and put together some kind of example, but it...

Our MicroPython C++ drivers are incredibly RP2040 specific at the moment, so while it's not impossible it would require a fair bit of work to port the supporting C++ code....

I believe we found a bug in the trackball firmware that affects interrupts. I'll confirm this next week and see if a fix is on the way out there. It's...

I had a firmware to test, but no way to flash it, and then a lot of Pico W happened. I'll see if we got anywhere with this.

Thank you! Could you rebase this on main, please? A new version of flake8 broke our Python linting and this is stopping me from merging.

The steps are pretty explicitly laid out by the GitHub workflow that builds our releases/test builds: https://github.com/pimoroni/pimoroni-pico/blob/v0.3.3/.github/workflows/micropython.yml Some documentation effort wouldn't go amiss though, I could have sworn I wrote...

If it's the latest .uf2 you might have to go into "Run -> Select Interpreter" and pick your board manually. Thonny seems to have some trouble detecting the latest MicroPython...

It currently doesn't do anything fancy, but perhaps could do. Marked as enhancement for when I get a moment to look into it.

It might over complicate the example, but if you want to try it here's a changeset to replace the image with a QR code if you supply an additional line...

Indeed there is no RTC battery backup, so this cannot be fixed in software Making seconds reset to zero is doable, though, for what little help that is.