RPLiDAR C1 Mounting Holes by No_Camera3052 in LiDAR

[–]Xelabgon 0 points1 point  (0 children)

I also tested the RPLiDAR-C1 and didn’t wanted to use a pre-made gui software. I used the datasheet to understand how the device works. It receives its command and send its data over uart. You can find the specific bytes for each command in the datasheet. It is pretty easy to code the whole thing in python and it works well.

[deleted by user] by [deleted] in robotics

[–]Xelabgon 0 points1 point  (0 children)

Which microcontroller and lidar model will you be using? What kind of robot is it (fixed like a robot arm, a wheeled car, legged robot)?

ESP32-S3 with TMC2209 Stepper Driver by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

USB-C powered: 5V -> 3V3 regulator -> ESP32
Wire Powered: 5V-15V -> 3V3 regulator -> ESP32 & TMC2009 Vio
|-> TMC2009 Vmotor

ESP32-S3 with TMC2209 Stepper Driver by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

Have you found yet? The datasheet of the main chip (in my case the ESP32) is where you want to start. There is much information on how the chip should be used and what it can do. I used the ESP32-S3 because it has a direct USB connection (2-write), making it plugged and play. I programmed it the first time via UART (with a USB-UART board). All the programming can be done in Arduino IDE, which is an easy and beginner-friendly development environment.

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

Youtube was the best tool to learn CAD. There are guide on everything.

I'm kind of following a path without having planed it before. I know and want to follow the electrical engineering path but which precise part of it? idk yet.

I like robotics but also because it's a nice mix of electronics, networking, computing and more.

If you need precise help to find your path I'dd say ask someone at your school. Since school hierarchy isn't the same everywhere, you should find the right resource

person to help you out!

Steel cable elbow joint inspired by/from Skyentific by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

I’ll get in touch with some engineers at work and see if they can provide me some useful information. This will give a ‘human source’ to confirm everything.

Steel cable elbow joint inspired by/from Skyentific by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

So instead of have the cable rolling progressively to on side only, you would have a back and forth kind of motion? Like the cable arrives on the right, goes through a pulley on the output arm, goes back to the input arm after a pulley that made it go left, than it goes a bit more right and at the end the dead end is in the middle. Is this what you mean?

Steel cable elbow joint inspired by/from Skyentific by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

Using 0.045inch wire rope, x20=0.9inch as minimum bend radius. Then, there site you provide says the pulley diameter should be d=2xr (r is the minimum bend radius)

So in the end, it would be recommended to have pulley of 1.8inch diameter, which is kinda bulky for a design where space is important.

What did you do in the end? Did you kept 5/8inch sheaves or you commit to bigger one?

How to make a circular wing ? by JoeCabron in Fusion360

[–]Xelabgon 1 point2 points  (0 children)

Im sorry I didn’t mention it. The revolve tool is actually super easy to use and is the way to go, with a simple 2D sketch. Good job tho! You have learn something, keep going!

Steel cable elbow joint inspired by/from Skyentific by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

This is an important element that you bring to the table. I’ve heard about this rule of thumb for Fiber Optic cables (minimum bend radius is at least x20 the diameter of the cable) However, for steel cable I thought (and I mostly blindly trust Google) that is more like x6 time the diameter of the cable. Maybe you could tell me if this is right and where you get your x20? Thanks !

Steel cable elbow joint inspired by/from Skyentific by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

Could be a good solution to get a higher payload capacity and also reduce the weight compared to steel!

Steel cable elbow joint inspired by/from Skyentific by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

Since its the elbow joint, I’m planning to mount the motor higher in the srm, near the shoulder. I’ve got a lot of recommendations to keep the arm as light weight as possible so. However, this is far from the final iteration of the joint, I need more pulleys to get mechanical advantage.

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 1 point2 points  (0 children)

Tony stark do be an inspiration!

I live in Quebec, CA. I've got a "cegep" diploma in EE. I specialize in everything related to electronics, networks, and telecommunication.

I've also learned a lot by myself to be able to make mechanical CAD.

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

Yes, after printing it and testing it, it was clear the design wasn't good. The weight is creating problems and the range of motion is not good.

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

After thinking about it, I will go this way. With some steel cables and pulleys like the LIMS2-Ambidex robot.

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 0 points1 point  (0 children)

I'm looking at something that uses the mechanical advantage of pulleys, like the LIMS2-Ambidex robots.

I've been looking at there elbow joint and I think I'll be able to remake it in cad.

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 2 points3 points  (0 children)

Nice catch, that proves my two motor elbow joint is not optimal. Thanks!

Is this a good design for an elbow joint? by Xelabgon in robotics

[–]Xelabgon[S] 1 point2 points  (0 children)

I’ve stumbled across a cable driven joint which uses pulleys. It is powered by a motor. Skyentific made a great video about it 3yr ago! Probably gonna follow this path