Skip Navigation

The pain of realising you got your PCB wrong, and need to use two pins earmarked for the LCD for the TX & RX to allow the sides to communicate :-(

9

You're viewing a single thread.

9 comments
  • Do you otherwise have no spare pins? Also you can do communication between halves with only a single pin, what protocol are you using?

    The other thought is, does the LCD use i2c and are you using i2c between halves too? If so, does the LCD modules have a way to change their i2c address so they don't conflict? If so you should theoretically be able to have all of it share the same bus (the same 2 pins).

    • Oh that’s an interesting thought. All might not be lost after all! I’ll need to investigate.

9 comments