-
Notifications
You must be signed in to change notification settings - Fork 123
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
upload problem encountered in Arduino IDE #9
Comments
Wow, looks like a bug. Will check. Side note: since you are using a PL2303-based USB-serial converter, the version of FTDI driver is kind of irrelevant. |
Hi, I had same problem on Mac OS X Yosemite 10.10.3 and it is fixed by esptool.py. http://hpclab.blogspot.com/2015/06/esp8266-arduino-ide-on-mac-os-x.html Hope it would help someone who just jumped into ESP8266 world |
It might be worthwhile adding a note to the README, since PL230x based adapters are quite widespread. |
Mention that PL2303 doesn't work (igrr/esptool-ck#9) and tidy up a bit.
@stblassitude I've added a note to Arduino docs. |
FWIW I've since found the CP2102 devices are the most reliable when working with ESP8266's |
USB-serial adapter: igrr/esptool-ck#9 implementing workaround using esptool.py as mentioned in: http://hpclab.blogspot.com/2015/06/esp8266-arduino-ide-on-mac-os-x.html
Hello gentlemen, I was having constantly the same issue with lolin nodemcu 1.0 HW that uses CH340 chip. I apply the following workaround : http://arduino.stackexchange.com/questions/20219/upload-with-esptool-fails-with-espcomm-send-command-cant-receive-slip-payload installing the esptool.py that works fine for me. (file is platform.txt instead of hardware.txt described) so... practically .... attached the files that works for me now : platform.txt Dear Ivan, why not considering including this in the official package for Mac with an instruction somewhere ? |
I attempted the update above from @etiquet on 2.3.0 with no luck, error being "Failed to connect to ESP8266". Note I kept GPIO 0 low via 10K ohm resistor when plugging board in using a common programmer (http://samy.pl/o/espp.jpg). I've tried both esptool 1.1 and 1.2-dev. Same when attempting from console:
|
Try to connect The GPIO0 with a 10k resistor to ground and the CH_PD to VCC and it works :) |
Here's the end of trying to build
WiFiScan
example using the1.6.4-673-g8cd3697
board definition:Trying the upload manually, with a somewhat different command, also fails:
I tried various combinations of flags
-bf
,-bm
and-cb
to no avail.But
esptool.py
uploads fine:Setup:
The text was updated successfully, but these errors were encountered: