-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiring tutorials? #6
Comments
The only wires are the ones that run between each cluster and the central board for each hand. And then the ones that run between the two hands. There's a 7-pin jst-zh connector on each cluster, and on each board, and you just plug the wire connector in to either side. Each cluster, etc. has a little "circuit board" thing, made out of vinyl-cut copper. You can find more information about how I made those on the wiki page. |
Thanks so much for your response, and please excuse my very low experience level. I couldn't find how you wire up the IR leds, photo transistors, the sink drivers, smd resistors, teensys etc. Sorry if this is straight forward, I just like to have a clear idea in my mind how the pieces fit together before I tackle such a project! Thanks for making the project available by the way. |
Noob! Thanks so much for pointing me in the right direction...I don't suppose there are any complete guides anyone's written up anywhere? |
I also find the wiring confusing, even given the mapping and the wiki here on Github. |
As far as I can tell, the datasheet for the connectors doesn't specify a pin numbering scheme, so there is no common "pin 1" reference to help orient. The 3d printed part for the pcbs for the individual finger clusters are sized so that the back edge of the connector is flush with the back edge of the pcb in one of the orientations. And with it in that orientation, it gives a tiny bit more space to solder the through-wires just in front if it. But at the end of the day, the orientation doesn't really matter. There are 3 variables in play - the orientation of both connectors, plus how the wire is... wired (straight-through or reverse). Any combination of those three variables that is mechanically feasible, and ends up with the right pins being connected should work. I have definitely accidentally soldered connectors backward, and "fixed" it by either soldering the corresponding connector on the central pcb the opposite way, or by reversing how the wire is wired. That being said, I think the connector pins in the svgs could probably use some labels, so you don't have to try to manually trace things based on known voltage/ground/data pins elsewhere in the circuit. I would be happy to include any documentation you write and think would be useful :). Either in the project itself (pull request), or in the wiki (PM me and I can add you as a collaborator, allowing you to edit the wiki) |
And yes, the left and right thumbs are wired differently. For one thing, the LEDs and phototransistors are in opposite positions per-key on each side (why?... heck if I know! I didn't even notice that until just now). But even if if they weren't, if you tried to use a mirror copy of the pcb, the components would be wired up in the wrong polarity, since the components themselves aren't mirrored. |
More labels were added in 4e3174a. Hopefully that should make it a bit easier to read :) |
I started working on a schematic and pcb on the kicad branch in my fork (bc0cfbd). |
@ampleyfly - I haven't fully looked at everything yet, but it looks like the thumb connector on the central pcb is connected incorrectly. For example, the middle pin should be ground, and 5V should be beside it. But it is wired with the same connections as the finger clusters, with ground and 5V at 1 and 6 (or 7 and 2, depending on which way you number it). Unless you plan on swapping wires in the connecting wire bundle? Also, it looks like the thumb and finger boards are 4 layers? It should be possible to do it with 2 layers, which should typically make it cheaper, I would think. |
The central board is imported from the eagle project, and the pinnings on the finger and thumb boards are based on the svg files. Perhaps this mismatch explains the confusion about the wiring in the first place? I did it in 4 layers because it is a lot easier and takes less effort. While there is a difference in price, 4 layers is still pretty cheap. One the wiring is nailed down, the pcbs could be converted to 2 layers. |
I just realised that the eagle files comes from a pull request from the @IronFox fork, where there are also files for the other pcb:s. I guess either merging those or looking there for how to wire things is better tha redoing the work. |
I updated my branch with a center pcb based on the svg file instead, so now it should at least reflect what's in the svgs accurately! :) |
Yeah, @IronFox is doing his own thing - which is great! But I think not totally compatible. @IronFox - I'm thinking I might remove the stuff you added in your first pull request to avoid confusion, since it doesn't appear to be compatible with the rest of the "stock" lalboard. But I'd be happy to add a pointer to your project/fork in the README! |
Hi, this project looks great, maybe not so for a noob. But we'll see. I wasn't able to find any wiring diagrams, or images for wiring the components on your github. Would you point me in the right direction? Thanks.
The text was updated successfully, but these errors were encountered: