如何闪现RobotDyn ESP8266PRO板?

cc *_*ung 7 arduino nodemcu esp8266

使用RobotDyn的RobotDyn ESP8266PRO版本.

首先,没有制造商提供的文档.

据我所知:

  • EN和5V之间10Kohm
  • IO15和gnd之间10Kohm
  • 接地IO0和复位
  • 我使用了PL2303电缆(Ardruino Mino Pro成功)
  • python esptool.py --port /dev/ttyUSB0 write_flash -fm dio -fs 32m 0x00000 nodemcu-master-12-modules-2016-11-17-02-07-27-integer.bin 0x3fc000 esp_init_data_default.bin

结果: fatal error: Digest mistmatch

有人成功了解这件事吗?

Rez*_*del 7

我刚收到RobotDyn的这个单位.使用与您完全相同的引脚连接,我可以通过Arduino IDE上传草图.我正在使用CP2102 USB转UART.为了上传,我选择了"Generic ESP8266"并以115200波特上传.

这是我的Arduino IDE设置:https://i.stack.imgur.com/glRRn.png

更新:一些额外的脚本: