Difference between revisions of "Step to servo"
From emboxit
m (1 revision) |
m (1 revision) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | *http://hackaday.com/2015/01/20/closed-loop-control-for-3d-printers/ | + | ==Background== |
− | *https://www.youmagine.com/designs/dc-motor-closed-loop-control-software#!design-information | + | A collection of information, in order to use dc-motors insted stepping-motors in 3D printers |
− | *https://github.com/danithebest91/ServoStrap | + | |
+ | |||
+ | ==Misan design== | ||
+ | *[http://hackaday.com/2015/01/20/closed-loop-control-for-3d-printers/ Hackaday] | ||
+ | *[https://www.youmagine.com/designs/dc-motor-closed-loop-control-software#!design-information Youmagine] | ||
+ | *[http://www.mabuchi-motor.co.jp/cgi-bin/catalog/e_catalog.cgi?CAT_ID=rs_385sh Mabuchi RS-385SH data (28x38mm)] | ||
+ | |||
+ | |||
+ | ==Motor with integrated encoder== | ||
+ | *[http://www.aliexpress.com/item/4PCS-Mabuchi-RS-385PW-15155-Servo-Motor-PWM-Controlling-8v-30v-DC-With-An-Encoder-Use/32398784972.html?spm=2114.01020208.3.17.S5bxLz&ws_ab_test=201526_4,201527_3_3_2_1_5_4,201409_4 ALIEXPRESS: Mabuchi RS-385 with encoder, lot of 4pcs US $16.40 / lot] | ||
+ | *[http://www.aliexpress.com/item/5pcs-MABUCHI-385-motor-with-Encoder-448-AB-phase-encoder-motor-for-Printer-copier-car-home/32218907529.html?spm=2114.01020208.3.2.dWZysX&ws_ab_test=201526_4,201527_3_3_2_1_5_4,201409_4 ALIEXPRESS: Mabuchi RS-385 with encoder, lot of 5pcs US $30.99 / lot] | ||
+ | |||
+ | |||
+ | ==Others based on Misan== | ||
+ | *[http://diy3dprinting.blogspot.ie/2015/01/using-dc-motors-to-replace-steppers-on.html Using DC motors to replace steppers on x and y axis] | ||
+ | |||
+ | |||
+ | |||
+ | ==Servostrap== | ||
+ | *[https://github.com/danithebest91/ServoStrap SERVOSTRAP] | ||
+ | *Nikos: build succesfully with Arduino. [https://bitbucket.org/nixal/servostrap '''at bitbucket'''] | ||
+ | To use the code you need first to put the two files called digitalWriteFast.h and Keywords.txt in a folder inside arduino/libraries | ||
+ | Nikos: '''Above being in C:, prevents Mercurial from creating a repository''' | ||
+ | |||
+ | |||
+ | |||
+ | ==Other== | ||
*http://elm-chan.org/works/smc/report_e.html | *http://elm-chan.org/works/smc/report_e.html | ||
{{Cat1|3D}} | {{Cat1|3D}} |
Latest revision as of 07:41, 26 August 2017
Contents
Background
A collection of information, in order to use dc-motors insted stepping-motors in 3D printers
Misan design
Motor with integrated encoder
- ALIEXPRESS: Mabuchi RS-385 with encoder, lot of 4pcs US $16.40 / lot
- ALIEXPRESS: Mabuchi RS-385 with encoder, lot of 5pcs US $30.99 / lot
Others based on Misan
Servostrap
- SERVOSTRAP
- Nikos: build succesfully with Arduino. at bitbucket
To use the code you need first to put the two files called digitalWriteFast.h and Keywords.txt in a folder inside arduino/libraries Nikos: Above being in C:, prevents Mercurial from creating a repository
Other