X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=Kx4/GEZKRw+RkCAj1++RoC8joFTQ422cT/leY8cvRPk=; b=U31m3TFsBhP4A6ZhRvlOx7ny1ZJhHVVfM+k0rVPDoOhXx+STJWArL2+zUBNm5J2DOK vn5LWArSMabOxyGnt2jWSPlDWJh4ZSHJwx4DrIqjrpeyRtISh1f1glXouB1F9aqhJAM/ dy5QAliXS1JFTCx/eXFn+qYi7pf/2NrUttNXrcXAXw3x2lfRIWo1KZPXp3cw6eGvty2+ kMWi18WF67RhfC9xRBcHQzPQcc2lj6qL4Ob92/k2Ugk74kUKQgEi6NH8Ro3vvthLJmLZ yzxat5tWmRTvhHaVtY76gdQmYEXRdnhTlmAa8/Xnd2Ag+0KsfGWPR1Vwd3Wlzg4Hr448 ZvzA== X-Gm-Message-State: ALoCoQnbSOCnVtnn7m3DgdtGlKGa6NnjyR8kNx7x+D7osycZz9v65w9UYx04URMc/DxWqNh2EXnr X-Received: by 10.112.41.168 with SMTP id g8mr4710752lbl.59.1418944936243; Thu, 18 Dec 2014 15:22:16 -0800 (PST) MIME-Version: 1.0 Sender: mjd AT hackvana DOT com X-Originating-IP: [49.183.65.212] In-Reply-To: <549342D9.4030008@neurotica.com> References: <1202520334 DOT 584160 DOT 1418936264033 DOT JavaMail DOT yahoo AT jws100190 DOT mail DOT ne1 DOT yahoo DOT com> <549342D9 DOT 4030008 AT neurotica DOT com> From: Mitch Davis Date: Fri, 19 Dec 2014 10:21:55 +1100 X-Google-Sender-Auth: lq6bA4s0i0UBFCwJXAhXM9UgvSI Message-ID: Subject: Re: [geda-user] Nema 23 stepper motors To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, Dec 19, 2014 at 8:10 AM, Dave McGuire wrote: > > I was about to suggest the same thing. Real stepper controller ICs > have been around for 40+ years; it has really never been a good idea to > bit-bang it with a processor. Today's stepper controller chips are > very, very impressive. Indeed. They do stuff so you don't have to. Avayan has a great series of articles about the TI88xx range of stepper chips. Here's one which covers the differences across the range, and why you'd choose one model over another: http://ebldc.com/?p=355 Here's an amusing two-part "interview" with the TI8833: http://ebldc.com/?p=264 http://ebldc.com/?p=271 If you'd rather watch a video: https://www.youtube.com/watch?v=F2sbq4ZYhwA One big takeaway from that video is hearing the difference in noise between microstepping and no microstepping. Notice how incredibly loud it is when microstepping is disabled. If you're trying to drive H-bridges yourself, the result you're going to get is only ever going to be as good as that incredibly noisy non-microstepped mode, and possibly worse. Plus you don't have all the regulation and protection features. Use a chip! Mitch.