You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(troubleshooting): T-CAN485 needs GPIO16 driven, not just 17/19 (#49)
Reported in #48: a hand-written T-CAN485 config that enables /RE (GPIO17)
and SHDN (GPIO19) but leaves GPIO16 floating receives nothing at all. 16 is
5V_EN — the ME2107 boost feeding the MAX13487E — so the transceiver is
unpowered and an ESP32-side loopback test still passes, which sends people
looking at baud rates and CCA firmware instead.
The shipping board file has always set all three, and so does the config
builder, so only people rolling their own YAML hit this. Nothing under
site/ named GPIO16 before now.
0 commit comments