Anvil Pico W Firmware v0.1.1
This is the Anvil firmware for the Raspberry Pi Pico W. See https://anvil.works/pico for more information.
This release adds a websocket heartbeat, so the connection will remain open even if you are not communicating between Anvil and your Pico W, and also adds support for await anvil.pico.disconnect()
, which allows you to cleanly shutdown the Uplink connection when required.
Which firmware file should I download?
If you are starting from scratch, you should use the pico-w-anvil-v0.1.1-complete.uf2
firmware. This will overwrite the entire flash memory, and includes template boot.py
and main.py
files on the USB mass storage filesystem.
If you already have files in the filesystem on your Pico W, you should download and flash the pico-w-anvil-v0.1.1-firmware-only.uf2
firmware. This will **not ** overwrite files created in the filesystem of previous Anvil firmware releases.