-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Support for new Pimoroni Pico Plus 2 W #2495
Comments
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 |
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. |
Have 2x Pico Plus 2 W's now. |
I'm not sure Pimoroni even have it working with MicroPython yet. https://github.com/pimoroni/pimoroni-pico-rp2350/releases/tag/v0.0.7 And I don't think there's a board definition for it in the SDK either. There's no header file for it in https://github.com/raspberrypi/pico-sdk/tree/master/src/boards/include/boards. I'm going to open an issue over on the SDK site to have them add it. |
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.
The text was updated successfully, but these errors were encountered: