My Inky Frames arrived today. They look very nice and I’m glad to see there are mounting holes on the top on the production version. Mine appears to have the MicroPython interpreter and nothing else on the Pico W. Is there a link for the demo software?
For Pimoroni: I suspect others may fail for this trap if they go rummaging and aren’t familiar with the whole project range. A link and small photo of the relevant device(s) might help users to navigate to the correct page for those wondering around pimoroni-pico/micropython/examples at main · pimoroni/pimoroni-pico · GitHub .
For Pimoroni: a step-by-step guide would help for Inky Frame users.
The custom Pimoroni Micro python uf2 file should have all the libraries needed for the inky frame to work. And have whats needed to run any of the examples. Releases · pimoroni/pimoroni-pico · GitHub
The examples need network_manager.py and WIFI_CONFIG.py from the common directory to be saved to your Pico W. Open up WIFI_CONFIG.py in Thonny to add your wifi details (and save it when you’re done).
You’ll also need to install the micropython-urllib.urequest library using Thonny’s ‘Tools’ > ‘Manage Packages’ or common/lib/urllib which contains a compiled .mpy version that uses less RAM. You should place this directory in lib on your Pico W.
Finally for examples loading images, you’ll need sdcard.mpy from common/lib. You should place this file in lib on your Pico W.
Ops, forgot all about the extra stuff needed to have the WIFI connect to your network.
And didn’t know about the sdcard stuff. Sorry about that.
I have a Tufty, no WIFI and no SD Card slot. I have tinkered with the Pico Wireless Pack, but only the WIFI part of it.