forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cycloid project and update TSA. Remove most of al-folio readme
- Loading branch information
Showing
8 changed files
with
40 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,38 @@ | ||
--- | ||
layout: page | ||
title: TSA CAD | ||
description: | ||
img: assets/img/tsa/p3.png | ||
importance: 3 | ||
title: Cycloid Clock | ||
description: A customed designed clock based on a cycloidal drive. | ||
img: assets/img/cycloid/thumbnail.png | ||
importance: 2 | ||
--- | ||
As a senior in high school, I competed in the PA TSA State CAD Engineering competition, and placed 2nd overall, qualifying for nationals. In this competition, we were provided 3 part drawings, and asked to model the parts shown in 3D before redrawing them. For this competition, I used Autodesk Fusion 360. | ||
<div class="row justify-content-sm-center"> | ||
<div class="col-md-6 mt-3 mt-md-0"> | ||
{% include figure.html path="assets/img/tsa/P2-tsa2022.png" title="drawing of 90 deg. pipe fitting" class="img-fluid rounded z-depth-1" %} | ||
{% include figure.html path="assets/img/tsa/p1-tsa2022.png" title="drawing of angled bracket" class="img-fluid rounded z-depth-1" %} | ||
</div> | ||
<div class="col-md-4 mt-3 mt-md-0"> | ||
{% include figure.html path="assets/img/tsa/p3.png" title="3D model of curved mounting bracket" class="img-fluid rounded z-depth-1" %} | ||
{% include figure.html path="assets/img/tsa/states-award.jpg" title="2nd Place award" class="img-fluid rounded z-depth-1" %} | ||
|
||
At one point, I remember being shown a picture of a gear themed clock, and being rather annoyed that despite clocks running on gears, and this clock being gear themed, it's "pretty" gears didn't _do_ anything for the mechanism. Ever since, I've had the idea in the back of my head to design a clock where all the functional gears are clearly visible. | ||
|
||
It was during my final project for a CAD course that I decided to actually have a go at it, and came up with a design based on [cycloidal drives](https://en.wikipedia.org/wiki/Cycloidal_drive). Specifically, I was inspired by [Levi Janssen's](https://www.youtube.com/watch?v=6xoCeliJ11Q) video showing a design for a single-plane, multistage cycloidal gearbox, and based my design for a clock of this style of gearbox. | ||
|
||
<div class="row mt-3 justify-content-sm-center"> | ||
<div class="col-md-6 mt-md-0"> | ||
{% include figure.html path="assets/img/cycloid/solidworks-asm.png" caption= "First revision of the cycloidal clock" title="First version of cycloidal clock" class="img-fluid rounded z-depth-1" %} | ||
</div> | ||
</div> | ||
The [Technology Student Association](tsaweb.org) is a national organization that hosts STEM competitions at the national, state, and regional levels. School chapters of middle and high school students compete in a wide range of individual and team events, ranging from programming to model bridge construction to fashion design. In the 2021-22 school year, I was the president of the York Suburban High School chapter of the TSA. | ||
|
||
I also competed in the Flight Endurance competition, where participants build lightweight rubber band powered airplanes designed to stay airborne as long as possible while adhering to the weight and size constraints. The plane I built weighted 9 grams, and could fly for roughly 90 seconds before running out of power. | ||
I was able to come to a design I was happy with by the project deadline, but the clock was rather large, had power or drive system, and was not particularly manufactuable. However the mechanism itself was functional, and it served the purposes of the class project, which did not require me to actually build my design. | ||
Since that class focused on comparing 2 CAD softwares - CREO Parametric and Solidworks, I modeled my design and produced drawings in both, which are shown below. I find it interesting to compare the differences in visual style between the two softwares - CREO's drawings(left) are much more striking. | ||
|
||
<div class="row justify-content-sm-center"> | ||
<div class="col-sm-4 align-self-center"> | ||
{% include figure.html path="assets/img/tsa/plane2022.png" title="drawings of the plane" class="img-fluid img-responsive rounded z-depth-1" %} | ||
<div class="col-md-6 mt-3 mt-md-0"> | ||
{% include figure.html path="assets/img/cycloid/Creo-Drawing.png" title="Creo Drawing of clock mounting plate" class="img-fluid rounded z-depth-1" zoomable=true %} | ||
</div> | ||
<div class="col-sm-4 align-self-center"> | ||
{% include figure.html path="assets/img/tsa/plane-portrait.jpg" title="portrait with plane" class="img-fluid img-responsive rounded z-depth-1" %} | ||
<div class="col-md-6 mt-3 mt-md-0"> | ||
{% include figure.html path="assets/img/cycloid/Solidworks-Drawing.png" title="Solidworks Drawing of clock mouting plate" class="img-fluid rounded z-depth-1" zoomable=true %} | ||
</div> | ||
</div> | ||
|
||
More recently, I decided to go back and work to redesign the clock into something both manufactuable and beautiful. The design I came up with uses stainless steel sheet for the gears, held onto the back plane with magnets and driven by a small stepper motor. I managed to shrink the design somewhat, which was aided by designing the gears to be more parametric, making iteration on gear profiles and sizes much quicker. | ||
This design is meant to be constructed out of steel plate, with the gears held onto the back plane by magnets to make for an extremely minimal design. The cad for this version was done using onshape, [and is available online](https://cad.onshape.com/documents/6c451e4294f56b11346f6eca/w/8283c5e1aac9d7144dc17c54/e/ba40aee599be0f51e1387e2e?renderMode=0&uiState=658b97496f79aa00b39778c0) I hope to begin prototyping this design shortly. | ||
|
||
<!-- <iframe src="https://www.youtube.com/embed/a6Xn4TR0WDk" width="640" height="480"></iframe> --> | ||
|
||
<div class="justify-content-sm-center"> | ||
{% include video.html path="https://www.youtube.com/embed/vTKVgvDKzgA" width="100%" max-width="90vw" height="600px" %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.