I just followed the Arduino ISP instructions here:
http://arduino.cc/en/Tutorial/ArduinoISPI connected the dead Nano 3.0 to my Uno R3 and tried to flash a bootloader. The Nano definitely is still able to send and receive, as I see the LEDs blinking, but something is broken..
This is the message that I see:
[...]
Reading | ################# | 33% 0.08savrdude: Send: V [56] 0 [30] . [00] . [02] . [00] [20]
avrdude: Recv: . [14]
avrdude: Recv: . [ff]
avrdude: Recv: . [10]
Reading | ################################################## | 100% 0.13s
avrdude: Device signature = 0xffffff
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
avrdude: Send: Q [51] [20]
avrdude: Recv: . [14]
avrdude: Recv: . [10]
avrdude done. Thank you.
Does anyone know if replacing the voltage regulator might help bringing the Nano back to life?
Thanks.