Xinyuan-LilyGO / LilyGO-T-ETH-Series

172 stars 67 forks source link

No serial data received #72

Closed programmeddeath1 closed 5 months ago

programmeddeath1 commented 5 months ago

I have ordered the T-ETH-lite esp32-s3 module. I connected the usb2ttl and attached the LAN wire to the LAN Port

The board is powering on and the tx for the upload gets activated, but no data is received from the board.

I have tried with a usb to ttl with FT232RL as well as with PL2303

Both are giving me the same issue.

The power led is always on and the ACT led(green) is on and blinks intermittently. When I hold BOOT and then press RST, the link led(Yellow) turns on for sometime and then turns off.

But the data does'nt seem to be getting received from the esp32-s3, possibly it isnt even transmitting to the esp32, but the waeveshare convertor shows the tx activated when uploading to the board.

What could be the issue, is it an issue with the board or do i need to try with a CP2102 or 2104 connector?

lewisxhe commented 5 months ago

Using Arduino IDE? Set CDC On Boot to Disable

programmeddeath1 commented 5 months ago

Yeah I am running through arduino ide, all those settings are set as shown in the README. I was able to get it to work with the PL2303, usb to ttl.

It just does'nt detect with the FT232RL waveshare usb to ttl convertor, tried many reset but the waiting to download or even device details do not show up. I think I will have to try with the recommended CP2102 connector.