Xinyuan-LilyGO / T-QT

MIT License
94 stars 31 forks source link

Qwiic connector's pinout is wrong. #17

Closed tfuruha closed 1 year ago

tfuruha commented 1 year ago

The pinout(and The GPIO numbers printed) of the Qwiic connector are wrong, unlike the connections on the schematic. According to the ESP32-S3 datasheet, U0TXD and GPIO43 and U0RXD and GPIO44 each share a pin. On the schematic, pin 3 of the Qwiic connector is connected to U0TXD (GPIO43), but printed as 44 on the board and pinout. I2C tests using the Qwiic connector also worked fine by setting SDA (3pin) to 43 and SCL (4pin) to 44.

lewisxhe commented 1 year ago

Thank you. This issue has been fixed in the future