Hi i want to move a stepper motor with arduino and i want to be able to turn it on with a button, a touch screen and over a wifi depend of my preference at the moment i need it on
Is possible to do it or i have to choose 1 of them
Thanks
Try searching "arduino stepper motor touch screen wifi"... for example...
1 Like
I know i can control that with the touch screen but i want to have the 3 options at same time, button, touch screen and wifi and use whatever i need at the moment
No one is stopping you. Where are you stuck? What do you have now?
As @xfpd posted just start coding and show your sketch here for further support if required...
Just some hints:
- Create a separate function to control the stepper motor
- Create a function to handle the buttons
- Use a global variable that defines what the stepper motor function shall do and change the variable value depending on the button pressed.
Start with this part and make it work properly.
- Then create a further function for touchscreen control.
Make it work properly.
Test it in combination with the button control function . If that's working do the same with WiFi control.
Good luck!
ec2021
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.