You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a solution to control stepper and relays. Are relays supported?
Would like to build a small device, that works in loop. Stepper turns 60 degrees, when stopped a relay will turn on solenoid valve for the set time and when completed, starts again.
A simple task in Arduino, but i remember testing Stepper motor server few years ago, and I liked it.
Could this be an option for future developement?
The text was updated successfully, but these errors were encountered:
So if it is fine for you to do that in code, you could register a callback function in the flexystepper instance when the position is reached which then toggles the pin the Relay is connected to.
See the example Arduino script in line 65 where the callback handler is registered when the final position is reached:
I am looking for a solution to control stepper and relays. Are relays supported?
Would like to build a small device, that works in loop. Stepper turns 60 degrees, when stopped a relay will turn on solenoid valve for the set time and when completed, starts again.
A simple task in Arduino, but i remember testing Stepper motor server few years ago, and I liked it.
Could this be an option for future developement?
The text was updated successfully, but these errors were encountered: