Support for SEEED XIAO RP2040

Hello,

I was wondering if it is possible to add support for the board SEEED XIAO RP2040, or if it is techincally already fully supported through some other board

JP

Already supported in Arduino-Pico (Earlephilhower) support, PicoProbe Debugging by maxgerhardt · Pull Request #36 · platformio/platform-raspberrypi · GitHub.

[env]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m

[env:seeed_xiao_rp2040]
board = seeed_xiao_rp2040
; if using picoprobe SWD upload / debugging
;upload_protocol = picoprobe
;debug_tool = picoprobe
1 Like

But I was under the understanding that the Pico does not have Bluetooth and Wifi but the Xiao RP2040 does? So it would still be nice if the board was supported properly or will it be able to work with one of the standard wifi and bluetooth libraries?

The Xiao RP2040 does not have WiFi + BT. That would be the Pico W. And the Xiao RP2040 is supported per docs and board definition.

1 Like