Hello,
I purchased a couple of Amica nodemcu boards ESP8266 cp2102 wfi.
I installed the silicon labs drivers for port 10
When I try and upload a sketch it stays busy and eventually exits with sync errors.
errors per below and drivers installed.
If I reset the board during the retries it sees the rest and aborts so fairly confident it sees the usb device.
Also when I run the serial port example I can see hex characters in the output. Ive tried changing the board rate but no change. Any help would be appreciated
thanks
Ian
board selected arduino uno wifi on port 10
drivers installed
Silicon Labs CP210x USB Bridge (COM10)
\windows\system32\DRIVERS\silabser.sys
\windows\system32\WdfCoinstaller01009.dll
Flashing with command:C:/Users/USER/.arduino-create/arduino/avrdude/6.3.0-arduino9/bin/avrdude.exe -CC:/Users/USER/.arduino-create/arduino/avrdude/6.3.0-arduino9/etc/avrdude.conf -q -q -patmega328p -carduino -PCOM10 -b115200 -D -Uflash:w:C:/Users/USER/AppData/Local/Temp/arduino-create-agent108170980/Blink.hex:i
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x50
Executing command: exit status 1