Hi all, just received my first DigiSpark, can't get upload to work and would appreciate some pointers what to try next.
I am an experienced Arduino user (mainly use Nano 3, Wemos D1 mini, ATTiny84/85 via USBAsp). I am using Arduino IDE 1.16.11, DigiStump AVR boards package 1.6.7 on Ubuntu 14.04 LTS (64-bit)
I installed the UDEV rules and the Digispark seemed to be recognised ok initially, because lsusb gave me something that said "DigiStump" or "DigiSpark" (sorry, I did not make a note of exactly what it said). However, that no longer appears. I have tried restarts and sudo udevadm control --reload-rules, but I cannot get the DigiSpark related device to re-appear in lsusb. In fact, nothing appears when I plug the DigiSpark in, by which I mean nothing new appears in lsusb.
I'm not sure what I did that caused the device to disappear from the usb device list. I was working my way through the
Linux Troubleshooting guide, so it might have been when I tried sudo apt-get install lib32stdc++6, but I've no idea why that would cause an issue.
The Digispark itself seems OK. Its power led comes on immediately it is plugged in, and after 5s, the other red led starts flashing at about 2Hz. The USB cable is good, I just re-tested it by uploading a sketch to a Wermos D1 mini. No circuit connected to the DigiSpark at present.
Any suggestions from other Ubuntu users would be especially useful.
Thanks!
Paul