Week 8: Open Source Hardware

Status: Documented

13 Nov, 2018

Open source hardware, this week is focussed on repairing, modifying or building a hardware which leads to understaning of making a machine and how it works in relation to textiles. It focuses on the importance of the techniques, tools and machines that create traditional fabrics. The lecture gave an overview on the evolution of these tools and how these impact production and manufacturing, with the focus on hacking, both machines and tools, and creating open source accessible machinery for a broader public.


Objectives | Tasks at hand


For this week, we chose to do a group project but had our individual tass to achieve. We started by repairing our old knitting machine Brothers KH 840, we planned to take it apart and repair it. Also, we came up with a modification to solve tension problem, wherein I designed the piece and assembled it.

Mom : Have you GIT PUSHED your assignment?
Me: .............

Myself becoming BLANK after hearing my mother also getting used to using Fiore's jargon. Guess I need to restrict the choice of words I use at home. Home time is Home time :-()

Reffered Links



Code by Nishtha

SERVO code #include Servo myservo; // create servo object to control a servo // twelve servo objects can be created on most boards int pos = 0; // variable to store the servo position void setup() { myservo.attach(9); // attaches the servo on pin 9 to the servo object } void loop() { for(pos = 0; pos <= 180; pos += 1) // goes from 0 degrees to 180 degrees { // in steps of 1 degree myservo.write(pos); // tell servo to go to position in variable 'pos' delay(10); // waits 15ms for the servo to reach the position } for(pos = 180 ; pos>=0; pos-=1) // goes from 180 degrees to 0 degrees { myservo.write(pos); // tell servo to go to position in variable 'pos' delay(10); // waits 15ms for the servo to reach the position } }

Tips and Tricks


Info Panel

Use of Vernier calipers to measure a shape is as effective as 3d scanning them. I used a Vernier to design my pressfit around the machine's strap. Going through the manual is necessary for such machines.

Warning Notes

The Pins can easily be damaged and are a hard find these days for this machine. If ever the machine gets jammed. Carefully unlock and remove vertically before proceeding to detangle.

Danger Panel

Beware of the pins and accessories. Everything around you is sharp and pricky. Use a finger presser (ring you wear or finger tip metal) to push in and out any repairwork during knitting.

Success Panel

Sponge should be just right shape. Pins should be absolutely straight and open, close without any stress on it. Wax should be buttery and not cold. Try to understand tension knobs and their settings relative to thread you use.

F.A.Q.

I usually ask the Global team or myself questions relevant to the week's task.I plan to use this section to help me document for our lab's next batch of students important questions and their answers discussed during Global review/Recitation.

We all studied the machine's manual, undertood the machine and repaired whatever we felt needed maintainance. most of the times, 4 pairs of hands are needed to make any dissassembly and I have only two.;-)
No, it has a pinhole template based design abiltiy. We can easily lasercut the patters as per this template and insert into this machine on transparencey papers and it works fine. Other than that, no digital fabrication aspect to it yet.
We repaired the machine to its running state, It now is able to knit flawlessly. Criteria met, we proceeded to introduce a tension reducer (video attached at top) which can later be actuate with a switch which is basically our handle-sleek design.

Download Section