Raspberry Pi powers automated weaving

[ad_1]

pi loom for automated weaving

Thanks to the Raspberry Pi Organisation for this one, highlighting the use of a Pi to help with looming (you know, weaving, interlacing threads to form a textile).

Obviously, manual weaving can be slow, tough work and one sympathetic spirit has harnessed the power of a Pi to keep the weaving option open for older enthusiasts. Step forward one Fred Hoefler, who has taken a desktop loom and automated it.

His device is intended to help older weavers who have trouble with the hard work of throwing the shuttle and holding down the pedals. Assistive looms cost upwards of $10,000: Fred’s solution comes in at a tidy $150, factoring in loom, Pi, and some motors from Amazon. So this isn’t for hobbyists like me: this loom can be a way for people whose livelihoods depend on being able to weave to continue working long after they might have had to retire.

Fred takes up the story on his own website

These were the requirements for the project:

  • build a 4 harness tabletop loom
  • control the loom with a Raspberry Pi
  • the loom has to be quiet enough carry on a conversation in the same room with it
  • the loom needed to be controlled without a lot of fancy software and interfaces. It must be controlled from a Unix/Linux Bash console.
  • the loom had to be controlled directly with a keyboard and monitor plugged into the Pi or indirectly through a wi-fi SSH connection using a
  • stock terminal utility on a PC or Mac.
  • the Raspberry Pi must be the most expensive single component of the loom. No single part of the loom can cost more than $35.

Basically, a Python script controls the loom, activating the GPIO pin connected to the motor control unit, with on or off circuit activated for one second. As it stands his script hard codes the sequences but he envisages you could adapt the Python code to read a plain ASCII .wif file, such as are used in most loom control programs, he says.

What about the motor at the heart of the project, which sits behind a “motor control unit”?

Motor_drive_board-2Fortunately there are a number of low cost, high torque 12 volt motors available from the automotive parts market. I found a Hossen motor available for about $12 that turned at 30 rpm, with a torque of 120 N/cm. The math was quite simple. Assuming a 1.5 inch (38.1 cm) diameter wheel attached to the hub, the motor could produce ~63 newtons (120 N/cm can lift 120 N-cm/1.9 cm = 63.2 N). Assuming that each 1 kg requires 9.80665 N of energy to lift, This motor could potentially lift more then 6 kg (63.2 N/9.80665 N =~6.4 kg). As far as speed is concerned, 1.9 cm X 2pi X 30 rpm = 358 cm/min which converts to 2.3 inches/sec.

The motor control board is pictured, above.

The result certainly looks impressive, and the work stretched across a year, he says – check out the videos further below.

What did Fred learn from the project? If he were to do it over again, he said, he would investigate other types of actuators, for example electric door lock actuators for cars. While they can cost as little as $5 and can be attached to a walking beam mechanism to activate the harnesses, do they have enough power, or travel far enough, he wonders?

Read all the details on Fred’s project page, which includes a link to his source code.

Read the full original post – The Raspberry Pi-powered loom