Hello,
I am unable to upload to a Nano. I viewed the recommendations at http://www.arduino.cc/en/Guide/Troubleshooting#upload and I do believe that I am following the applicable suggestions.
The error message is (with intermediate lines omitted):
Sketch uses 10824 bytes (35%) of program storage space. Maximum is 30720 bytes.
Global variables use 514 bytes (25%) of dynamic memory, leaving 1534 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
...
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
The IDE settings are:
Board: Arduino Nano
Processor: AT328P (Old Bootloader)
Port: /dev/ttyUSB0 plugged/unplugged/plugged to confirm selected port
Programmer: AVR ISP
Obviously, this is some self-inflicted user/operator error. I've done dekstop reboot a few times too. Any advice on how to proceed with code upload will be appreciated. Thanks.
Kind regards.