-
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
esptool missing #653
Comments
You don't need to select a programmer, just leave it what it is.
Esptool will be selected automaticlly.
|
Juppit, |
I do not have this FTDI, but you need TX, RX, CH_PD on Gnd. GPO0 must be
on Gnd while power on, so the ESP will be in program mode.
You allready selected "Generic ESP8266 Module" on tools->board so you
have only to select flash size 512K, all other items are ok by default.
|
Thanks Juppit. On Tue, 04 Aug 2015 14:05:56 -0700
|
James
I have to correct myself. CH_PD has to be connected to 3V3 not to Gnd,
but you did so already...
|
hi iam getting this error while uploading to esp8266 using arduino ide 1.6.7 |
follow esp8266 boar installation process For Program ESP8266 For Normal Execution Mod and select board "Generic ESP8266 module" dont change any settings |
Having trouble programming my esp8211-01 module with Arduino 1.6.4. Getting
warning: espcomm_sync failed
error: espcomm_open failed
messages upon compile.
I am setting up to program esp8211-01 modules through FTDI module from Windows PC through USB cable. Followed the installation instructions using boards manager (no issues so far). Went to select esptool as programmer in IDE and it's not listed in the menu item, even after a relaunch of IDE. Looked at discussions here and did not find any other issues logged. One post says esptool is automatic in 1.6.5, and does not appear in the tools/programmer menu, but no mention of 1.6.4.
Must esptool be selected in Arduino IDE 1.6.4 or not? If not, which programmer should be selected?
The text was updated successfully, but these errors were encountered: