earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
1.99k stars 413 forks source link

Feature Request: Support for new Pimoroni Pico Plus 2 W #2495

Open znmeb opened 5 days ago

znmeb commented 5 days ago

Pimoroni have announced a new board with an RP2350 and WiFi. I have two on order.

https://shop.pimoroni.com/products/pimoroni-pico-plus-2-w?variant=42182811942995

So far the only software support I see for this is the Pimoroni build of MicroPython - I don't even know if it's in the Raspberry Pi Pico SDK yet. I'll update this issue when I get boards and can throw my test scripts at it.

earlephilhower commented 4 days ago

Looks like it's just the existing WiFi chip on a carrier for easier FCC certification: https://www.tomshardware.com/raspberry-pi/pimoroni-pico-plus-2-w-features-mysterious-raspberry-pi-rm2-wi-fi-chip

znmeb commented 4 days ago

Interesting - my boards have shipped and DHL sez they'll be here Monday. The Pimoroni website only calls out MicroPython and the Tom's Hardware article seems to back that up so I'll load the Pimoroni MicroPython on one board to verify that the WiFi works. Then I can look at the MicroPython code in their repo to see if it has any differences between their new board and the Pico W.