Toy servo motor

Show off your FreeCAD projects here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
openfablab
Posts: 62
Joined: Wed Nov 02, 2016 4:42 pm
Contact:

Toy servo motor

Post by openfablab »

As a hobby I developed (not fully yet) python-based electronic/physics educational kit. For mechatronic experiments I needed servo motor with position and torque feedback and customizable parameters, easily fitting into popular brick constructions...

Two hall sensors and magnetic ring are used for position sensing, current measured for torque. Different Chinese motors were considered. Steel bearings. I2C interface allows chain connection. Hollow nut shaft for different use cases.

I made a prototype, but due to lack of free time I did not tried to assemble its PCB yet.
Attachments
dYzNOflc4aw.jpg
dYzNOflc4aw.jpg (89.81 KiB) Viewed 3266 times
bvgnSxzs1RU.jpg
bvgnSxzs1RU.jpg (251.49 KiB) Viewed 3269 times
fFx3d1LFi90.jpg
fFx3d1LFi90.jpg (262.62 KiB) Viewed 3269 times
HOD3vSGI6zk.jpg
HOD3vSGI6zk.jpg (475.4 KiB) Viewed 3269 times
lpBQFbZQ8aw.jpg
lpBQFbZQ8aw.jpg (158.5 KiB) Viewed 3269 times
ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: Toy servo motor

Post by ickby »

That is sweet, I would have loved this for my popular brick construction creations :)
freedman
Veteran
Posts: 3474
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: Toy servo motor

Post by freedman »

That's cool!
You could make a version using a stepper motor also, they have lots of torque a low speeds. Then maybe you would only need to send it a command.
User avatar
ppemawm
Veteran
Posts: 1240
Joined: Fri May 17, 2013 3:54 pm
Location: New York NY USA

Re: Toy servo motor

Post by ppemawm »

openfablab wrote: Thu Sep 24, 2020 9:27 pm As a hobby I developed (not fully yet) python-based electronic/physics educational kit...
Very impressive.

Were the parts in the images modeled with FreeCAD?
Which version, Part or PartDesign workbench, and which assembly workbench?
Top down or bottom up assembly?
"It is a poor workman who blames his tools..." ;)
User avatar
openfablab
Posts: 62
Joined: Wed Nov 02, 2016 4:42 pm
Contact:

Re: Toy servo motor

Post by openfablab »

ppemawm wrote: Fri Sep 25, 2020 11:18 pm
openfablab wrote: Thu Sep 24, 2020 9:27 pm As a hobby I developed (not fully yet) python-based electronic/physics educational kit...
Very impressive.

Were the parts in the images modeled with FreeCAD?
Which version, Part or PartDesign workbench, and which assembly workbench?
Top down or bottom up assembly?
Yes, this all was FreeCAD 0.18, bottom-up assembly with Part/Body approach.
Robot picture on the yellow background is application case illustration (made not by FreeCAD but with LDD)

I had some hard time making these parts compatible with plastic injection molding. This process assumes non-right angles, i.e. several degrees inclination of all vertical walls to take parts from forms easily. This was accomplished (not from first try...) with correct planning of part creation strategies.
Post Reply