A 15-year-old engineer constructed a cycloidal gearbox and created a Python script to parametrically generate its design. The project involved several iterations, starting with a hand-cranked model to validate the Python generator.
An initial micro cycloidal gearbox, designed to fit a NEMA 17 footprint with a 1:9 ratio, did not function due to the tight tolerances required and the precision limitations of 3D printing. Subsequent versions addressed these issues by increasing the footprint to allow for greater tolerances, resulting in a fully functional gearbox compatible with a NEMA 17 motor.
The Python script, based on a SolidWorks article, utilizes parametric equations to define the gearbox geometry. Key parameters include the number of pins and pitch radius for the housing, eccentricity of the input shaft, outer pin radius, and precision/profile offset for manufacturing clearance. The script also defines output pins and rotor clearance holes.
Potential enhancements for the gearbox include replacing housing pins with MR128 bearings to reduce friction and increase efficiency. Output pins could be replaced with M2 screws with metal coverings to improve rigidity, maximize torque output, and further enhance efficiency.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A 15-year-old engineer developed a cycloidal gearbox and a Python script to generate its design, demonstrating iterative improvements from a non-functional micro version to a working NEMA 17 compatible model. This project showcases practical application of engineering principles and parametric design for mechanical components.