Skip to content

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

Closed
@JAndrassy

Description

@JAndrassy

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

Metadata

Metadata

Assignees

Labels

component: boardswaiting for feedbackWaiting on additional info. If it's not received, the issue may be closed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions