- 3,489
- 1,163
I have completed a small project of ac circuit analysis on intel galileo in arduino. I want to make a GUI now. How should I proceed? I know C and a little C++.
The discussion focuses on creating a graphical user interface (GUI) for AC circuit analysis using Intel Galileo and Arduino. Two primary methods are suggested: one involves studying GUI design literature, particularly X Windows, while the other advocates for a more experimental approach without references. Tools mentioned include Tk, Qt, and GTK, with a recommendation to explore modern GUI frameworks for better results. The conversation emphasizes the balance between achieving a final product and the learning experience gained through trial and error.
PREREQUISITESThis discussion is beneficial for hardware developers, software engineers, and hobbyists interested in integrating GUI elements into their Arduino projects, particularly those focused on circuit analysis and educational tools.