-->
Page 1 of 1

Error while uploading on Arduino

PostPosted: Sun Oct 09, 2016 9:27 am
by kssoin
I setup my Arduino 1.6.12 IDE to work with my Wemos D1 R2 board by
cloning the repository from GitHub.
https://www.wemos.cc/tutorial/get-started-arduino.html
This board is working . But my Arduino board (UNO) is giving error during upload. The sketch compiles without error though.
It may be an installation issue or I am missing something.
I am attaching the error message.

Re: Error while uploading on Arduino

PostPosted: Tue Oct 11, 2016 12:09 am
by kssoin
On Googling the error it appears that it has to do with avrdude 6.3 used in Arduino latest IDE and related to fuse setting on Atmega 328p used on Arduino UNO.
I rolled backe to Arduino 1.6.9 and I am not getting this error.