Pimoroni

Raspberry Pi Pico Wireless Pack - WiFi + microSD Support

(No reviews yet) Write a Review
SKU:
PPPIM548
  • Raspberry Pi Pico Wireless Pack - WiFi + microSD Support main
  • Raspberry Pi Pico Wireless Pack - WiFi + microSD Support main 1
£12.00

Description

Raspberry Pi Pico Wireless Pack - WiFi + microSD Support

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 an 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.
Raspberry Pi Pico is not included - click here if you'd like to buy one.

Pico Wireless Features:

  • ESP32-WROOM-32E module for wireless connectivity (connected via SPI) (ESP32 WROOM32e Datasheet)
  • 1 x tactile button
  • RGB LED
  • Micro-SD card slot*
  • Pre-soldered female headers for attaching your Raspberry Pi Pico
  • Fully assembled
  • No soldering is required (as long as your Pico has header pins attached).
  • Compatible with Raspberry Pi Pico.
  • Dimensions: approx 53mm x 25mm x 11mm (L x W x H, including headers and components)
  • C++ and MicroPython libraries

Getting started with the Pico Wireless

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 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:
[code language="python"]
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 
[/code]

Pico Wireless Pin Out and Connectivity:

PPPIM548-Pi-Pico-Wireless-Pack-PinOut

Pico Wireless Notes:
  • * Please note that SD card support in the C++ SDK is still quite experimental - if you're planning on doing things with data you might have an easier time of it if you use CircuitPython!
  • The cuttable traces on the back let you disconnect functions that you're not using, freeing up the pins and making it easier to use Wireless Pack with other add-ons.

 

View AllClose

Additional Information

Brand:
Pimoroni
Part Number:
PIM548
Barcode:
0769894017135
View AllClose