sqfmi / watchy-hardware

Watchy Hardware CAD Files
MIT License
175 stars 45 forks source link

[reality check] should pins 13 and 14 on the display connector be shorted? #23

Open shtrom opened 3 weeks ago

shtrom commented 3 weeks ago

tl;dr: should pins 13 (SCK) and 14 (MOSI) on the display connector (J1) be shorted?

The buttons on my Watchy died, so I set out to replace them with Wurth Elektronik 436351045816 436351045816 from Mouser (https://github.com/sqfmi/Watchy/issues/49#issuecomment-2308150293). That worked, and I can get a program running on the watch that confirms they are functional.

But my display no longer refreshes. So I suspect I might have damaged something else when desoldering/resoldering. When testing the display connector, I noticed that pin 13 (SCK) and 14 (MOSI) are shorted. Should this be the case, or is this what I need to fix?

etwasmitbaum commented 2 weeks ago

SCK and MOSI are pins needed for SPI communication, so they should not be shorted. Since both are outputs, the GPIO pins on the ESP32 could be dead. You could get lucky and both still work. Remove the short and try again. Good luck

shtrom commented 2 weeks ago

Cool, thanks for this!

They are not explicitely shorted, but when I test them, there is 0 ohm between them; so, a short.

At least I'm on the right investigative path. I'll see how I can test those pins.

Thanks!