Rewire Module

Here’s another one for you GMod (or whoever is interested)…

As I was laying out modules this weekend for a project I’m working on, it became obvious that I can’t do everything I want because I have too many “I” modules and too few sockets. The best solution for this problem would be to modify the module driver to make it work on an “X” socket using SoftwareI2C. (Module makers, PLEASE make all “I” modules “IX” modules!!!). Having a module as the one I’ve drawn would make this an easy conversion. The idea is that you would insert this between the mainboard and the module and could solder wires to map the upstream socket to the downstream socket.

I changed my mind about part of the design after sketching but didn’t want to take the time to change… I would put the pin labels on top or bottom and put the top & bottom rows of pads close enough together that they could be jumpered with just solder if it’s going to be straight-thru.

I’ll pre-order 5

Why not size the holes for standard 2-row header pins? Then you could easily jumper the ones that are wired straight through, and use standard F-F jumper wires for pins that need to be remapped? And if someone doesn’t want the headers, they can just leave them off.

Exactly. I would want one with headers for dev and then in the final version just hard solder wire across the pads for a slimmer look.

I can think of a bunch of uses for these too… ugh, feel the bank account draining!

Hmm, I have no gadgeteer yet, but wouldn’t it be better to create a I²C multiplexer or hub module instead? As proposed in this topic: http://www.tinyclr.com/forum/topic?id=7893

I think that you should avoid jumper modules, as gadgeteer must stay simple and fool-proof :slight_smile:

1 Like

something like this?

Isn’t that breaking the Gadgeteer concept? With that kind of module you can really screw things up :slight_smile:

If you keep power and ground connected then this module is safe to use.

Actually, that’s a great point…you could actually eliminate several of the pinouts and just run the GND, 5V, and 3V3 direct from socket to socket. That would effectively prevent any possibility of mis-mapping the pins. Any reason not to do it that way?

1 Like

That’s the way I drew it and at first glance it’s the only thing I would change in Godfroi’s design aside from the addition of some labeling.

Yeah, although many would argue that even us fools would goof it up somehow!

And if you’re doing this sort of work to make modules chain together, you’re past the plug and play aspect of Gadgeteer anyhow. As long as the end user can plug them in properly with the use of these helper modules, I’m all for it.

1 Like

At first I figured that the wires drawn in were examples. Easy enough to pull out the three and hard-wire them.

Yea, I wouldn’t bother with having the PTHs for those three either. It will be less tempting to mess things up if they are just covered with mask.

2 Likes

Here you go. Routing this thing is more complex than it first would seem, because the left-side socket is all backwards. On top of that, I needed to keep vias out of the label area, because with some PCB houses, at least, they won’t silkscreen over vias.

I didn’t put a socket type on it, because, let’s be honest here, this thing is so far out of Gadgeteer spec that it really has no business even having the logo on there.

Looks great! I agree it doesn’t make sense to put a socket type on it. However, I fear that the “Gadgeteer_in/out” text is going to be too small to be readable without a magnifying glass. I’d recommend you put a big * next to one to be consistent with “downstream” labeling in DaisyLink or just a big “IN” and an “OUT” label. You may want to add a white box next to each socket so the user could label them. Maybe the incoming socket I would label “I” and the outgoing “X” just for future reference.

IN/OUT is not clear either.

If you connect a pushbutton you would logically want to connect it to IN. If you connect a LED you would logically want to connect it to OUT :slight_smile:

Only a EE would think with that kind of logic :wink: Maybe “Mainboard” and “Module” would be better labels?

Why does it matter? This module isn’t directional in any way. Or am I missing something?

The module itself has no direction. I took the labels off and gave you some big silkscreened boxes to write in.

1 Like

Wait, it has no direction until you place jumpwires or solder bridges on it, right? The silkscreen is also an option.

@ ianlee74: I already was thinking of “Module” but didn’t find anything for the other side. But “Mainboard” is just perfect.