Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By QuickFix
#83543
sblantipodi wrote:it all happen in the same loop,

Lets see some code, since something tells me you're not using an interrupt or you're just doing things wrong.
You need to create a timed interrupt for the stepper motor only, not both (you put the text in the normal loop).

Another possible option could be creating a state machine. :idea:
User avatar
By sblantipodi
#86615
QuickFix wrote:
sblantipodi wrote:it all happen in the same loop,

Lets see some code, since something tells me you're not using an interrupt or you're just doing things wrong.
You need to create a timed interrupt for the stepper motor only, not both (you put the text in the normal loop).

Another possible option could be creating a state machine. :idea:


project source is on github.
https://github.com/sblantipodi/smart_watch_winder

any suggestions?