Update README.md

main
Somerset Schrock 2021-06-18 11:19:51 -04:00 zatwierdzone przez GitHub
rodzic 12ee1b57f6
commit 5020a250d1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 5 usunięć

Wyświetl plik

@ -1,16 +1,23 @@
# EMBROIDERED ELECTRONIC RESISTOR GENERATION
# EMBROIDERED ELECTRONIC RESISTOR GENERATION (v3.0)
## Background / info
This is part of a research project to develop flexible wearable electronics.
This python tool generates .exp files which are used by Melco, Bravo, and Bernina machines.
Give the program input parameters such as target resistance and unit resistance of the conductive thread. The program will create a resistor to your specifications, save the .exp file, and show the generated resistor in a plot.
The embroidery package pyembroidery is used to convert to the file type of your choice (dst,pec,pes,exp,vp3,jef,u01,svg,csv,xxx,png,txt,gcode)
Give the program input parameters such as target resistance and unit resistance of the conductive thread.
All parameters are adjustable, such as gap length between lines, stitch length, terminal pad length, etc.
The program will create a resistor to your specifications, save the .exp file, convert the file to your specified file type, and show the generated resistor in a plot.
## Links:
View this site for a instructions on package use:
Instructions on package use:
https://www.appropedia.org/w/index.php?title=Embroidered_Electrical_Resistor_Generation
Cloud manufacturing page for embroidered electronics:
@ -21,5 +28,5 @@ Literature review on this and related technologies:
https://www.appropedia.org/Open_Source_Wearable_Electronics_from_Embroidery_Machines_literature_review
## Note
(Requires libraries: numpy, math, matplotlib)
(Made in Python 3.8, last edit May 2, 2021)
(Requires libraries: numpy, math, matplotlib, pyembroidery)
(Made in Python 3.8, last edit June 17, 2021)