TinyCircuits Forum

TinyCircuits Products => Thumby => Topic started by: tmayoff on June 07, 2022, 11:59:05 AM

Title: Can't connect thumby to editor on Linux
Post by: tmayoff on June 07, 2022, 11:59:05 AM
I can't get my thumby's to connect to the web editor on Linux (Debian 11 and Fedora 36) the same thumby, cable and PC work in windows.

lsusb shows a MicroPython device in it and it also works in BOOTSEL (holding the down button while turning it on)

listing /dev/tty* doesn't show a ttyUSB device
Title: Re: Can't connect thumby to editor on Linux
Post by: Jason on June 10, 2022, 12:44:34 PM
Try adding your user to the dialout group:
Code: [Select]
sudo adduser $USER dialout
You may need to log out and back in or reboot afterwards