models.html (3351B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Charles Baptista | Models</title> 5 <meta charset="utf-8"> 6 <link rel='stylesheet' type='text/css' href='style.css'> 7 <link rel="icon" type=image/png" href='./imgs/ovetenebrae.png'> 8 </head> 9 10 <body> 11 <header> 12 <h1><a href="./index.html">Charles Baptista</a></h1> 13 </header> 14 15 <div id="top_nav"> 16 <a href="./index.html">Home</a> 17 <a href="./tapestry.html">Tapestry</a> 18 <b><a href="./models.html">Models</a></b> 19 <a href="http://git.charlesbaptista.com">Git</a> 20 <a href="./dotfiles.html">dotfiles</a> 21 <a href="./links.html">Links</a> 22 </div> 23 24 <div id="side_nav"> 25 <br> 26 <li> 27 <a href="./fkik.html">Forward & Inverse Kinematics</a> 28 <a href="./rbtree.html">Red Black Trees</a> 29 </li> 30 </div> 31 32 <div id="center_content"> 33 <h3>Models</h3> 34 <p>A portfolio of CAD models. Some have general utility, others are just exhibits.</p> 35 <div id="shown"><label for="Conduit_cb"><b>[+] Conduit Elbow</b></label></div> 36 <input type="checkbox" id="Conduit_cb" style="display:none;"> 37 <div id="hidden"> 38 <p>I had cause to mount one of <a href=https://www.heyco.com/Liquid_Tight_Conduit_Fittings/product.cfm?product=Corrugated-Conduit-Tubing-HPAS§ion=Liquid_Tight_Conduit_Fittings>these hoses</a> under a table. 39 If you do too, I've got you covered.</p> 40 <p>It's compatible with the <a href="https://www.heyco.com/Liquid_Tight_Conduit_Fittings/product.cfm?product=Nylon-Conduit-Fittings-Straight-Thru§ion=Liquid_Tight_Conduit_Fittings">HPASC 1-1/2 NPT-42mm</a> fitting.</p> 41 42 <p> 43 [ <a href="./cad/elbow.stl">elbow.stl</a> ] 44 [ <a href="./cad/elbow.SLDPRT">elbow.sldprt</a> ] 45 </p> 46 </div> 47 <br> 48 <div id="shown"><label for="Odroid_cb"><b>[+] ODROID-XU4 Mount</b></label></div> 49 <input type="checkbox" id="Odroid_cb" style="display:none;"> 50 <div id="hidden"> 51 <p>A cradle for wall mounting an ODROID-XU4. It's compatible with the 52 now discontinued <a href=https://www.youtube.com/watch?v=GvqoWKBJDsA> 53 Shapedmedia XU4 Aluminmum Cooling Case</a>.</p> 54 55 <p> 56 [ <a href="./cad/odriod_cradle.stl">odroid_cradle.stl</a> ] 57 [ <a href="./cad/odriod_cradle.sldprt">odroid_cradle.sldprt</a> ] 58 [ <a href="./cad/odriod_auxiliary.zip">odroid_auxiliary.zip</a> ] 59 </p> 60 </div> 61 <br> 62 <div id="shown"><label for="Dish_cb"><b>[+] Dish Scrubber</b></label></div> 63 <input type="checkbox" id="Dish_cb" style="display:none;"> 64 <div id="hidden"> 65 <p>An electric dish scrubber prototype assembly. It features a tricky 66 gearbox that reverses the brush's direction every half rotation.</p> 67 68 <p> 69 [ <a href="./cad/scrubber.zip">scrubber.zip</a> ] 70 </p> 71 </div> 72 <br> 73 <div id="shown"><label for="NUTRONs_cb"><b>[+] NUTRONs</b></label></div> 74 <input type="checkbox" id="NUTRONs_cb" style="display:none;"> 75 <div id="hidden"> 76 <p>In highschool I participated in the FIRST robotics competition on team 77 125, the <a href=https://www.nutrons.com/>NUTRONS</a>.</p> 78 <p>This was a formative experience; I wouldn't be where I am without it.</p> 79 <p>The mentors who freely gave hours upon hours of their time to teach me 80 hold my deepest, sincerest, gratitude and respect.</p> 81 82 <p> 83 [ <a href="./cad/minibotII.zip">minibotII.zip</a> ] 84 [ <a href="./cad/minibotIII.zip">minibotIII.zip</a> ] 85 [ <a href="./cad/launcher.zip">launcher.zip</a> ] 86 [ <a href="./cad/intake.zip">intake.zip</a> ] 87 </p> 88 </div> 89 </div> 90 91 </body> 92 </html>