Hello - I’m trying to get the Pico Display 2.8" to work with a pico 2w. The issue I’m having is that the Network module is not native to the Pimoroni version of the firmware, and I can’t find another comparable module.
I need the Pimoroni version becuase I need picographics. If I use the normal Micropython I can’t get the screen to work without picographics…
My Pico Plus 2W has just arrived without a uf2 uploaded. I need all the memory, WiFi, Bluetooth and Pimoroni Picographics. I cannot see a current uf2 which supplies all of this.
I can confirm that. Pico Plus 2W loaded with the pico_plus2 uf2.
MPY: soft reboot
MicroPython feature/psram-and-wifi, pico_plus2_rp2350 v0.0.11 on 2024-11-26; Pimoroni Pico Plus 2 (PSRAM + LTE + WiFi) with RP2350
Type "help()" for more information.
>>>
As V 0.0.12 has now been released I tried the Pico Plus2 uf2 file and that runs correctly on my Plus 2 W. If the Pico 2 W entry is actually for a 2040 chip then this needs to be fixed pronto. Or is it just the text string that is wrong?
I agree that it should not be this hard to simply find the appropriate uf2 file. The hard work has been done developing the underlying code and libraries. All we need is the signposts, and the correct files on GitHub(?).
I am reminded why I tend to stick with vanilla MicroPython wherever possible.
@kelvinr As far vas I know if you try to load the wrong uf2 file, it just goes back into boot mode. If that uf2 was actually for the RP2040 it won’t flash to an RP2350, and vice versa. For the 2350 I just go to the link I posted above.
Where are you seeing the rp2040 reference? I don’t have a Pico2 W, just yet. I have some ordered that will arrive early next week some time. I have a Pico Plus 2 W, just not a 2 W.
I have just tested the Pimoroni Pico 2 W build (V 0.0.12) and in Thonny you get a choice of loading the interpreter for RP2040 or RP2350. Just choose an interpreter in Thonny that does not include “RP2040”. A quick test shows Wi-Fi to be working as expected on my R Pi Pico 2 W.