Pimoroni sells products (such as the Badger 2040 W) that say “Pico Aboard!” (or “Pico W aboard!”) and I was wondering how the pico communicates with the rest of the device? Does it use the GPIO? If not, can I use the GPIO?
(I might be titling this topic wrong, so feel free to correct me. Sorry!)
It means it physically has a Pico(W) attached, rather than just embedding an rp2040 controller in it.
The pads of the Pico(W) are exposed, but you’d have to double-check the specific schematic (usually on the product page) to know what pins are already grabbed by the hardware.
Yes, it communicates with the device its connected to via the GPIO pins. The W just means it has built in WIFI. It’s up to you whether you want to use the WIFI or not.