To control a stepper motor is the library designed to be used with a stepper motor driver? I only see two outputs in your plotter code for one stepper motor, which means a direction and a step if I am thinking about this correct. If I wanted to use something like the L298n H-bridge how would I use the your sequencer library?
On Sunday, November 29, 2015 at 3:03:17 AM UTC-6, Ytai wrote: > > The best sources of information are: > > - The wiki page: https://github.com/ytai/ioio/wiki/Motor-control > - Javadocs of the Sequencer class (available in HTML form in the > software bundle). > > If you insist on a real-life code example, here's one, but probably not as > simple as you had hoped: > > https://github.com/ytai/IOIOPlotter/blob/master/src/mobi/ioio/plotter_app/PlotterService.java > > On Sat, Nov 28, 2015 at 3:33 PM, Steven Merwin <[email protected] > <javascript:>> wrote: > >> I have started using the ioio board to control linear actuators and >> bipolar stepper motor. It is working well. >> I can control the stepper motors easy enough with a simple while loop >> switching the digital pins from true to false. >> >> I am trying to understand how to use the sequencer library and looking >> for an example running a bipolar stepper motor with the binary channel >> configuration. >> >> I have the hello sequencer example. I wanted to see if there was some >> more examples available of how to utilize the channel configuration. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ioio-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/ioio-users. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
