Electronic Assembly
It took a while to get all the components I needed for the electrical assembly but after a few delayed packages and an Amazon return I finally received all the parts and assembled them.
I followed the StepWiseDocs electrical assembly instructions which do a great job of laying out the different pathways that you could go about arranging wires and connections.
PCB
This was my first time micro soldering small capacitor and resistors to a board. Its not my best work but In got the job done using a vice and tweezers. Any tips would be greatly appreciated!
I soldered the small capacitors, small resistors, diode, female headers, DCDC step down and then the female XT60. The orientation for the resistors and capacitors do not matter, but its important to solder the diode, DCDC step down, and XT60 in the orientation directed by the silk screen. I used XT60-H connectors which essentially are normal XT60 connectors with a plastic wire cover.
Before adding more components to the PCB, the DCDC step down module must be tuned to 5.2V. This is a vital step since the board input is 12V and without doing so we could potentially fry the capacitors. I nearly experienced this with my first board attempt when I accidentally used a 24V power source instead of a 12V and already soldered in the capacitors.
After tuning, I added the rest of the components. I noticed that when I completed the assembly, there is a empty JST 4 pin connection that is not utilized labeled J5. I am not sure if this is a deprecated port or if this step was missed in the instructions.
Encoders
Boy these were a pain. After a while was able to get a good system going for soldering the wires to these tiny leads. I would definitely recommend using a vice, magnifying glass, and lots of alligator clips to organize the wires. Again, any tips are welcome.
Note that that HVPP lead is not connected to a wire.
Since I have an abundance of flat ribbon cable, I opted to make my own JST connecting cables.
I also made my own 8-pin data cable. One option you have during this build is what pitch JST connectors you will use. The main PCB has an 8-pin JST connection with a pitch of 2.0mm. The current encoder PCB files on the GitHub Repo have JST connections with a pitch of 2.54mm. Since my encoder PCB had 2.54mm pitch connections, I made my encoder cables have 2.54mm JSTs. But since the main PCB has an 8-pin 2.0mm JST, my 8-pin data cable has one 2.0mm and one 2.54mm connector. This is by no means the “correct” way to do this, but whatever path you choose it would be good to map out all of your connectors first before ordering parts.
Encoder PCB
I decided to make my own encoder PCB rather than ordering one because A: I had all the parts needed to make one and B: I forgot to order one when I originally ordered my PCBs…
I used a small 2.54mm pitch perf-board, 2.54mm JST connectors, and awg solid core wire. I followed the wire diagram found here and shown below.
For daisy chaining some of the leads, I used the trimming from the diode and capacitors from the main PCB.
I plan on making a little enclosure for this part.
Now that all my electrical components are soldered up its time to power them up and start micro manipulating!