Give your Raspberry Pi Pico project the capacity to chat with 2.4GHz Wi-Fi networks plus a handy microSD card slot with this Pico Wireless Pack - PIM 548.
Pico Wireless Pack attaches to the back of your Pico and uses an ESP32 chip to let your Pico connect to 2.4GHz wireless networks and transfer data. There's a microSD card slot for if you want to store lots of data locally as well as a RGB LED (for status updates) and a button (useful for things like enabling/disabling Wi-Fi).
Great for quickly adapting an existing Pico project to have wireless functionality, Pico Wireless Pack would come in handy for sending sensor data into home automation systems or dashboards, for hosting a web page from a matchbox or for letting your Pico interact with online APIs.
Features
Getting started
We've added C++/MicroPython support for Wireless Pack to our Pico libraries and our custom MicroPython uf2 comes with drivers baked in (you can find instructions for how to install the custom .uf2 here). You can find C++ examples here and MicroPython examples here - there's a Cheerlights example that shows you how to make requests from an API, and one that sets your Pico up as a tiny HTTP server, accessible through your browser.
Alternatively, you can use Pico Wireless Pack with CircuitPython and Adafruit's ESP32SPI and Adafruit_CircuitPython_SD libraries. You'll need to alter their examples to use the correct pins:spi = busio.SPI(board.GP18, board.GP19, board.GP16)esp32_cs = DigitalInOut(board.GP7)esp32_ready = DigitalInOut(board.GP10)esp32_reset = DigitalInOut(board.GP11)SD_CS = board.GP22
Notes
About Raspberry Pi Pico
Raspberry Pi Pico is a flexible, low cost microcontroller development board from the folks at Raspberry Pi, based on their very own chip - the RP2040. It's easily programmable over USB with C/C++ or MicroPython, and ideal for using in all sorts of physical computing projects, devices and inventions - we're so excited to see what you make with it!
We've called our Pico-sized add-ons packs, as they're designed to attach to the back of your Pico as if it were wearing a very stylish backpack (or a miniature jet pack, if you prefer). We've also got Pico bases (larger add-on boards with a space to mount your Pico on top) and some other boards that let you do interesting hackerly things like using multiple packs at once - click here to view them all!
Your Pico will need to have male headers soldered to it (with the pins pointing downwards) to attach to our add-on boards.