Open jeffryr opened 8 months ago
我也碰到了相同问题,角上有一个蓝色的灯在闪,我焊在了PCB上面拆下来很难。
Im also having a similar issue I think. I tried uploading a sketch, and ever since my PC has trouble recognizing the device. I can't get the device to connect to any ports that Arduino IDE can recognize, even after trying to install the driver recommended in the README. Have you found a solution yet?
Image of the device in my device manager for reference
I bought a few TTGO T-Display v1.1 modules awhile back and put them in a drawer. When I exhausted my supply of the older boards, I discovered that I couldn't communicate with the newer boards. Debian 12 doesn't recognize the CH9102F USB to UART Bridge controller. I built the driver from https://github.com/WCHSoftGroup/ch343ser_linux, did the usual modprobe ch343 and tried this with two different v1.1 devices. They both boot and run the factory firmware but never show up as a serial device, dmesg reveals the following:
This is with a known good cable. Also tried loading the driver on Windows 10, it just reports a malfunction when the device is plugged in. Has anyone gotten these to work with any OS?