Computerizing the Knitting Machine

We started with a Brother KH-930E electronic knitting machine. It has its own processor for setting the needles right to produce a programmed pattern. Unfortunately it can only be programmed pixel per pixel manually or with a floppy drive as source.

So we followed the Knitic Project and started with an Arduino Due replacing its own processor. We rebuilt their PCB on a Perfboard, be careful though, the headers on their (old) PCB picture may be wrong. We had to resolder some of them and had to rearrange the solenoid positions in software. Check out the service manual for the right pin-connections. A 12V 2A power supply was used to power the solenoids, so we don’t need the machines power supply.

Knitic board on top of Arduino Due

Knitic board & Arduino Due

Software wise, we had the best success with So Kannos  software, be careful for the right branch. We used the “KnitHack-CK-35_and_KH900” branch and the “CK35controller” software. After setting the ports right and some improvements the magic was done. All ready to experiment with knitted electronic components.

Update May 2015: After some problems we heavily modified the Arduino code. It can be found at Github: https://github.com/matthiasmo/KnitHack

knitting

the result: a knitted hello

Comments are closed.