{"title":"Pico Wireless Pack","handle":"pico-wireless-pack","url":"/products/pico-wireless-pack","description":"Add 2.4 GHz Wi-Fi connectivity and local storage to your Raspberry Pi Pico with this compact add-on pack. The Pico Wireless Pack attaches to the back of your Pico using pre-soldered female headers — no soldering required (as long as your Pico has header pins attached).\n\nPowered by an ESP32-WROOM-32E module connected via SPI, this pack lets your Pico connect to wireless networks and transfer data. It also includes a microSD card slot for local data storage, an RGB LED for status indication, and a tactile button.\n\nKey Features\n\n\nESP32-WROOM-32E – 2.4 GHz Wi-Fi connectivity via SPI\n\nMicroSD Card Slot – Store data locally\n\nRGB LED – Visual status indicator\n\nTactile Button – Useful for enabling/disabling Wi-Fi or triggering actions\n\nPre-Soldered Headers – Plug-and-play attachment to Pico\n\nCuttable Traces – Disconnect unused functions to free up pins for other add-ons\n\nDimensions – Approximately 53 × 25 × 11 mm (L × W × H, including headers)\n\n\nIdeal For\n\nSending sensor data to home automation systems or dashboards\nHosting a simple web server from your Pico\nInteracting with online APIs\nAdding wireless functionality to existing Pico projects\n\n\nGetting Started\n\nPimoroni provides C++ and MicroPython support through their Pico libraries, with a custom MicroPython UF2 that includes wireless drivers for the ESP32. For CircuitPython, you can use Adafruit's ESP32SPI and SD libraries with the following pin configuration:\n\n\n\n🐍 CircuitPython Pin Configuration\n\nspi = busio.SPI(board.GP18, board.GP19, board.GP16)\n\nesp32_cs = DigitalInOut(board.GP7)\nesp32_ready = DigitalInOut(board.GP10)\nesp32_reset = DigitalInOut(board.GP11)\n\nSD_CS = board.GP22\n\n\n\nNote: Raspberry Pi Pico is not included. Your Pico will need male headers soldered with pins pointing downwards to attach to this pack. SD card support in the C++ SDK is experimental — CircuitPython may be easier for data-heavy projects.\n\n\nResources\n\n\nPimoroni Pico Libraries (C++ and MicroPython)\n","vendor":"Little Bird","product_type":"physical","in_stock":false,"options":[],"variants":[{"id":3307,"title":"Default Title","sku":"PR-PIM548","price":27.69,"on_sale":false,"in_stock":false,"available_quantity":0,"option1":"Default Title"}]}