Philip Howard

Results 958 comments of Philip Howard

> But if I try to import the package, I still receive an error relating to `python-numpy` By default virtual environments will ignore system installed packages. You need to use...

It would be relatively straight-forward to use PIL to crop or proportionally resize images to your preference, but `image.py` doesn't try to be smart. You'll probably need to create a...

Probably not a proper release, since I think we're now too close to v1.23 (maybe? đź‘€). These test builds- available from the GitHub actions artifacts - should work just fine...

Might be worth also trying “flash_nuke.uf2” (https://cdn-learn.adafruit.com/assets/assets/000/099/419/original/flash_nuke.uf2?1613329170 ) which will completely erase the flash and eliminate any startup scripts blocking Thonny. In theory the “with_badger_os” builds should do this. I...

Day late and a dollar short here, but I think this is a bug in MicroPython's CMakeLists here: https://github.com/micropython/micropython/blob/8fdcc25eb07731a64077b7576c5d477cf81e2dd5/ports/rp2/CMakeLists.txt#L529 We're supplying an explicit `MICROPY_BOARD_DIR` to build Badger 2040W with an...

Okay after digging my way through multiple levels of code broken by bleeding-edge MicroPython I managed to produce a build and test that my fix actually works- thankfully it does:...

Newer version is imminent (I've been working on it this e... morning.. night?) and it will add `WL_GPIO2` in addition to a bunch of other useful pin definitions. The fix...

There was a bug in MicroPython's handling of open wireless networks, discussed and eventually fixed here - https://github.com/micropython/micropython/issues/9016 Badger 2040W isn't building against the latest version of MicroPython yet, so...

At an absolute wild, wild guess I suspect filesystem corruption. Did you reinstall from the -with-badger-os version of the .uf2?