Whilst going through the users manual, I make it to the eeprom clear example which when i try to upload gives the message:
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
The RX LED flashes orange however the TX LED does not flash at all.
I'm using Arduino 1.8.3
I have the correct board as stated in the User's manual:
Board: Arduino Mega 2560
Any help please?
arduino "avrdude: stk500v2_ReceiveMessage(): timeout"
-
- Noob
- Posts: 2
- Joined: Thu Jul 27, 2017 5:06 pm
- lightninjay
- Printmaster!
- Posts: 288
- Joined: Sun Jul 13, 2014 12:49 am
- Location: Tampa, Florida
Re: arduino "avrdude: stk500v2_ReceiveMessage(): timeout"
The fourth to last line of your post is most likely your issue.
Try Arduino 1.6
Try Arduino 1.6
If at first you don't succeed, you're doing something wrong. Try again, and if it fails again, try once more. Through trial and error, one can be the first to accomplish something great.
-
- Noob
- Posts: 2
- Joined: Thu Jul 27, 2017 5:06 pm
Re: arduino "avrdude: stk500v2_ReceiveMessage(): timeout"
downloaded 1.6.0 and still same message :/lightninjay wrote:The fourth to last line of your post is most likely your issue.
Try Arduino 1.6
- lightninjay
- Printmaster!
- Posts: 288
- Joined: Sun Jul 13, 2014 12:49 am
- Location: Tampa, Florida
Re: arduino "avrdude: stk500v2_ReceiveMessage(): timeout"
A search of google for the error message brought me to a Stackoverflow page regarding MEGA 2560 boards. There are several points mentioned which could possibly be the cause for this message. The following link lists them:
https://stackoverflow.com/revisions/767 ... iew-source
One potential issue is that you do not have the proper drivers for the RAMBo installed on your PC. Another more serious issue would be that your RAMBo has a corrupt/nonexistent bootloader.
https://stackoverflow.com/revisions/767 ... iew-source
One potential issue is that you do not have the proper drivers for the RAMBo installed on your PC. Another more serious issue would be that your RAMBo has a corrupt/nonexistent bootloader.
If at first you don't succeed, you're doing something wrong. Try again, and if it fails again, try once more. Through trial and error, one can be the first to accomplish something great.
Re: arduino "avrdude: stk500v2_ReceiveMessage(): timeout"
Hello, this might not be relevant, I had the same problem today.
Was connected to Rostock max v2 thru matter control at the same time I was trying to compile and upload to Arduino.
Found that I had to disconnect the printer from Matter Control program, than was able to upload new compile.
Felt really embarrassed, but nobody around.
CarlJ
Was connected to Rostock max v2 thru matter control at the same time I was trying to compile and upload to Arduino.
Found that I had to disconnect the printer from Matter Control program, than was able to upload new compile.
Felt really embarrassed, but nobody around.

CarlJ