Hope someone can help. I compiled and uploaded a simple sketch and tested it using my Uno. All worked fine, so now I want to upload to a Nano board.
But it won't, and I can't see anything that helps in the suggestions. I'm using Windows 10, 64 bit PC with the Nano on COM1 (it is shown at the bottom of the IDE window).
This is the relevant section of the error messages:
Sketch uses 1,154 bytes (3%) of program storage space. Maximum is 30,720 bytes.
Global variables use 17 bytes (0%) of dynamic memory, leaving 2,031 bytes for local variables. Maximum is 2,048 bytes.
C:\Program Files\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM1 -b57600 -D -Uflash:w:C:\Users\John\AppData\Local\Temp\build1b4f60508f459ca967c88c057b1fe536.tmp/voltage_switch.txt.ino.hex:i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM1
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x45
(etc - repeated but edited out here)
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x45
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
avrdude done. Thank you.
Am I using the wrong programmer? Or is it a driver problem? Where do I get the correct driver from?
(Device manager shows no drivers installed for USB 2.0 Serial) and I/Windows can't find one in the Arduino directories)