I am getting pretty desperate, so help would be greatly appreciated
I am trying to program a brand new Pro Mini clone, 5V & 16 MHz (specs attached).
- USBASP
Using USBASP, on Windows 7 64 bits, I have a really hard time figuring the right driver to use.
My last attempt comes from here: USBasp drivers for 64 bit Windows 7 | Andys Workshop
I see a USBASP device in my device manager:
Note however that is says "libusb-win32" device, this topic seems to say that that is a problem.
Any way avrdude just locks up and never returns (this is avrdude 6.3 from my 1.8.2 IDE):
avrdude "-CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega328p -cusbasp
-Pusb -Uflash:w:C:\Users\Franck\AppData\Local\Temp\arduino_build_726981/DoorSensor.ino.hex:i
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : usbasp
I have tried a couple other drivers, and I get the same result.
Using the CP2102 friend
The driver is installed and the loopback test works on the adapter. However when I try to upload the Blink sketch I get this:
.../avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM9 -b57600 -D -Uflash:w:C:\Users\Franck\AppData\Local\Temp\arduino_build_678204/Blink.ino.hex:i
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM9
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=0x8f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x8f
...
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
avrdude done. Thank you.
Here are the connections (labels from the boards):
FDTI Pro Mini
DTR/Grn DTR
RX TX
TX RX
VCC Vcc
CTS GND
GND/Black GND
No matter what I try I can't seem to program those pro minis, so any help would be really really appreciated!
Thanks,
Franck
Pro Mini Enhancement.pdf (115 KB)