Anyone have any experience with this error :
avrdude: Error: Could not find USBtiny device (0x1781/0xc9f)
I'm running this with IDE 1.8.5 under Ubuntu. Same situation with Mint as well.
Tried a few different hardware cores but all give the same result.
Any help would be appreciated.
Cheers.
pert
2
What type of ISP programmer are you using?
I'm using the USBTinyISP. It's one of these dev board show in the attachment.
pert
4
taintedsushi's picture from the previous reply:
I think I may be able to answer my own question here. This solution seems to work for linux and arduino IDE 1.8.x
- Add digistump in additional boards menu (file --> preferences) :
http://digistump.com/package_digistump_index.json
-
Install digistump-avr in Board Management
-
Create a file here ---> /etc/udev/rules.d/digispark.rules Add this line to it :
SUBSYSTEM=="usb", ATTR{idVendor}=="16d0", ATTR{idProduct}=="0753", MODE="0660", GROUP="dialout"
Use the default (16.5mhz) digispark board and USBtinyISP for programming.