Skip to content
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

Open
znmeb opened this issue Sep 26, 2024 · 4 comments
Open

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

znmeb opened this issue Sep 26, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@znmeb
Copy link

znmeb commented Sep 26, 2024

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 earlephilhower added the enhancement New feature or request label Sep 26, 2024
@earlephilhower
Copy link
Owner

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
Copy link
Author

znmeb commented Sep 27, 2024

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.

@sillycowvalley
Copy link

Have 2x Pico Plus 2 W's now.
Tried and failed to get it to compile in the Arduino IDE:
Basically used Pico Plus 2 W as my board and added:
#if defined(ARDUINO_RASPBERRY_PI_PICO_W) || defined(ARDUINO_RASPBERRY_PI_PICO_2)
everywhere in WifiClass.h and WifiClass.cpp to make the Pico Plus 2 config pretend to be a Pico Plus 2 W (for now) and just use the same code as the old Pico W.
Looks like I'm missing adding libraries\lwIP_CYW43 (etc) to the include paths somewhere ...
Clearly I'm out of my depth but I'm happy to test someone elses' attempt at this.

@znmeb
Copy link
Author

znmeb commented Oct 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants