Description
Hardware:
Board: Wemos Lolin32 (maybe fake because the lolin32 v1.0.0 is overpainted black)
Core Installation/update date: 26.02.2019
IDE name: Arduino IDE 1.8.8
Flash Frequency: 40/80Mhz
Upload Speed: 115200 and others
Computer OS: Ubuntu 18.04
Description:
Hi community, I'm trying to upload a program to my new wemos lolin 32, but I can't connect to the micro controller. My usb cable works well with my phone for data transfer, so it should not be the problem. I have tried to ground the GPIO0/2 and upload, but with no success. When i hold the reset button i see a small 0.03v voltage drop in the 3.3v and 5v pins. "dmesg | grep tty" gives "usb 1-3: cp210x converter now attached to ttyUSB0" so it seems recognizes the device. Arduino IDE also shows in the menu "ports". Around the board 3.3v and 5v are present relative to the ground, also the CHG diode is blinking like 2 times per second, but as i read around, its 'normal', because some boards don't recognize the missing battery (I write this to be explicit, in case its important). I have measured that the 2 pins of the chip entry supply have 3.3v difference, so to the chip arrives electricity. PuTTY connects to the serial port, but stays blank (probably because no program is uploaded yet or worse). Terminal command "esptool.py chip_id" detects the port, but also can't connect. "cu -l /dev/ttyUSB0 -s 9600" connects, but any button freezes the terminal, except "~." for quit. I have tested in other computer with windows 7 older Arduino (don't have exact data), but also no connection is made. How can i detect if the chip is broken? I'm new in hardware. Please help.
Debug Messages:
Sketch uses 190944 bytes (14%) of program storage space. Maximum is 1310720 bytes.
Global variables use 12632 bytes (3%) of dynamic memory, leaving 315048 bytes for local variables. Maximum is 327680 bytes.
esptool.py v2.6-beta1
Serial port /dev/ttyUSB0
Connecting......................................____An error occurred while uploading the sketch
_
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header