Does Seeed plan to release a port of the Arduino SDK for the Xiao RP2350 ?
The product page only mentions Micro-Python.
Does Seeed plan to release a port of the Arduino SDK for the Xiao RP2350 ?
The product page only mentions Micro-Python.
I would really assume they will… i think it takes a while to get a Arduino BSP setup
I would say NO, who would do it, they recommend to use VScode and the RP extension, change the board type to “seeed Xiao RP2350” and bob’s your uncle on the demos working and developing just like arduino.
I tried it and took me about 20 minutes to get one going with blinky
Takes longer to install the extra stuff. but at least you get debugging with it working. so that’s nice.
I see it as a NBD no RF so …meh’
HTH
GL PJ
the RP2040 does have arduino support BTW,…
The excellent port by Earle F. Philhower, III now supports the RP2350, but not yet the Xiao RP2350.
Could an engineer from Seeed create a pull request at GitHub - earlephilhower/arduino-pico: Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards with the configuration of the Xiao RP2350?
Thank you!
I am using the Arduino SDK primarily as a hardware abstraction layer, not the IDE.
The rationale is, using the Arduino SDK saves a lot of time. There is no need to dig into the proprietary APIs of each MCU. Additionally, the MCU could be selected late on development, and the Arduino SDK makes MCU swapping very easy.
After Mbed-OS announced its end-of-life, there are not so many cross-platform SDKs available. Do you know some?
Hi,
Thanks for your interest in this product. The Arduino support for XIAO RP2350 will be available in October.
Release 4.2.0 of GitHub - earlephilhower/arduino-pico: Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards now supports the Xiao RP2350.