ArduinoNano avrdude: Expected signature for ATmega328P is 1E 95 0F

hello,
I'm having trouble with my ArduinoNano (ATmega 328p AU 1451):

  • I can not upload any Sketch (I thought the problem was with the Bootloader)
    The IDE asks me if I chose the correct board.

  • Previously, I actualize the bootloader (optiboot) using my ArduinoMegaADK, as Arduino ISP, so I can use the watchdog function and everything was working fine, but unfortunately, the other day, trying to upload another sketch (another day) I stopped working well.

  • I remember that the last sketch that went up to ArduinoNano was a 112500 baud (I do not know if it has something to do)

  • Use my Arduino Mega bootloader update you again with optiboot, but neither works.

The IDE displays the following message:

C:\Program Files (x86)\Arduino/hardware/tools/avr/bin/avrdude -CC:\Program Files (x86)\Arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -cstk500v1 -PCOM14 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x05:m -Uhfuse:w:0xde:m -Ulfuse:w:0xff:m

avrdude: Version 6.0.1, compiled on Jan 15 2015 at 16:58:43
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "C:\Program Files (x86)\Arduino/hardware/tools/avr/etc/avrdude.conf"

Using Port : COM14
Using Programmer : stk500v1
Overriding Baud Rate : 19200
AVR Part : ATmega328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
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 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 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.05s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.05s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.05s

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.

Error quemando bootloader

I read the following post:

http://forum.arduino.cc/index.php?topic=224888.0

I think she has the same problem as mine.

Another thing ...
I do not know where and how to make the following statement:

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

At the moment, the Arduino Nano only turn on, one light permanently (PQW)
Sorry for my poor english, I need yo use a Google Translator

I don't know if the arduino died
Please, Help me.

It might b possible that you have indeed damaged the board.

Are sure that the connections between both boards are correct? The fact that avrdude failed to register a signiture could mean that the connection is breaking down between the boards.

If i remember correctly the atmega328 has a bit that when set can prevent it from being reprogrammed via the ISP protocol. Do you remmeber what the fuse bits were set to when you last programmed it?

Double check your wiring when you are preparing to use Arduino as ISP and try again. I got the avrdude: Device signature = 0x000000 error when I connected to the ICSP header upside down.