Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fixed] IDE 1.6.9 + ArduinoISP = "Could not find USBtiny device (0x2341/0x49)" error message => Use "Arduino as ISP" #5124

Closed
HP-Sparks opened this issue Jul 12, 2016 · 4 comments
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Type: Bug Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug

Comments

@HP-Sparks
Copy link

Hi,
I am trying to program an ATtiny85 from Arduino IDE 1.6.9, under Linux (Ubuntu -based machine) after following the indications from there:

The ArduinoISP seems fine: "HeartBeat" LED is glowing non stop.
Trying to push the "blink" code to the ATtiny85 ends with this exact error message:
avrdude: Error: Could not find USBtiny device (0x2341/0x49) while all necessary settings from the menu are set properly (i.e. Board: ATtiny25/45/85 ; Processor: ATtiny85 ; Clock: Internal 1MHz ; Port: /dev/ttyUSB0 ; Porgrammer: ArduinoISP)

Port is /dev/ttyUSB since using an Arduino clone (WaveShare "UNO Plus") with a switch to disable the reset from DTR signal.

I also tried with an Arduino UNO R3 original, same issue: Whatever programmer I select, there is an automatic selection for USBtiny over-riding my selection.
I faced the same issue prior to engage into ATtiny85 development.

Any idea for a workaround ?

Thanks in advance !

Best regards,
HP_

@HP-Sparks HP-Sparks changed the title IDE 1.6.9 + ArduinoISP gets "Could not find USBtiny device (0x2341/0x49)" error message. IDE 1.6.9 + ArduinoISP = "Could not find USBtiny device (0x2341/0x49)" error message... Jul 13, 2016
@HP-Sparks
Copy link
Author

Hi,
I found the origin of my problem: "ArduinoISP" versus "Arduino as ISP" for the programmer choice.
Curiously, I had Not the "Arduino as ISP" choice when I tried yesterday.
Changes since yesterday are:

Sorry for this false issue.

Best regards,
HP_

@HP-Sparks HP-Sparks changed the title IDE 1.6.9 + ArduinoISP = "Could not find USBtiny device (0x2341/0x49)" error message... [Fixed] IDE 1.6.9 + ArduinoISP = "Could not find USBtiny device (0x2341/0x49)" error message => Use "Arduino as ISP" Jul 14, 2016
@agdl
Copy link
Member

agdl commented Jul 14, 2016

@HP-Sparks thank you for reporting this. However I suggest you to use this core for tiny devices:
https://github.com/SpenceKonde/ATTinyCore

@dnloliveira1
Copy link

Aconteceu comigo a mesma coisa, obrigado pelo apoio kkkkkkkk

@positron96
Copy link

Am I right that "ArduinoISP" is broken and does not work with ArduinoISP sketch?
My Arduino 1.8.13 has 3 entries of bootloaders: "ArduinoISP", "ArduinoISP.org" and "Arduino as ISP", of which only the latter works. First 2 complain about "avrdude: Error: Could not find USBtiny device (0x2341/0x49)"

@per1234 per1234 added Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug Type: Bug labels Sep 20, 2021
@arduino arduino locked as resolved and limited conversation to collaborators Sep 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Architecture: AVR Applies only to the AVR microcontrollers (Uno, etc.) Type: Bug Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug
Projects
None yet
Development

No branches or pull requests

5 participants