Hi all,
Thank you for the help on the last post! It was very helpful.
(Accel Stepper Library Forward and Backward Motion)
I am still working on this stepper motor project, and I wanted to program a graphic user interface (GUI) with three main requirements:
- Connect to two Arduinos
- Connect to a tablet or smartphone
- Can take user-inputs for two Arduinos from a GUI and communicate these inputs to the Arduino's serial monitor
The user-inputs would be the following:
Arduino 1: Speed, Translational Distance, and Mode
Arduino 2: Speed, Translational Distance, and Mode
I have done a bit of research on and off the forum with possible options on creating the GUI: processing, visual studio, javafx, C++/C#, MATLAB, or python. However, I am wondering what is the best approach for creating a simple GUI that can connect two Arduinos and receive inputs for each Arduino? Do you have any suggestions on which language would work better in the long-run such as connecting to a device or tablet? I am wondering what is the best way to navigate through this section of project, and general advice, guidance, or resources?
Thanks again for all the help!