Good job for the CAD and Electronics but your 3D print quality is horrible. You need to figure out the good temperature for your filament or change the brand. Otherwise it must be your settings. Your part are too brittle
@xDanSpacex4 күн бұрын
heyhe
@NeoRelic-o8p13 күн бұрын
Keep printing robots ❤
@Ziptietechnician18 күн бұрын
Check out Annin robotics ar4 robot arm. Very high quality and still affordable. I just built one. Very fun project
@tomfoolery291319 күн бұрын
How are you doing inverse kinematics for J4, J5 and J6? I understand the geometric solution for 3dof but wondering how you've done the IK for the remaining 3dof. Seems a lot more complicated when adding the additional dof. Also are you interpolating your servo positions? May help reduce the jerk
@OliverPaff19 күн бұрын
@@tomfoolery2913 I actually only did the geometric solution for 3dof and then for the J4, J5, and J6 I just had a couple lines of code that switched them between two angles. Such as the claw head going up and down. It’s definitely not the best way to do it, however doing the inverse kinematics for the other 3dof was more complex than I was wanting to deal with at the time. So I just decided to kind of cheat my way around it. Also I did look into interpolating the servo positions but I never actually went through and did it. That is definitely something I’m planning on doing for the future version though.
@Atlanta200227 күн бұрын
where I find library <Servo.h> <math.h> <Wire.h> ??
@OliverPaff26 күн бұрын
Those libraries should be included in the Arduino ide already. If not you can google those libraries and there should be a way to download them.
@diysumitАй бұрын
What should be the bed size for printing this? I am out for buying a 3D printer. What do you recommend?
@OliverPaffАй бұрын
I printed all of this on an ender 3, so 220 x 220 x 250 mm is probably the best bed size. However I have recently switched to a Bambu labs A1 mini and it has amazing quality although it has a smaller print bed. I would recommend doing more research based on what you want but the best size for printing this project would be 220 x 220 x 250 mm.
@diysumitАй бұрын
@ would you recommend the bigger A1? That looks great, is there an alternative? There is Kobra 2 Neo, which is sufficiently big but lacks seriously in comparison to A1.
@OliverPaffАй бұрын
Yeah I would recommend the bigger A1. I haven’t looked into any other alternatives though, but there are some great review videos on KZbin for other printers. Which I would recommend checking out before buying one.
@Metoz-YTАй бұрын
I don't quite understand, but can you tell me which model you used as the servo motor?
@OliverPaffАй бұрын
MG996R servo, the link to it should be in the description.
@Metoz-YTАй бұрын
@OliverPaff thanks bro
@OliverPaffАй бұрын
You’re welcome
@MohamedEbaid-b9tАй бұрын
Great job my friend I wish you all the success and progress can you send me wiring diagram of arduino and motors
@MagnusForteАй бұрын
1:42: Well add a couple of layers and a Brim before the actual piece starts to be printed. Also, use Stick Glue, over the printing area (over bed printing) it is a little messy but, allow the first layers to stick properly and then removing the piece will be easier...finally let the printing piece cool down before removing and get one of those Art (iron) spatulas that are very tight and will do a more easy job, and don't rush the removing, breath, relax and take it easy...it will come out nicely!!!
@HiAmDreАй бұрын
Hey, I wanna ask if the files are updated or not bc you mentioned that there were some problems with the model in the description. And also I just wanna say, your amazing, genuinely
@OliverPaffАй бұрын
I have fixed most of the issues, however I kept it so that the pieces can be glued together. If you would like to change it so that you have to use screws instead, the CAD files are available so you can change them easily. Also thank you!
@fatihcemalcan3280Ай бұрын
Nice Design. You should use smart bus servo motors instead of these RC servo motors. If you use bus servos, you will be able to move your gripper precisely.
@sheheryarahmad9721Ай бұрын
I looked at the file you sent, the part where the arm connects with the base is missing. Could you look into that?
@OliverPaffАй бұрын
Yeah, when I was working on it I must have turned off the visibility. I just fixed it. You can check the side bar of the assembly and see the parts, they should have an eye next to them. If you click it, it turns the visibility on and off.
@sheheryarahmad9721Ай бұрын
thanks
@sheheryarahmad9721Ай бұрын
Approximately, How much did the project cost for you? Excluding the 3D printing costs.
@OliverPaffАй бұрын
Probably around $40-$50. However I did buy some of the items when they were on sale.
@FireballballerАй бұрын
this guy makes me wet
@tsvigo11_70Ай бұрын
Project names "Frog".
@OliverPaffАй бұрын
What?
@mithunbabbiraАй бұрын
it would be great if you provide proper stl file to print this arm
@boeie86272 ай бұрын
make it do the dishes brah
@zk_63122 ай бұрын
You sure have a lot of issues with your 3d printer. I had a Ender 3 Pro for several years and I have never had that many issues on a single project. Still, a good project.
@OliverPaff2 ай бұрын
Yeah it was mostly because I didn’t level my bed properly. Looking back on this project I cringe a little because of how obvious the issue was though. Lately it’s been printing a lot better.
@zk_63122 ай бұрын
@@OliverPaff That would do it. I hate leveling the bed which is why I added a CR Touch bed probe. I recently upgraded to a Ender 5 S1 and I love it. I only had to level the bed once as it comes with CR Touch and it prints over twice the speed with better quality. I could probably get to print faster if I used klipper firmware instead.
@MahiMahi-ts7gg2 ай бұрын
can u provide cricut design and or video
@steepercreve2 ай бұрын
this is great! I think you deserve more support on this channel
@OliverPaff2 ай бұрын
Thank you!
@aaronalquiza96802 ай бұрын
man servo motors are just too jittery aren't they? next maybe stepper motors and a way to track the current angle of each joint (either with hall effect sensors with algorithm).
@aaronalquiza96802 ай бұрын
4:49 electronics + carpet
@OliverPaff2 ай бұрын
Yeah was definitely the worst place to work on this project, I’m lucky that nothing got damaged.
@EngineerNotFound2 ай бұрын
Yeah, I had similar issues with the servos. I'm using an ESP32 in my project, and trying to drive just a few motors from the thing was causing the glitching. I'm using 8 servos, but at most only 2 are required to move at the same time, so I thought it would be fine. Then I added the PCA9685 and it was all fixed. I went into it blind and was learning as I developed things. Thankfully I didn't fry the micro controller. It's understandable though that, when you're new to certain types of projects, you're gonna overlook things, or be totally unaware of things you should know. I guess that's why research is important; Anyway, well done on getting the robot to work - a robot is on my bucket list; but that's a long way off.
@MichaS13162 ай бұрын
Why do i have the same issues as you( 7:12 ) and i want to make one 6 foot tal But this video really helped me out but i want to make one with 5 stepper motors i think that are easier to use I really liked this video and i am really excited for your next video
@--MaGnum--2 ай бұрын
i have never see no much bed adheson on A printer
@OliverPaff2 ай бұрын
That’s what I get for not properly leveling my bed.
@tanishbajaj49522 ай бұрын
hey man, can you please elaborate upon the 3d files you have linked to in the description? what corrections would I have to make besides those mentioned in the description? i know nothing of 3d printing and would have to outsource it for this project (which i really wanna do) so please tell me all you can!!
@OliverPaff2 ай бұрын
Honestly you can make the project without making adjustments to the files. You will just have to do some sanding and instead of screws you will use glue. Some people don’t want to sand or would prefer to screw everything together so I just mentioned that in description just in case people wanted to change the files to their liking.
@matthewbaker16213 ай бұрын
use concentric insted of grid for infill
@OliverPaff3 ай бұрын
Yeah grid was not the best choice, I’ve been using gyroid lately and it’s much better I’ll have to try out concentric, thank you.
@Walt11193 ай бұрын
Great project! Some tips on ur printing issues, using pla(I'm assuming that what ur using) use glue stick on ur bed after u wash it with soap and water and dry, important! It helps with adhesion but also helps as a release agent for ur parts. Set bed temps @ 50-60c, tip temps 225-230c, I use sunlight pla+ excellent filament and inexpensive too. Don't run over 50mm on speed, Ender3's don't like speed. Hope this helps, keep up the great projects!!!!!
@PaulGonzales-e3b3 ай бұрын
Impressive! Keep building man
@GeenClanOfficial3 ай бұрын
Stl files
@GeenClanOfficial3 ай бұрын
Hey bro we both have a 3 d printer and I love your channel
@Lazarus12123 ай бұрын
First of all I would like to say thanks for showing the work on this project with all your slip-ups and mistakes, really full respect. You have shown what it really looks like and how much effort it took. I think I'll use your projet myself because it looks really well thought out. For now I'm waiting for you to update the project on the onshape Robotic Arm V2, so far I'm watching and analysing what's what. It looks really good. I miss showing how the motor pinion is connected to the moving part.... You didn't use any gear ratios (cycloidal gear?) just a direct connection? I need to do some more thinking on this.
@imcslol13 ай бұрын
why does your printing plate look so gross haha
@OliverPaff3 ай бұрын
I rarely cleaned it. I now clean it much more frequently.
@abdojr41913 ай бұрын
Hi, I’m a beginner in design and I don’t know how to design these things. I searched on KZbin but couldn’t find any 'good' course to learn CAD design and then print it. Could you give me a good source to learn it? I’d appreciate it.
@OliverPaff3 ай бұрын
Personally I just messed around on the CAD software and designed random things. Eventually working my way up to more complicated stuff. However, that does take a while. I would recommend a combination of KZbin and just messing around with the software. I also found it hard to find good tutorials on KZbin so maybe doing more by yourself is better. Start off with simple shapes and making cuts and holes, just to get a hang of the basic tools of CAD. Then move on to designing different things with more complicated shapes and parts. If you have any more questions feel free to ask.
@victoralonsodazahuaman98603 ай бұрын
Buenas que tal, al final pediste actualizar los archivos, ya completos
@berkalbas25133 ай бұрын
Hey man I so impressed. So I want to make that could you tell me list of equipments with counts ?
@mach10point43 ай бұрын
Hey man this is sick!! Hope you keep creating. Stuff like this will take you far. For the print issues, first off a high quality glass/pei plate and a pretty much a must. Then, regular cleaning and adhesion (glue sticks, etc) is also critical. Get your bed leveling dialed in, experiment with some first layer settings (maybe try turning fan off during the first few layers, run a little hotter). Try a temperature bridge, layer adhesion in general looks like a bit of an issue. Hope these tips help, I’m a total arduino noob but want to at least help with the printing side of things.
@PedroHenrique-yq2ey3 ай бұрын
Incrível parabéns
@DeanZylman3 ай бұрын
great design 👍
@OliverPaff3 ай бұрын
Thank you
@srujan24823 ай бұрын
Are you using any kind of drives ( gearbox like planetary or cycloid at the joints
@OliverPaff3 ай бұрын
No, I did look into both of those gearboxes when designing it but decided not to use them. However, I am planning on using them when I build a bigger robot arm with stepper motors.
@srujan24823 ай бұрын
@@OliverPaff oh can’t wait to see one of those … nice work 🙌🏼
@srujan24823 ай бұрын
@@OliverPaff also when you use gearboxes your movement is gonna be less jittery while reaching a point and stop …and also give you more resolution and accuracy
@Edmilsonfsjr4 ай бұрын
Great work, I always love to see someone doing creative and smart things like that. Someday I will try too.
@genericmainer4 ай бұрын
Best thing I ever did was buy a bambu printer and ditch the ender! rarely have any failed prints nowadays
@OliverPaff4 ай бұрын
I actually bought an A1 mini after building this project and it was definitely a great decision. No more worrying about failed prints or horrible first layers. What Bambu printer do you have?
@purvislewies31184 ай бұрын
dude i subscribe because of the something you building(robot arm)...please help me
@kalafiorkrzysztof13034 ай бұрын
Ceep up the good work buddy!
@cinnamon35564 ай бұрын
I think you print bed is way too high, it shouldn't be leaving that many marks on the plate, generally people say to level is so that a piece of paper can slide between the nozzle and the bed, but I find that I need it to be a little closer to stick well. Also personal opinion but I would recommend buying nuts and bolts and printing much smaller pieces that can be easily bolted together. It's more work but you save filament, print time, your mind if you have to reprint a connection piece 5 times. Also I buy aluminum dowels from a local hardware store and use them for structure so that I really only have to 3d print the connector kind of things and it saves me a lot. (I just know how frustrating it is when a 9 hour print fails after 8 hours) Also I'm not hating, I loved this project, never stop creating stuff dude!
@OliverPaff4 ай бұрын
Yeah after I printed all these pieces I leveled the bed and it was much better quality. I usually just get a piece of paper and fold in half and it’s good. Also nuts and bolts definitely would have been a better idea. I was thinking of using them but decided not to. However, after I printed everything and started putting stuff together I regretted that decision because it definitely would have made the project easier. That’s a smart idea to use aluminum dowels. I’ll definitely consider using them for the 3D printed parts when I build the next robot arm. Thank you so much for the feedback!
@murc.14 ай бұрын
Great work
@OliverPaff4 ай бұрын
Thank you!
@aaamott4 ай бұрын
Nice work! If you decide to upgrade your ender, consider the belted z mod (only costs maybe $20) and a new fan duct, plus a knockoff CHT ($2) if you don't already have it. Between those, you get way more reliability out of it!
@OliverPaff4 ай бұрын
I actually just bought an A1 mini but I still have the Ender 3 so I’ll have to look at some of those upgrades. Thank you!
@nhnova14524 ай бұрын
@@OliverPaffhow is the A1 mini? Thinking about either getting that or the regular A1
@OliverPaff4 ай бұрын
@nhnova1452 It’s extremely easy to work with and great quality. However it is very small so if you want to print bigger items I would recommend the regular A1.
@jonmurch9604 ай бұрын
I just finished my first one last week using an esp32 board and a ps4 controller but mine is much less stable. i want to make one with steppers and maybe planetary gears in the future but now im making an rc airplane. super cool design.
@OliverPaff4 ай бұрын
That’s awesome. I bet being able to control it with a controller is fun. Also using stepper motors and planetary gears is a great idea. I originally planned on building a bigger arm using them but instead went with a smaller one with servos. If you ever build one you should definitely post it, I would love to check it out. Also good luck on the rc airplane.
@jonmurch9604 ай бұрын
@@OliverPaff Yea i wanted to make the stepper controlled arm but i dont have experience with steppers and i wanted to work with stuff i already had which was a bunch of servos. I have an extremely modded ender 3 thats just piling dust and im considering hijacking the motherboard to control all of its steppers and making a new robot with that but thatll be a while.
@varshneydevansh4 ай бұрын
Just looking to buy a 3d rprinter soon ill be making
@varshneydevansh4 ай бұрын
1:47 I kept saying you should use some glue and there we go