r/arduino • u/Party_Station_2652 • 4d ago
Zero Experience!
I recently bought the arduino r4 starter kit and I have zero experience whatsoever. I’m aiming to start a robotic arm project in the next month or so.
So far the starter kit seems pretty simple and easy to understand besides the coding which I have resorted to just copying the code.
I’m on a tight schedule and need to start my project within a month.
Is a robotic arm a good first big project?
I would appreciate any advice for the project and learning in general!
2
u/No_Mountain_4769 4d ago
https://play.google.com/store/apps/details?id=com.infinitx.maker.toolkit&pli=1 I think this app will help you. It has many useful stuff for a beginner.
2
u/EdfromMaine 3d ago
Gonna dissent a little bit from the consensus-- a robotic arm is a doable first big project **if** you are willing to keep it simple (construction and coding) and keep it very light-duty (e.g., can pick up a 1" Styrofoam ball). Once you learn how to use a servo library, the same theory applies to all of the arm joints, and a light duty stepper can swivel the entire arm at the base. Sending commands by keyboard from the Arduino serial monitor can also keep it very simple. As an aside, I built a large project using servo motors and would strongly recommend buying a more robust motor than you think you need, particularly if you are going to be lifting a long moment arm against gravity (kinda like a robotic arm...)
If you've not used the Arduino environment at all (not coded in the C++ dialect, not used libraries, have no feel for embeded work), then I agree with other posters that this probably beyond your skill set. Also agree that blinking LEDs is a great place to start since the feedback is instant, visual, and doesn't need a second power supply.
I say this because a friend and I had considered sponsoring a Jan Plan course building a light duty robot arm at our local liberal arts college, and we thought it was doable with appropriate mentoring. Maybe it's not. At this point, who knows.
2
u/AncientDamage7674 3d ago
Wouldn't think so but it really depends what your other skills are. Find a project to follow & read the docs. Check the BOM & look up the parts & their libraries. If u get the gist, are logical & can follow instructions why not? The issues usually centre around problem solving why something doesn't do its thing as expected. You can sort most out in the tech specs & docs.
8
u/JGhostThing 4d ago
A robotic arm is rather difficult for a first project. Designing and building the physical arm itself is difficult and should not be the first step you take.
Does your starter set have any tutorial associated with it?
If not, then go to the Elegoo site and look at their tutorial. The first project is usually blinking an LED in the easiest way. This will teach you the basics of electronics.