China arduino uno clone error

Hi team

I purchased new Arduino Uno clone ( 6 boards) last week from china and it is working with USB port but it does not allow upload bootloader using ISP port

I have same clone which was purchased last year and it is working fine both USB port and ISP and which prove that my usbasp is working

following error is showing during boot loader uploading

vrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e9516 (probably m328pb)
avrdude: Expected signature for ATmega328P is 1E 95 0F
Double check chip, or use -F to override this check.

avrdude done. Thank you.

Failed chip erase: uploading error: exit status 1

please advise
Thanks in advanced

There is still a problem with the chip shortage and ATmega microcontrollers.
They probably used a ATmega328PB and forced the Arduino bootloader for the ATmega328P on it.

You could make your own definition for your board, or try to add the -F (force override) somewhere.

1 Like

my IC label is showing Atmega 328P
U-TH

If it's not a 28 pin DIP package then it's counterfeit/fake.

2 Likes

ORR
sorry I couldn't mention about package
I am using TQFP-32

please

Then it's counterfeit/fake.

2 Likes

Post a picture of the hardware.

1 Like

avrdude does not lie :wink:

You can install the minicore board package using the board manager and try to upload using the 328PB option in there.

1 Like

hi please check about

It's a counterfeit/fake IC

2 Likes

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