Show HN: I'm a 15 Year Old Wannabe Engineer, This Is a Cycloidal Gearbox I Built

tomilan1 pts0 comments

GitHub - tom-ilan/cycloidal_gearbox: I'm a 15-year-old wannabe engineer, this is a cycloidal gearbox I built! · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

tom-ilan

cycloidal_gearbox

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>42 Commits<br>42 Commits

cad_models

cad_models

cycloidal_generator

cycloidal_generator

media

media

.gitignore

.gitignore

README.md

README.md

View all files

Repository files navigation

Cycloidal Gearbox ⚙️

I'm a 15-year-old wannabe engineer, this is my cycloidal gearbox I built, and the python script I created to generate it! This is my second project, and the first on my own 3D printer. Which I managed to purchase with my job over the winter.

Design Process

Version 1

This gearbox was a handcranked gearbox specifically meant to test the validity of the python cycloidal generator. It had a gear ratio of 1:9.

Version 2

This design was a micro cycloidal gearbox with a ratio of 1:9, meant to only take up the same footprint as a NEMA 17. Due to the tight tolerances needed for a small cycloidal drive and the lack of precision offered by 3D printing, this design did not work.

Version 3

This gearbox was the first working version to run on a NEMA 17. It has a larger footprint compared to Version 2 allowing greater tolerances and a fully functional design.

🛠️ The Python Script

This python script was based on the SolidWorks article Building a Cycloidal Drive with SOLIDWORKS. The two main parametric equations I used were:

$$x = R \cos(t) - E \cos(N t) - r \cos(t + \psi), \quad y = R \sin(t) - E \sin(N t) - r \sin(t + \psi)$$<br>$$\psi = \text{atan2}\left(\sin((1 - N) t), \frac{R}{E \cdot N} - \cos((1 - N) t)\right)$$<br>Reduction ratio: $1 : (N - 1)$ (rotor rotates opposite to input shaft).

Installation & Execution

Clone the repo

Open Fusion 360 and launch Scripts and Add-Ins (Shift + S).

Under the Scripts tab, click + (Plus) to add a script.

Select the cycloidal_generator folder and click Run .

Key Parameters

Pins ($N$) & Pitch Radius ($R$): Sets outer stationary housing geometry (Rotor has $N-1$ lobes).

Eccentricity ($E$): Input shaft offset distance. (Constraint: $R > E \cdot N$).

Outer Pin Radius ($r$): Roller pin radius. (Constraint: validated against undercut limit $r_{\text{max}}$).

Precision / Profile Offset: Angular step size and tolerance offset ($+$ for 3D print clearance).

Output Pins & Bolt Radius: Defines concentric output pins and rotor clearance holes ($r_{\text{pin}} + E$).

🚀 Version 3 — Detailed Overview & Stats

Note<br>This section is dedicated to Version 3 , whose CAD files can be found under cad_models/version_3.

Key Specifications & Performance Stats

Metric / Parameter<br>Value / Detail

Gear Ratio<br>1:9 ($N=10$ outer pins, 9 rotor lobes)

Outer Diameter<br>9.0 cm (90 mm)

Drive Motor<br>NEMA 17 Stepper Motor (42bygh40-A24dh)

3D Printing Material<br>PLA

Primary Fasteners / Hardware<br>4× M3 × 8 screws , 2× 6704 Bearings

Tolerance Offset Applied<br>+0.15 mm (+0.015 cm) all around

Gearbox Torque<br>1.28 N·m ± 0.0061 N·m

Base NEMA 17 Torque<br>0.21 N·m ± 0.0061 N·m

Efficiency<br>66% ± 0.220%

Further room for growth

The housing pins can be replaced with MR128 bearings allowing for less friction and higher efficiency in the gearbox.

The output pins can be replaced with M2 screws with metal coverings to increase rigidity, maximum torque output, and the efficiency of the gearbox.

About<br>I'm a 15-year-old wannabe engineer, this is a cycloidal gearbox I built!<br>Topics<br>cycloidalcycloidal-drivegeargearboxmechanical-engineering<br>Resources<br>Readme<br>Activity<br>Stars<br>1 star<br>Watchers<br>0 watching<br>Forks<br>0 forks<br>Report repository

Releases

Packages

Contributors

Languages

You can’t perform that action at this time.

gearbox cycloidal version pins search year

Related Articles