Difference between revisions of "Embroidery machine"

From Technologia Incognita
Jump to: navigation, search
m (added picture)
(short description of the goal)
Line 6: Line 6:
 
|ProjectPurpose=Use in other project
 
|ProjectPurpose=Use in other project
 
}}
 
}}
An idea that was put forward on IRC: make a computerized embroidery machine. Something that could work with SVG images would be nice.
+
Embroidery machines are pretty expensive. The software too. In this project I want to convert a normal sewing machine into a CNC embroidery machine.
 +
For this a XY table is needed to move the embroidery hoop under the needle. The sewing machine needs a small modification to control the speed and to monitor the needle position.
 +
I would like to start from SVG images, and convert this to GCODE to send patterns to the machine.
  
 
== Links ==
 
== Links ==
Line 66: Line 68:
 
**  [http://blog.protoneer.co.nz/arduino-cnc-shield-v3-00-assembly-guide/ assembly and instructions]
 
**  [http://blog.protoneer.co.nz/arduino-cnc-shield-v3-00-assembly-guide/ assembly and instructions]
 
* 12 June 2014: connected the shield to an Arduino Nano (while waiting for an Uno). Connected a motor and tested the shield.
 
* 12 June 2014: connected the shield to an Arduino Nano (while waiting for an Uno). Connected a motor and tested the shield.
** Put [https://github.com/Protoneer/GRBL-Arduino-Library arduino GRBL library] on the Arduino
+
** Have put the [https://github.com/Protoneer/GRBL-Arduino-Library arduino GRBL library] on the Arduino
** Created a simple drawing in [http://www.inkscape.org/en/ Inkscape], converted the path to Gcode with this [http://wiki.linuxcnc.org/cgi-bin/wiki.pl?InkscapeHowto extension], sent the gcode to the arduino with the [https://github.com/winder/Universal-G-Code-Sender Universal Gcode Sender]
+
** Created a simple drawing in [http://www.inkscape.org/en/ Inkscape], converted the path to Gcode with this [http://wiki.linuxcnc.org/cgi-bin/wiki.pl?InkscapeHowto extension], and have sent the gcode to the arduino with the [https://github.com/winder/Universal-G-Code-Sender Universal Gcode Sender]

Revision as of 01:28, 14 June 2014

Projects
20140613 003245.jpg
Participants Narya
Skills Electronics, Coding
Status Active
Niche Electronics
Purpose Use in other project

Embroidery machines are pretty expensive. The software too. In this project I want to convert a normal sewing machine into a CNC embroidery machine. For this a XY table is needed to move the embroidery hoop under the needle. The sewing machine needs a small modification to control the speed and to monitor the needle position. I would like to start from SVG images, and convert this to GCODE to send patterns to the machine.

Links

Projects found on the interweb

Sewing machine embroidery by hand

Shops

Data sheets or related info

Software

CNC stuff

List of stuff

XY frame

Sewing machine controller (only speed for now)

Build log

  • 11 June 2014: soldered pins on the Pololu drivers and soldered the CNC shield
  • 12 June 2014: connected the shield to an Arduino Nano (while waiting for an Uno). Connected a motor and tested the shield.