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

Unable to start on Arduino #115

Closed
golangdaddy opened this issue Sep 25, 2014 · 5 comments
Closed

Unable to start on Arduino #115

golangdaddy opened this issue Sep 25, 2014 · 5 comments

Comments

@golangdaddy
Copy link

Hi, trying to get started and getting error when trying to upload firmware:

stk500_getsync() not in sync: resp=0x00

There are two mini-usb inputs I have tried on both.

When running the example app it hangs on connecting to the device

@zankich
Copy link
Contributor

zankich commented Sep 25, 2014

For visibility, this issue is a continuation of this thread https://groups.google.com/forum/#!topic/golang-nuts/9-IjwRJxkaY

@zankich
Copy link
Contributor

zankich commented Sep 25, 2014

@golangdaddy You may have better luck uploading firmata to your arduino through the official arduino ide. Here's a quick guide on how to upload http://www.instructables.com/id/The-SnapMobile-Start-Your-Physical-Computing-Engin/step4/Upload-Standard-Firmata-to-the-Arduino/

I've never tested Gort with an Arduino Due before, and it appears there is a compatibility issue

@deadprogram
Copy link
Member

This is actually a gort issue: it currently only supports Arduino Uno, due to only including that .HEX data. You should report it over there.

@golangdaddy
Copy link
Author

Thanks for the help, I got firmata uploaded via the arduino IDE. I managed to run my Go test program successfully afterwards.

@zankich
Copy link
Contributor

zankich commented Sep 25, 2014

Awesome! If you can create the issue on Gort and help us diagnose the problems with the Due, we'd appreciate it

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

3 participants