-->
Page 1 of 1

issues with flashing micropython on ESP 32

PostPosted: Sat Sep 14, 2019 2:29 am
by Say_hello
i run Win 7 


the hardware: 

a. Joy-IT-Node MCU ESP8266 

.. and besides that i also tried it with the following 

b. ESP32-T Development Board CP2102 mit Espressif ESP-WROOM-32 IoT WLAN & BLE Modul


i have installed the > CP210x_Universal_Windows_Driver.zip


by the way: i could try to do all that on a linux machine. 

Re: issues with flashing micropython on ESP 32

PostPosted: Sat Sep 14, 2019 3:43 am
by btidey
Normally those boards should just show up in Windows without installing any extra drivers. Under device manager -> Ports you should see the device together with a COM port number e.g. COM4. This is the device you need to flash to.

If you are flashing micropython then this has nothing to do with Arduino. You need to get the binary and then flash it using a tool like esptool.py as described in https://docs.micropython.org/en/latest/ ... intro.html

If you are doing something like this then you need to describe exactly what commands you are using and what errors are occurring.