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:
No device found on ttyACM0
I am a member of the 'dialout' group and did run the following
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
sudo chmod a+rw /dev/ttyACM0
&
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