-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP Tool will not connect to Adafruit Huzzah ESP8266 #2693
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
Comments
What Operating System are you using? I believe that if you are using Linux you will need to add your user to specific groups that are mentioned here: https://wiki.archlinux.org/index.php/Arduino#Accessing_serial I don't know if you have to do anything like that on other operation systems. |
I'm on a Mac using Sierra 10.12.1. And i just confirmed that I have R/W permissions on the port. And I also made sure I have the FTDI driver. Any other ideas out there? Thanks! |
Have you tried manual reset first? Maybe it is not actually resetting... |
i had that problem too !!! FIX FOR USING 2.3.0 CORE (only .begin if not connected)!!!!!!! if (WiFi.status() != WL_CONNECTED) { // FIX FOR USING 2.3.0 CORE (only .begin if not connected) |
@claudiaAl is this issue still relevant? Is the programmin mode set correctly? (qio/dio) |
Closing due to lack of feedback in a long while. |
Basic Infos
Hardware
Hardware: Adafruit Huzzah ESP8266
Core Version: 2.3.0
Description
ESP tool will not successfully upload. Connection is never made. I have confirmed that I am in boot mode, and that I am uploading to the correct board. Any thoughts?
Settings in IDE
Module: Adafruit HUZZAH ESP8266
Flash Size: 4MB
CPU Frequency: 80Mhz
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: SERIAL
Reset Method: nodemcu
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: