search
[last update: 2020-09-05]
Piksey Atto home page
-----
3 Boards received 08/04/20:
You may not need to do the reset thing in subsequent uploads...
OTOH, even though uploads were successful (as determined by the program doing what I wanted),
still there were error messages:
You need to get the timing right. If you press the reset button too early, the bootloader will have already timed out by the time the upload starts.
The tricky thing is that when you press the "Upload" button in the Arduino IDE, it first compiles your sketch before starting the actual upload.
So you need to wait until after the compilation finishes before pressing the reset button.
If the problem persists, you know there is something in your sketch that is breaking the USB functionality.
If you can get the IDE basic program to upload, then you know you have something in your sketch breaking the USB code."
.
.
.
eof