06-07-2020 07:09 PM
Hi, I'm using LabVIEW 2019 with MakerHub and an Arduino Nano. I'm trying to upload firmware using the firmware wizard, however the process completes and the log shows:
avrdude_ard.exe: Version 6.0.1, compiled on Mar 30 2015 at 14:56:06
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "avrdude_ard.conf"
Using Port : COM3
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 5 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 8 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe2
avrdude_ard.exe: stk500_recv(): programmer is not responding
avrdude_ard.exe: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe2
avrdude_ard.exe done. Thank you.
Seems like the wizard can't connect to the Arduino. I tried running the firmware wizard again, with the device identified as an Arduino Uno, and the log indicates the process succeeded. Though I can't seem to send SPI commands properly, which is a separate issue, though could be related to it not having correct device information.
Any advice as to how to get the proper firmware uploaded to the Nano? Thanks!