-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheGPU_V1.html
More file actions
100 lines (90 loc) · 5.05 KB
/
eGPU_V1.html
File metadata and controls
100 lines (90 loc) · 5.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<title>HVP V1</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/W3.css">
<link rel="stylesheet" href="style/Lato_font.css">
<link rel="stylesheet" href="style/font_awesome.css">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
</style>
</head>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu"></a>
<a href="index.html" class="w3-bar-item w3-button w3-padding-large">Home</a>
<a href="https://meta-team.github.io/#HOME" class="w3-bar-item w3-button w3-padding-large w3-hide-small">RoboMaster Team Meta</a>
<a href="https://labs.ri.cmu.edu/moonranger/" class="w3-bar-item w3-button w3-padding-large w3-hide-small">MoonRanger</a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">3D Printers </button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#" class="w3-bar-item w3-button">HVP V1</a>
<a href="#" class="w3-bar-item w3-button">HVP V2</a>
<a href="#" class="w3-bar-item w3-button">Voron V0.!</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">eGPU Cases </button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#" class="w3-bar-item w3-button">V1 for R9 nano</a>
<a href="#" class="w3-bar-item w3-button">V2 for RTX2080</a>
<a href="#" class="w3-bar-item w3-button">V3 for RTX2080</a>
<a href="#" class="w3-bar-item w3-button">V4 for RTX3070ti</a>
</div>
</div>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-hide-small">All projects</a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">More </button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#" class="w3-bar-item w3-button">Github Page</a>
<a href="#" class="w3-bar-item w3-button">Info</a>
</div>
</div>
</div>
</div>
<!-- Navbar on small screens (remove the onclick attribute if you want the navbar to always show on top of the content when clicking on the links) -->
<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">RoboMaster Team Meta</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">3D Printers</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">eGPU Cases</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">All projects</a>
</div>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<!-- The Content Section -->
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:800px" id="HVP_V2">
<h2 class="w3-wide">eGPU V1</h2>
<p class="w3-opacity"><i>June 11, 2022</i></p>
<img src="src/eGPU_V1/1.jpg" style="width:100%">
<p class="w3-justify">I started this project in late 2019 after I came across the ADT-Link thunderbolt to Pcie
adaptor. I firstly tested everything to make sure they all work fine and then start the design.</p>
<img src="src/eGPU_V1/2.png" style="width:100%">
<p class="w3-justify">The hardware contains an ADT-Link thunderbolt to Pcie adaptor, an AMD r9 nano and a 200W dell
power supply.</p>
<img src="src/eGPU_V1/3.jpg" style="width:100%">
<p class="w3-justify">First, I laser cut all the side panels out of wood and fit all the component together. </p>
<img src="src/eGPU_V1/4.jpg" style="width:100%">
<p class="w3-justify">From this view we can have a glimpse of how compact the whole case was. The plastic outer
shell of the power supply was taken off for better cooling and to get more mounting holes. The entire case was held
together not only by the side panels but also the power supply and the GPU themselves.</p>
<img src="src/eGPU_V1/5.jpg" style="width:100%">
<p class="w3-justify">After all the side panels were mounted, some pressures test was performed to justify the
overall cooling of the system.</p>
<img src="src/eGPU_V1/6.jpg" style="width:100%">
<p class="w3-justify">This project is open sourced on
<a href="https://grabcad.com/library/egpu-v1-1" target="_blank">GrabCAD link.</a></p>
</div>
<!-- End Page Content -->
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-light-grey w3-xlarge">
<a href="https://github.com/BeQuiet00" target="_blank"><img src="src/index/logo_big.png" style="width:10%"></a>
<p class="w3-medium"><a href="https://github.com/BeQuiet00" target="_blank">Bequiet00@Github</a></p>
</footer>
</body>
</html>