Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino Fails to upload because of an issue of the library #26

Closed
ramithuh opened this issue Apr 16, 2019 · 4 comments
Closed

Arduino Fails to upload because of an issue of the library #26

ramithuh opened this issue Apr 16, 2019 · 4 comments

Comments

@ramithuh
Copy link
Contributor

As stated https://stackoverflow.com/a/29135050/2715780
in this answer, 3 '!' marks in a row causes the Mega 2560 bootloader to go into Monitor mode from which it can not finish programming. Therefore the code doesn't upload and causes the error
stk500v2_ReceiveMessage(): timeout

I manually located the .cpp file in my arduino library and changed "done!!!" to "done!", now it uploaded

@ramithuh
Copy link
Contributor Author

Screenshot 2019-04-16 at 8 36 50 PM

ramithuh pushed a commit to ramithuh/MPU6050_tockn that referenced this issue Apr 16, 2019
Fixed issue noted here.  tockn#26
@tockn
Copy link
Owner

tockn commented Apr 16, 2019

oh... Thank you for your report. I didn’t know such a specification :(
I will create a patch to fix this issue.

@ramithuh
Copy link
Contributor Author

You're welcome.. Thank you this amazing library! :)

@tockn
Copy link
Owner

tockn commented Apr 16, 2019

Thank you for your PR!
I will merge that!

ramithuh pushed a commit to ramithuh/MPU6050_tockn that referenced this issue Apr 16, 2019
corresponding change in README for the fix of tockn#26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants