Cannot upload to Wemos Lolin32
Posted: Fri Aug 11, 2017 9:43 am
I recently got a Wemos Lolin32 from here. I installed the CP210x driver for MacOS. When I connect the device to my macbook, it boots and the blue LED starts blinking. I also see the serial device /dev/cu.SLAB_USBtoUART appear. When I load up a serial monitor with baud rate 115200, I can see the device printing:
This repeats once a second. However, when I try to flash the device from the Arduino IDE, it simply hangs while trying to connect:
After this, the USB/Serial driver appears to completely kill my system causing several processes to stop responding. It requires a restart before everything is back to normal.
I also have/had a Sparkfun Thing and had no problems with it which makes me think this is either a problem with the device, or the Mac serial driver (the Sparkfun uses an FTDI chip which uses a different driver). I'm pretty sure the version I bought from the above Aliexpress seller is a clone, however I'm not sure if that is the reason uploads fail, after all, someone somehow managed to flash the blink program that came with the device... Any ideas what might be wrong?
Code: Select all
Hello, My firstESP32 !
Jul 25 2017 17:55:07
Hello, My firstESP32 !
Jul 25 2017 17:55:07
...
Code: Select all
lobal variables use 32828 bytes (11%) of dynamic memory, leaving 262084 bytes for local variables. Maximum is 294912 bytes.
esptool.py v2.0-beta3
Connecting.....
I also have/had a Sparkfun Thing and had no problems with it which makes me think this is either a problem with the device, or the Mac serial driver (the Sparkfun uses an FTDI chip which uses a different driver). I'm pretty sure the version I bought from the above Aliexpress seller is a clone, however I'm not sure if that is the reason uploads fail, after all, someone somehow managed to flash the blink program that came with the device... Any ideas what might be wrong?