GroundStudio / GroundStudio_Marble_Pico

31 stars 2 forks source link

Marble Pico connectivity on MacOS #5

Open CatalinMustata opened 1 month ago

CatalinMustata commented 1 month ago

Hey guys!

I've got a basic example running on the Marble using the official RPi Pico guide, but I noticed I don't have the expected /dev/ttyACM0 or any valid serial port (I do get /dev/tty.Bluetooth-Incoming-Port, but that's unusable). Should note I'm running this on a M2 Mac using MacOS Sonoma (14.6.1)

I can program the board through VSCode without issues (Arduino IDE has some issues with the toolchain after the migration to Apple Silicon which I have yet to solve), but I would be great to have Serial communication through USB available as well.

Any suggestions are highly appreciated.