61
TinyDuino Processors & TinyShields / New user, cannot connect to TinyScreen+ 'No device found on ttyACM0'
« Last post by Lax on October 04, 2024, 08:18:02 PM »Hello!
I recently purchased a TinyScreen+. I am running Kubuntu 22.04 (LTS). I am following the tutorial here: https://learn.tinycircuits.com/Processors/TinyScreen%2B_Setup_Tutorial/ and am running into an issue. When I try to upload the Blink or TinyScreen example I am always greeted with this error:
I am a member of the 'dialout' group and did run the following
Running both
I'm brand brand new to this so I apologize if my questions are easily answered or newb-ish.
-Lax
I recently purchased a TinyScreen+. I am running Kubuntu 22.04 (LTS). I am following the tutorial here: https://learn.tinycircuits.com/Processors/TinyScreen%2B_Setup_Tutorial/ and am running into an issue. When I try to upload the Blink or TinyScreen example I am always greeted with this error:
Code: [Select]
No device found on ttyACM0
I am a member of the 'dialout' group and did run the following
Code: [Select]
sudo chmod a+rw /dev/ttyACM0
. I have correctly selected the correct Board and Port in the Arduino IDE but now I am stuck.Running both
Code: [Select]
sudo chmod a+rw /dev/ttyACM0
& Code: [Select]
lsusb
I see the TinyScreen+ as connected. But now I am unsure how to troubleshoot?I'm brand brand new to this so I apologize if my questions are easily answered or newb-ish.
-Lax