r/arduino 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

5 comments sorted by

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.

3

u/indoor_bot 7d ago

Agreed. They need to define the communication method first. Once that is clear, the GUI part becomes much easier to plan. Nice reply.

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?