Pin Changes when going for Pico W #58
-
@NuclearPhoenixx : You mention several times that some internal pins change from the Pico to the Pico W board so the software needs to be modified. Which pins are this for example? I did a quick check and couldn't spot any difference. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi there, there are a couple differences between internal pins. Just had a quick google and copied text from the first result: https://core-electronics.com.au/guides/raspberry-pi-pico-w-vs-pico-whats-the-difference/... Quote: Of course, this is the big one. The major upgrade in the Pico W is support for wireless connectivity (2.4GHz wireless LAN b/g/n). The wireless interface (Infineon CYW43439) is driven by pins internal to the Pico W (not broken out to the headers). These are:
The wireless interface also brings a few new user-controllable pins to the mix:
This means that some internal pins on the Pico W are now repurposed for communication with the CYW43439, and have been replaced by GPIO present on the CY43439. In summary, internal functions that have changed between models are:
On-board LEDLooking closer at the Wireless section, we can see that the user-LED is now controlled by the wireless module on pin WL_GPIO0. On the original Pico this was GPIO25, which is now reserved for SPI communication with the wireless module. This difference will probably affect the most users, because the onboard LED is a convenient debugging tool / status indicator. |
Beta Was this translation helpful? Give feedback.
-
Ah, many thanks :) |
Beta Was this translation helpful? Give feedback.
Hi there, there are a couple differences between internal pins.
Just had a quick google and copied text from the first result: https://core-electronics.com.au/guides/raspberry-pi-pico-w-vs-pico-whats-the-difference/... Quote:
Of course, this is the big one. The major upgrade in the Pico W is support for wireless connectivity (2.4GHz wireless LAN b/g/n). The wireless interface (Infineon CYW43439) is driven by pins internal to the Pico W (not broken out to the headers). These are: