-
Notifications
You must be signed in to change notification settings - Fork 129
Change reset DTR for freaduino3v3 #83
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
Conversation
|
Hi, thanks for the pull request! Zowi is ADORABLE. Unfortunately the We may need to adjust this slightly to only run the I'll need to test everything on OSX, Ubuntu, and Windows as well to ensure everything is still smoothly running. I'll update you soon once I have more details on how it all went 😁 |
|
Maybe its better if I just override the reset function on the stk500v1, so the change just affect only in this boards. Thanks again for your help and time! |
|
The test fails in node 0.10, its possible to relaunch ? or i have to do another commit to force it? thanks! |
|
Hi! Thanks for the changes, the code refactor checks out fine to me. I just tested each protocol on Windows, OSX and Ubuntu and everything ran nicely. Merging and will publish promptly. Apologies for the delay - been super busy lately. 🎉 |
Hi, these are the changes:
1.- add a new productId on Arduino UNO to allow program Zowi board (http://zowi.bq.com/en/what-is-zowi/)
2.- Add new hex file in junk/hex/bqZum with a Blink for testing
3.- Change the cycleDTR function to send only the pin to true, because the freaduino in 3v3 cant work with actual reset. Test an Arduino UNO, Freaduino in 3v3 y 5v, bqZum, and workis fine with the change. Will be great if you can test in another board please, to ensure that this change is safe.
Thanks!