กลับไปหน้ารวมไฟล์
automatic-shirt-folding-machine-11d9d9-en.md

The device is made from a few pieces of foam board (0.1875inch thickness) cut into four pieces and hinged with packing tape. The timing of the folds can be adjusted inside the code.

I tested the efficiency of using this device vs. my conventional way of folding. The results can be seen in the video below!

Build and Demonstration Video

Chore Automation: The Shirt Folder

The Automatic Shirt Folding Machine is a bizarre but incredibly fun project that merges structural engineering with servo control. It takes the tedious chore of laundry and turns it into a mechanized assembly line.

The Mechanical Sequence

The folder is built from four rectangular pieces of stiff cardboard or foam board linked by tape hinges, forming a grid. High-torque servos are attached to the hinge points.

  1. Sequence 1: Left servo flips the left flap 180 degrees and back. (Folds the left sleeve).
  2. Sequence 2: Right servo flips the right flap and back. (Folds the right sleeve).
  3. Sequence 3: Bottom servo flips the bottom flap up and back. (Folds the shirt in half vertically). The Arduino coordinates the delay() and servo.write() commands to execute this sequence flawlessly.

Hardware Components

  • Arduino Uno: The choreographer.
  • MG996R Servos (x3 or x4): Standard SG90 micro servos are too weak to lift cardboard and a heavy cotton shirt. You need metal-geared, high-torque servos.
  • External 5V Power Supply: Multiple high-torque servos will instantly crash an Arduino if powered from its 5V pin. You need a separate 3-Amp power supply.
  • Cardboard/Foam Board, Duct/Packing Tape, and Cable Ties.

This project heavily tests your mechanical knowledge. Making strong, aligned hinges is just as important as writing good code!

ข้อมูล Frontmatter ดั้งเดิม

apps:
  - "1x Arduino IDE"
author: "typalowski"
category: "Motors & Robotics"
components:
  - "1x Pushbutton Switch, Momentary"
  - "1x Hot glue gun (generic)"
  - "1x MD10C-R3 Motor Controller Board"
  - "1x Soldering iron (generic)"
  - "1x Arduino UNO"
description: "Wanted to over-engineer a more efficient way to be lazy. Thus, I made a machine that folds my shirts (mostly) at the push of a button!"
difficulty: "Intermediate"
documentationLinks: []
downloadableFiles: []
encryptedPayload: "U2FsdGVkX18nJccMVEXSaFEjf2C2W2vK3k9cVYcDAszpo8WaBKwCfc88N/RZy9mhZjAH6DFNMnbB6unOPYt/6rw5XeNFROnI/Ai/HkXnI2NltrCyfQ6q3k+t4X6Qwmyc"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/automatic-shirt-folding-machine-11d9d9_cover.jpg"
lang: "en"
likes: 22
passwordHash: "a9a9ff3df21bc77c56e72234df5759d979aa3d93188e40ea80f9d9710109e386"
price: 2450
seoDescription: "Build an Automatic shirt folding machine using Arduino. A fun over-engineered project to fold shirts at the push of a button."
tags:
  - "motor control"
  - "diy"
  - "home automation"
title: "Automatic Shirt Folding Machine"
tools: []
videoLinks:
  - "https://www.youtube.com/embed/rhWaHSUVGco"
views: 30884