April 16, 2025
Description
Planetary gear set has a sun but this gear set is without a sun. Also, it has double plannet(s). One ring is fixed while the other is the output. Motor rotates the planet(s) around the common center of the rings. There could be a single planet (like in cycloidal gear) or more planets (like in planetary gear).
1 : dr2 / (dr2 - dr1 * ds2 / ds1)
ds1 .. diameter (number of teeth) of the 1st spur gear
dr1 .. diameter of the 1st/fixed ring
ds2 .. diameter of the 2nd spur gear
dr2 .. diameter of the 2nd/output ring
Negative number represents counter-rotation.
There's a Python script to find proper gearing for the specified gear ratio.
License:
Creative Commons — Attribution — Share Alike