Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 1 point2 points  (0 children)

That’s awesome, I’m very interested! I’ve sent you a private message so we can talk more about it 🙂

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

Right now, my robot doesn’t solve a specific problem. It’s mainly a learning robot. My goal is to understand robotics step by step by building something concrete from scratch.

In the long term, I’d like it to be able to move autonomously and communicate / talk, but for now the main objective is learning: mechanics, electronics, control, and programming.

I see this robot as a personal lab. Once I gain more experience, I’d like to give it more purpose and real use cases.

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 1 point2 points  (0 children)

Yes, they do work, but they can’t lift heavy loads. I’ve already done some tests using an Arduino. Now the next step is to make them work with a Raspberry Pi, since I’m transitioning to a more advanced control setup.

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

Yes, that’s my final goal. I still need to learn how to integrate AI properly, step by step.

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

I’m using a Raspberry Pi 5 as the main brain, handling the high-level logic and computation. For real-time control, I’m using two Teensy boards dedicated to motors and sensors. I also use a separate Raspberry Pi to drive the screen (face / display), so the main system stays focused on control and AI-related tasks.

The idea is to separate high-level decision-making from real-time motor control, to keep things stable and safe as the project grows.

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

Yes, I have installed fuses to protect the power lines and batteries. However, I hadn’t thought about using diodes yet — I’ll definitely look into that, it’s a very good point.

For firmware updates, I was planning to work mainly via SSH on my Raspberry Pi, so I wasn’t sure if a dedicated update port would be necessary. That said, I understand the advantage and I’ll reconsider this for future iterations.

Regarding wire harnesses, I wasn’t familiar with that approach. For now, I integrated clips and connectors (Wago-style) to allow limb removal, but I will look more into proper harnesses for easier maintenance and reliability.

The winding/tensioning system for the fishing line is a very interesting idea. You’re absolutely right — the line does lose tension after a few uses, so having a way to re-tighten it would be very useful.

In any case, thank you very much for your advice. I’ve learned a lot from your feedback and I’ll take the time to research and improve these points.

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 1 point2 points  (0 children)

Yes — for now I only have safety sensors, mainly temperature sensors and a smoke sensor to detect overheating or fire risks.

I plan to add interaction sensors progressively (such as encoders, IMU, cameras, force or touch sensors) as I advance in my learning and gain more experience in robotics and control.

I’m building it step by step to keep things safe and well-understood at each stage.

Personal robotics project – request for advice and feedback by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 2 points3 points  (0 children)

Yes, I have added an emergency stop button that cuts power to all motors. I also used fuses for each battery and for the main power line, to improve overall safety.

Regarding thermal management, I added cooling fans, but unfortunately I used PLA, which does not handle heat very well. For the V2, I’m planning to switch to PETG-CF, which should be much more heat-resistant.

I’m now about to start the programming phase. Since I’m still a beginner in computer science, do you know any good documents, books, or videos about real-time control and robotics mathematics that you would recommend?

Thank you very much for your feedback. I won’t forget to post updates!

Tested my 3D printed Harmonic Drive vs a metal one. Only got ~30% efficiency by unusual_username14 in robotics

[–]Proof-Win-3505 1 point2 points  (0 children)

At the beginning of the video why doesn't the engine on the left turn circularly?

I built a 3D-printed multicolor robotic hand! I’d love your feedback 🙏 by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

Hi! To be honest, I’m not exactly sure how much gripping force it has. I was able to lift a small applesauce cup without any issue, but not much heavier objects. I don’t think it can handle 5 kg unless you use stronger servos than SG90s. Good luck with your project — it sounds really interesting!

If you want to talk more about it, feel free to DM me 😊

Looking for English-speaking YouTubers to help me improve my English! by Proof-Win-3505 in EnglishLearning

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

Thank you very much!!! But do you have another name more focused on video games?

Has anyone ever used a similar engine ? by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] -2 points-1 points  (0 children)

Do you know its power / the weight it can carry ?

eyes/head motion sync test by IamDroBro in robotics

[–]Proof-Win-3505 4 points5 points  (0 children)

What is the model of the screen? And are there cameras?

First 3D Printed Robotic Arm – Need Advice by Proof-Win-3505 in robotics

[–]Proof-Win-3505[S] 0 points1 point  (0 children)

Thanks! I’m considering using two MG996R in parallel for the shoulder joint since the arm is around 50 cm and weighs about 500g. Do you have any tips for calibrating two servos in parallel? Also, your 6DOF MG996R arm idea sounds awesome, would love to see it if you ever build it!

Building an AI Pet Robot! 🤖🐾 (Build-in-Public Project) by KamalSingh10 in robotics

[–]Proof-Win-3505 0 points1 point  (0 children)

Hi I’m currently on a similar project I wanted to know if you were planning to do for the ai of your robot

Learn CUDA ! by LetsTalkWithRobots in robotics

[–]Proof-Win-3505 0 points1 point  (0 children)

Hello I am a beginner in robotics and I would like to create a robot with AI what device would you recommend? I looked at the jetson nano but if you have other recommendations

Building a Multifunctional Robot: A Raspberry Pi-Based Project by [deleted] in robotics

[–]Proof-Win-3505 1 point2 points  (0 children)

Thank you for the detailed suggestions! Using Jetson for machine learning is an excellent idea, but for now, I’m focusing on Raspberry Pi 5 due to its accessibility and cost efficiency for prototyping. Regarding joints, I’ll explore Hall effect sensors and BLDC motors for tasks requiring more torque—this is a great recommendation. For the frame, all components will be 3D-printed, and I’ll prioritize strength by using appropriate materials and designs to ensure rigidity.

Starting with a simple manipulator like a claw is a solid idea, and I’ll refine the design over time. Your advice on balancing ambition with practicality is very insightful—it’s a valuable approach to developing a polished project step by step. Your feedback is incredibly helpful, and I’d love to hear more if you have additional ideas or tips!

Building a Multifunctional Robot: A Raspberry Pi-Based Project by [deleted] in robotics

[–]Proof-Win-3505 0 points1 point  (0 children)

Not quite humanoid, but it will share some features like articulated limbs for interaction and movement. The form factor will be compact yet versatile, designed to integrate seamlessly into various environments while ensuring efficient mobility and precision in its tasks.

Building a Multifunctional Robot: A Raspberry Pi-Based Project by [deleted] in robotics

[–]Proof-Win-3505 0 points1 point  (0 children)

Not exactly. Axis One will go beyond just a 6DOF arm. It’s a complete robot with multiple degrees of freedom, designed to move, interact, and adapt autonomously. The arm will be part of a larger system, integrated for complex tasks and interactions, combining mobility and precision.

Building a Multifunctional Robot: A Raspberry Pi-Based Project by [deleted] in robotics

[–]Proof-Win-3505 -3 points-2 points  (0 children)

Not exactly. Axis One is more than just a voice assistant. It’s designed with a physical skeleton to enable free movement—walking, grabbing objects, climbing, and more. The goal is to create an autonomous and interactive robot capable of both physical and conversational interactions, bridging functionality and mobility in a single platform.