I’m trying to connect the mainboard to a set of peripherals. I have a touchpad cable, which attaches to the mainboard nicely, but I need the connector for the other end of the cable (that would normally connect to the touchpad–listed in git as ACES 51688-0510M-001). I can’t seem to source this part. Does anyone have any ideas? It’s not a normal FFC with straight pins (it has a sort of honeycomb pattern), so I don’t know how to source an alternative part. Thanks!
It would take work.
It’s i2c, so it needs something in-between to convert to USB, such as a microcontroller + code. Framework’s github has code that one could use as a base, but one would need to write the USB-converting half of the code.