r/arduino • u/HeinHtetSanMTU • 8d ago
How Can I creat GUI for MeArm robotic arm
I'm working on a school project and having trouble with GUI part.I need to show with GUI.I've no idea about how to do.Any advice?
0
Upvotes
3
u/Important-Wishbone69 8d ago
When I made a rubiks cube robot I used python with pyserial and tkinter library to communicate with the arduino. If that is what you need an answer to
2
u/FlowingLiquidity 7d ago
Strange company for them to use AI generated product images.. https://shop.mearm.com/products/mearm-maker-kit-cut-your-own (see the text on the printer)
1
u/Fit_History_842 7d ago
Do you need the GUI just for moving it around and grabbing stuff or does it need a camera feed as well?
8
u/gm310509 400K , 500K , 600K , 640K , 750K 8d ago
You need to provide more detail.
If your question is simply about creating a GUI and already know the commands you need to send to it and what mechanism to use (e.g. USB, TCP/IP, Bluetooth etc) then you might want to try r/learnprogramming.
If you are wanting to learn how to connect an Arduino to it, then you should get a starter kit and start with the basics.
As for creating a GUI, you can use anything that supports the method you need to communicate with the Arduino. This includes anything from C or Java through packages such as Processing and plenty of other choices.
There is a whole heck of a lot more to what you are asking if you are starting from square 1 with zero background. The first step is to learn the basics of one of the areas (creating a gui or learning Arduino) and then take it step by step from there.