-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Add note that serial monitor doesn't work #704
Comments
Serial monitor does work, but reset circuit you use puts ESP into reset when you open the monitor. My suggestion is to use the circuit described in this comment instead: #480 (comment) |
Thanks for reply. My ESP12 did different thing. It keep resetting until close the monitor. When open the monitor, RTS/DTR was switch hi to lo and keep lo until I closed the monitor. Also I think we need staging version of json to use NodeMCU reset circuit. |
I have tried several methods on resetting the ESP-12E for flashing with Arduino IDE Since i had a ATtiny85 lying around i used this to send the reset to the ESP:
I used a Arduino Nano with ArduinoISP sketch to program the ATTiny using IDE 1.6.5 Wire it up: Choose ATTiny85 Board at 8Mhz and flash the Bootloader Wires for Serial debugging |
Closing per #3655 and age. |
I'm using Arduino IDE 1.6.5 which download from Arduino website and stable version of json file.
The board is ESP12 and connect like "Generic ESP8266 modules" in boards page.
This works with compile and upload program, but serial monitor menu doesn't works.
Because the RTS/DTR was enabled by serial monitor.
There is a commit disable RTS/DTR in serial monitor in esp8266/Arduino repository,
but I used Arduiono IDE which download from Arduino website and this enables RTS/DTR.
I feel this is very confusing.
Can you add some note who download ESP8266 package only?
Or can you prefer custom build Arduino IDE?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: