MakerFocus 3pcs ESP8266 NodeMCU LUA CP2102 ESP-12E WiFi Internet Development Board Serial Wireless Module for Arduino IDE/Micropython New Version

Was: $83.96
Now: $41.98
(No reviews yet) Write a Review
SKU:
CY178491
UPC:
673400154248
Condition:
New
Availability:
Free Shipping from the USA. Estimated 2-4 days delivery.
Adding to cart… The item has been added
The chip model: CP2102; There is the way to guide you to use the new version: The command you needed to use is: esptool.py --baud 115200 --port /dev/tty.SLAB_USBtoUART write_flash -fs 32m -ff 80m --flash_mode dio 0x00000 boot_v1.7.bin 0x1000 user1.bin 0x37c000 esp_init_data_default.bin 0x37e000 blank.bin The important part is "-flash mode dio" https://github.com/espressif/esptool/wiki/SPI-Flash-Modes;