Skip to content

Anvil Pico W Firmware v0.1.1

Compare
Choose a tag to compare
@daviesian daviesian released this 08 Jul 09:15
· 2 commits to master since this release

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.