setting the rts pin to false when the dtr pin is used to reset boards.#115
Open
tocalvo wants to merge 1 commit intonoopkat:masterfrom
Open
setting the rts pin to false when the dtr pin is used to reset boards.#115tocalvo wants to merge 1 commit intonoopkat:masterfrom
tocalvo wants to merge 1 commit intonoopkat:masterfrom
Conversation
2 similar comments
Owner
|
Hi @tocalvo! Thanks for this pull request. I'll test this on all operating systems and with all the boards I have and let you know. Won't get to this until the weekend, apologies. I also aim to look at your stk500v1 pull request also, apologies for the lag! I've had a tonne of travel the last month 🙇♀️ |
Owner
|
just an update - I tested 90% of the boards on macOS and they're great. I'll now test on Windows and Linux but it's looking good so far! |
Contributor
Author
|
Thank you so much for your time and patience!! 😄 |
Contributor
|
bump |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! I'm adding the Freaks Car (http://www.elecfreaks.com/estore/freakscar-robot-starter-kit-741.html) to Bitbloq ( our robot/boards family is growing 😄 )
But when i try to program it with avrGirl always give me a timeout, i was searching and it's because the board never resets on the flashing process.
I see that the reset is done in avrgir setting the DTR and RTS pins to true.
But setting DTR to true, and RTS to false it works.
I try with a bqZum and with an Arduino UNO, and works too. So i created the pull request because looks good.
Buuut I'm not sure if this change can affect to more boards, i'm searching more info about the reset process on Arduino, but only see information about the DTR pin, never about the RTS, i'm not sure if is used too.
Can you test it in the other boards? if you find some board with errors setting the RTS to false, i can change the pull request to add a RTS option in the boards.json to handle this case in the reset.
Thanks!