-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Raspberry Pi Pico W #466
Comments
Thanks! Opened this request for voting |
Some initial findings: The WiFi (+Bluetooth 5.2) chip is Infineon CYW43439, and it is connected to the RP2040 over SPI. The pin assignment is as follows:
* When Relevant schematic section: |
This feature has been getting a large number of votes recently, so I ordered a Pi Pico W to prepare for implementation. |
Found a blog post with tons of useful information: https://iosoft.blog/2022/12/06/picowi/ |
Initial implementation of the Pi Pico W is live on Wokwi! Here are some examples: documentation and more information coming over the next few weeks. |
Just curious, would the Wokwi team consider implementing a CircuitPython version for the RPi Pico W? Since there is already a CircuitPython version for the Pico. |
@d3lta-v not a priority for the first release. We aim for Pico SDK and micropython compatibility, since they are both officially supported by the Pi foundation, and Arduino compatibility since Arduino is the most popular platform on Wokwi. |
Could you please have a look into connecting a Pico W to a NTP time server using MicroPython: import ntptime |
After some testing with the Pico-W beta board I and Koepel (discord user) has found out that it's currently unable to connect to WiFi when test example is re-compiled meaning only the pre-compiled test example works as of now. The current testing has included the following steps.
|
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
The text was updated successfully, but these errors were encountered: