UNO from aliexpress --> avrdude: stk500_recv(): programmer is not responding

Hello,

I purchased a Uno + wifi from a store on aliexpress, but cannot seem to get programs to upload. I see the error message: avrdude: stk500_recv(): programmer is not responding

I did download and install the CH341SER.ZIP driver. I can connect the board via USB and I hear the Windows connect sound. I see the port in device manaager.
I made sure I selected the correct board and port is seleceted in the IDE. But when uploading the program there is a long wait and then ->

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x23
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x23

Any ideas?

Check the settings of those little DIP switches on the board. I think they need to be in the right position in order to upload to these boards.

Be sure you select the correct bord in the tools menu.

Thank you man, No manual came with the board, but I set switches 3 and 4 to ON and now the program will upload.

https://www.serveronthemove.com.au/blogs/tips/how-to-arduino-wifi-atmega328p-esp8266

You are welcome. I'm glad it is working now. Enjoy!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.