Pi Pico W Circuit Python Setup

Published by

on

  1. Upload Circuit Python on to Pico W
  2. Install Thonny
  3. Install Install Blinka and PlatformDetect
    • Note: Remove files under the adafruit_blinka folder. The only ones used by the Pico are the adafruit_blinka/microcontroller/generic_micropython folder, adafruit_blinka/microcontroller/rp2040.py and adafruit_blinka/board/raspberrypi/pico.py. The Pico will run out of storage space otherwise.
  4. Test with BME280

Leave a comment