ATtiny2313 not working with IDE 1.8.3 ??

Hey, I've worked all day on trying to program my ATtiny2313 with the example "blink" sketch.

I installed ATtiny core and FemtoCore Attiny with the JSON URLs, so technically I have the ATtiny2313 boards required.

I'm setting the project this way, like all tutorials tell to do (check attachments).

Problem is I get this error code when I try to upload (with any of the ATtiny 2313 core I installed)

avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.

An error occurred while uploading the sketch

I checked my connections and they are fine, plus I tried on more than one ATtiny's. Is it possible that they are all no working? My ATtiny45 worked just fine yesterday..

Thanks!

1.jpg

JCSB:
My ATtiny45 worked just fine yesterday..

Is it working now?

Yes it is. The problem is with the ATtiny 2313: im using the "ATtiny controllers" core with ATtiny45, and it works fine, but it doesn't contain a ATtiny2313 board, so I'm using the "ATtinyCore" Core for the 2313. This Core must be the problem (maybe out of date), but I really can't find any newer core??

I still get that message:

avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.

Please do this:

  • File > Preferences > Show verbose output during: > compilation (uncheck) > upload (check) > OK
  • Sketch > Upload
  • After the process fails you'll see a button on the right side of the orange bar "Copy error messages". Click that button.
  • Paste the error messages in a reply here USING CODE TAGS (</> button on the toolbar).
Arduino: 1.8.3 (Windows 8.1), Board: "ATtiny2313/4313, Disabled, ATtiny2313, 1 MHz (internal), B.O.D. Disabled, no"

Archiving built core (caching) in: C:\Users\gaga\AppData\Local\Temp\arduino_cache_619927\core\core_ATTinyCore_avr_attinyx313_LTO_disable,chip_2313,clock_1internal,bod_disable,INITIALIZE_SECONDARY_TIMERS_0_5f866a2000a371a22eb6cafef85205c6.a
Sketch uses 822 bytes (40%) of program storage space. Maximum is 2048 bytes.
Global variables use 9 bytes (7%) of dynamic memory, leaving 119 bytes for local variables. Maximum is 128 bytes.
C:\Users\gaga\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/bin/avrdude -CC:\Users\gaga\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf -v -pattiny2313 -cstk500v1 -PCOM3 -b19200 -Uflash:w:C:\Users\gaga\AppData\Local\Temp\arduino_build_562064/Blink.ino.hex:i 

avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:\Users\gaga\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf"

         Using Port                    : COM3
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
         AVR Part                      : ATtiny2313
         Chip Erase delay              : 9000 us
         PAGEL                         : PD4
         BS2                           : PD6
         RESET disposition             : possible i/o
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65     6     4    0 no        128    4      0  4000  4500 0xff 0xff
           flash         65     6    32    0 yes      2048   32     64  4500  4500 0xff 0xff
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           calibration    0     0     0    0 no          2    0      0     0     0 0x00 0x00

         Programmer Type : STK500
         Description     : Atmel STK500 Version 1.x firmware
         Hardware Version: 2
         Firmware Version: 1.18
         Topcard         : Unknown
         Vtarget         : 0.0 V
         Varef           : 0.0 V
         Oscillator      : Off
         SCK period      : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000 (retrying)

An error occurred while uploading the sketch
Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000
avrdude: Yikes!  Invalid device signature.
         Double check connections and try again, or use -F to override
         this check.


avrdude done.  Thank you.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Help someone!!! :cry: