I was looking back at this idea of converting an ATmega328 into a pluggable module via an IDE 40 pin connector. It occurs to me that, most of the time, you would program a chip, drop it into a project box, and that's about it
Which means, it's really not necessary to have every analog and PWM pin connected at all times, just ones you're using (usually 5-6 at most in my case). And it's safer and simpler to have as few intrusions as possible into your enclosure for waterproofing too
This makes me wonder if good old fashion automotive connectors with 4-6 pins (and maybe another pair with an inline fuse for power) are all that's needed. They're certainly a lot simpler than having to solder 40 pins
I was thinking of creating an ESD and over/under volt protected circuit to power an ATmega328 chip with opto-isolated data pins
Something like a dongle that I can quickly plug into my projects around the place