kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
642 stars 38 forks source link

Flash code via a web browser #618

Closed jakeg closed 1 year ago

jakeg commented 1 year ago

I've made (partly by copying code from @kaluma/cli ) a way to flash the Pico directly from a web browser, using the web serial API.

Try it at https://www.mathsuniverse.com/pico

image

I created this partly because I'm using WSL on Windows, and connecting to the Pico via WSL is a bit of a faff (having to share the USB port etc).

It's very rough-and-ready but features:

Enjoy and let me know of any bugs etc!