0
Which programming language is comparatively easy for developing a GUI?
I want to control an arduino board that is connected to 2 separate drivers controlling 2 separate motors respectively. I want to control the arduoino board via a GUI for running motor parameters such as speed and direction. But having a difficult time with the GUI development on matlab. Any suggestion?
3 Respostas
+ 1
I have used Arduino for my project before. I created a GUI with Windows form application in c#. it is the most easy way to control Arduino. you can use Bluetooth connection or with USB if you want an example I can help you.
0
hi, thanks for replying. actually I managed to make myself a motor controller GUI with WPF project on visual studio. Btw, have coded for controlling stepper motors that connect to their respective drivers and the drivers connect to the board?
0
the motor driver should be handled by the arduino. or you have to make a simple interface between wpf and motor driver by using the arduino as a controller.