|
|
|
|
|
by jacquesm
887 days ago
|
|
For large values of 'just', yes. I've been doing electronics for > 40 years and when I say it is beyond my ability then that's just that. I've built (large) RF transmitters and various other HF stuff but this connector spells 'don't even try it' to me. |
|
The most critical portion of the connector is MicroSD, which is just simple SPI signaling. (This is how the Rasp. Pi CM4 seems to boot up from).
There's "difficult" portions: PCIe 2.0, HDMI, Ethernet, and USB 2.0 are all differential pairs. But all of them seem optional and can be left disconnected. I don't expect the differential pair to be especially hard to do in KiCAD if you need one of these features though.
Looking through the manual, I can see that Rasp. Pi CM4 requires 3x power rails (5V, 3.3V, and 1.8V), as well as a startup sequence wherein enable-pins come up at the right timing. But a few MOSFETs and a few capacitors in the right places solve that problem (and maybe a couple hours of simulation in LTSpice).
In my experience though, popular parts will have power-up sequences figured out somewhere. There's probably a chip that just automatically starts up a Rasp. Pi CM4 by now (and if not, at least a premade design that we can copy/paste from the internet).
---------
What looks difficult to you about the Rasp. Pi CM4??