Xinyuan-LilyGO / LilyGo-T5-Epaper-Series

183 stars 60 forks source link

Unable to communicate with T5 v2.3.2 using T-U2T #44

Closed StevenCellist closed 1 year ago

StevenCellist commented 1 year ago

Hi guys, I got my hand on a brand-new TTGO T5 v2.3.2 with 2.13 inch e-ink display (not yet released in lilygo.cc but available through reseller). As per my reseller, the difference w.r.t. v2.3.1 is the need to use the T-U2T to program the board. This is confirmed by plugging a USB-A to USB-C cable straight into the board: Windows Device Manager doesn't show any port, while the board is being powered and running the example sketch.

When I plug just the T-U2T into my USB cable, Device Manager shows USB-SERIAL CH340K (COM10), indicating that the adapter is working nicely. However, when I plug it into the board, I get no communication at all. When I reset the board using RST button, nothing. When uploading a sketch and pressing BOOT on the U2T, "no serial data received". When holding BOOT and pressing and releasing RST, "no serial data received". I tried another machine, another cable (which did work on other USB-C boards) - no bit of luck.

How should I go about communicating with and programming this device? What could I try? Is there any documentation for this new version 2.3.2?

Attached are pictures of the board, in case that someone wants to look at it. IMG_20230808_104110 IMG_20230808_104120

lewisxhe commented 1 year ago

CH340K? The correct driver should be CH9102, please update the driver

https://www.wch-ic.com/downloads/CH343SER_ZIP.html

StevenCellist commented 1 year ago

@lewisxhe thanks for your reply. I uninstalled the drivers for the specific COM port through Device manager, rebooted and installed your linked drivers. I should note that the installer also shows "CH34SER.INF" as driver name. Once I connect the U2T, the CH340K name comes back up. And per this post, that should work just fine. But still no response from the T5 v2.3.2 :( Could there be anything else that I'm doing wrong?

lewisxhe commented 1 year ago

Do you use Windows?

StevenCellist commented 1 year ago

Yes

lewisxhe commented 1 year ago

try this driver CH9102.zip

StevenCellist commented 1 year ago

Did the following:

lewisxhe commented 1 year ago

If it recognizes 340K, then it is really possible that it is 340K.

You try to insert U2T into the board and connect it to the computer via USBC, then open Serial, and click the RST of the board to see what information is output.

StevenCellist commented 1 year ago

I get literally nothing. There's no output. No matter if the switch is on or off, when I press RST I see nothing ☹️ image

lewisxhe commented 1 year ago

Can the USB screen be updated by inserting it?

StevenCellist commented 1 year ago

What exactly do you mean by that? The device does power up and shows the out-of-the-box example animation of squares in the corners, showing all available characters etc.

lewisxhe commented 1 year ago

Okay, contact the seller and have them send you a new U2T.

StevenCellist commented 1 year ago

Yes, the 'old' one was not correct! I got sent a new one - the sticker on the box is marked completely different and it shows up as CH9102, and I can successfully read serial information now!

In case anyone ends up here: my incorrectly working one had the box marked with H494, while the working one is marked with Q320 and CH9102F as well.

@lewisxhe thanks for the debugging and thinking along!!