0

I recently used the Ardunio board and powered with the AVR pocket programmer along with the AVR ISP cable and it worked just fine and no issues were experienced. However now that i switch back to the default method of powering Ardunio board with USB, getting this error while trying to upload the sketch.

There are forums available on Arduino platform but no definitive resolution.

The board is recognized by the IDE.

Board ID Information

Snap Shot of the ERROR

asked May 4, 2018 at 17:19
3
  • Did you put the bootloader back on after wiping it with the ISP programmer? Commented May 4, 2018 at 17:34
  • No i didnt. Do i need to put burn the bootlloader through USB cable or through the AVR ISP programmer? Commented May 4, 2018 at 17:35
  • Through the ISP programmer. The USB cable won't work until you put the bootloader back on. Commented May 4, 2018 at 17:36

1 Answer 1

0

Reinstall the bootloader using your ISP programmer.

Installing a sketch using ISP first wipes the chip clean, and that includes the bootloader. Without the bootloader the USB interface won't be able to communicate with the main MCU.

answered May 4, 2018 at 17:37
1
  • I have marked your answer as accepted and it worked ... thanks!! Commented May 4, 2018 at 17:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.