-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
component: boardswaiting for feedbackWaiting on additional info. If it's not received, the issue may be closed.Waiting on additional info. If it's not received, the issue may be closed.
Description
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.Waiting on additional info. If it's not received, the issue may be closed.