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

Created on 12 Jul 2016  ·  3Comments  ·  Source: arduino/Arduino

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_

Most helpful comment

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:

  • Forced reboot of my system (full swap and memory issue...), probably explaining other issues with sub-menus displayed shifted, time to time...
  • Downgrade of the version of the David A. Mellis (https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json) "cores" definitions, from v1.0.2 to v1.0.1
  • Then, restatblished the latest "cores" version at v1.0.2

Sorry for this false issue.

Best regards,
HP_

All 3 comments

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:

  • Forced reboot of my system (full swap and memory issue...), probably explaining other issues with sub-menus displayed shifted, time to time...
  • Downgrade of the version of the David A. Mellis (https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json) "cores" definitions, from v1.0.2 to v1.0.1
  • Then, restatblished the latest "cores" version at v1.0.2

Sorry for this false issue.

Best regards,
HP_

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

Aconteceu comigo a mesma coisa, obrigado pelo apoio kkkkkkkk

Was this page helpful?
0 / 5 - 0 ratings