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

please add to boards.txt DTR for Arduino 'Uno WiFi' #3982

Closed
JAndrassy opened this issue Dec 17, 2017 · 2 comments
Closed

please add to boards.txt DTR for Arduino 'Uno WiFi' #3982

JAndrassy opened this issue Dec 17, 2017 · 2 comments
Assignees
Labels
component: boards waiting for feedback Waiting on additional info. If it's not received, the issue may be closed.

Comments

@JAndrassy
Copy link
Contributor

On Uno WiFi the on-board esp8266 is accessible only thru Atmega. The new Serial1 library for Uno WiFi, enables uploading esp sketches from IDE into esp. And it can bridge the DTR signal to reset esp into flashing mode. The original Uno WiFi library from Arduino.org was to slow to bridge flashing sync and didn't use the on-board connections to CH_EN and GPIO0 for reset esp to flashing mode.

In boards.txt for the 'Arduino' group of boards the disableDTR and disableRTS is true. I propose adding two lines for Uno WiFi to enable DTR and RTS.

arduino-esp8266.menu.BoardModel.unowifideved.serial.disableDTR=false
arduino-esp8266.menu.BoardModel.unowifideved.serial.disableRTS=false
@d-a-v d-a-v self-assigned this Jan 7, 2018
@d-a-v
Copy link
Collaborator

d-a-v commented Sep 4, 2018

Would you propose a PR adding these two lines in the board generator ?

@d-a-v d-a-v added the waiting for feedback Waiting on additional info. If it's not received, the issue may be closed. label Sep 4, 2018
@JAndrassy
Copy link
Contributor Author

JAndrassy commented Oct 7, 2018

sorry, but after a year? I don't use Uno WiFi anymore. I would need to setup everything. And I am sure other Uno WiFi owners who use this package to program the on-board esp8266 are used to the workaround after 3 core versions.

when I created the issue, it was not possible to change the board.txt with PR because it was generated, but the generator was not published yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: boards waiting for feedback Waiting on additional info. If it's not received, the issue may be closed.
Projects
None yet
Development

No branches or pull requests

2 participants