Hi there everyone greetings!
I am newbie in using Arduino Uno. I am interested in home automation iot project so started with purchasing my first Arduino Uno board which unfortunately was not working.
When powered on it's L led remains lit. Pressing reset button nothing happens. Cannot upload sketch. When tried getting
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x3e
Tested usb to serial communication loop back test ok.
Hence tried burning bootloader now getting
avrdude yikes! Invalid device signature 0x000000/0xff0000/0x0000ff/0xffffff error.
Suspected that Atmega328p chip may be faulty.
Got a new Atmega328p and burned bootloader in it on breadboard using another working Arduino and replaced it with the one on the faulty board. But same problem persist.
Also the original Atmega328p removed from the faulty board got the bootloader programmed using breadboard without any issues.
Hence I concluded that there is a fault on my board and not on the chip.
Therefore I need your help on troubleshooting the faulty board. Even after replacing the another chip with bootloader on the faulty board the L led still remains lit on powered and does not blink after pressing reset button also cannot upload sketch.
Thanks in advance.