Uploading code using FTDI

Hello,i am trying to upload code on atmega using FTDI 232 Basic 5V USB TTL MWC Programmer and its giving me the error below,can someone please help?

Sketch uses 1030 bytes (6%) of program storage space. Maximum is 15872 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 1015 bytes for local variables. Maximum is 1024 bytes.
avrdude error: programmer is not responding
avrdude warning: attempt 1 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 2 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 3 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 4 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 5 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 6 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 7 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 8 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 9 of 10: not in sync: resp=0x00
avrdude error: programmer is not responding
avrdude warning: attempt 10 of 10: not in sync: resp=0x00
avrdude error: unable to open programmer arduino on port COM3
Failed uploading: uploading error: exit status 1

Welcome to the forum

Please provide much more detail such as

  • which Arduino board you are using
  • which version of the IDE are you using
  • how is the programmer connected to the board
  • is COM3 visible in your Operating System
  • is anything else apart from the programmer connected to COM3

I think it will be clear from the screenshot above
i want to upload code to atmega microcontroller using FTDI 232 Basic 5V USB TTL MWC Programmer

version is ARDUINO IDE 2.1.0

Does the microprocessor in the circuit have the bootloader burned onto it?

Do you have any Arduino boards?

a7

Can you provide us more details of your 'programmer'.

The error message from the IDE says it can't find a programmer.
Is it a programmer, or just an USB to UART module?

It looks like you have a USB to UART converter connected to the pins 2 and 3 of the ATmega.

Programmers are normally connected to the SPI/ICSP pins. That is pins 17,18 and 19 on the ATmega328P

How are you initiating the upload ?

If you are actually using a breadboard the power busses are split in half. The needs to be a jumper between the left and right halves.

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