-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek2.html
109 lines (103 loc) · 8.17 KB
/
week2.html
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
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Demircan Tas - How to Make Almost Anything</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<div class="d-flex" id="wrapper">
<!-- Sidebar-->
<div class="border-end bg-white" id="sidebar-wrapper">
<div class="sidebar-heading border-bottom bg-light">Demircan Tas</div>
<div class="list-group list-group-flush">
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="final.html">Final - Rover</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week1.html">Week 1 - Cutting</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week2.html">Week 2 - PCB's</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week3.html">Week 3 - 3D Scan & Print</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week4.html">Week 4 - Circuit Board Design</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week5.html">Week 5 - CNC Machining</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week6.html">Week 6 - Embedded Programming</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week7.html">Week 7 - Molding and Casting</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week8.html">Week 8 - Inputs</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week9.html">Week 9 - Outputs</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week10.html">Week 10 - Networking</a>
<a class="list-group-item list-group-item-action list-group-item-light p-3" href="week11.html">Week 11 - Interfaces</a>
</div>
</div>
<!-- Page content wrapper-->
<div id="page-content-wrapper">
<!-- Top navigation-->
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
<div class="container-fluid">
<button class="btn btn-primary" id="sidebarToggle">Toggle Menu</button>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mt-2 mt-lg-0">
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#!">Link</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#!">Action</a>
<a class="dropdown-item" href="#!">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#!">Something else here</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page content-->
<div class="container-fluid">
<h1 class="mt-4">Week 2 - PCB production, and soldering components</h1>
<p>To create printed circuit boards (PCB) with a Roland SRM-20, I used double sided tape to attach a copper and silicone board to the bed.</p>
<img src="assets/week2/IMG_20210923_112922.jpg", alt = "double sided tape", width="640">
<p>It is important to create a clean, flat, and stable surface for cutting. Moreover, remember to keep a note of the origin position used for cutting the interior, to use the same values for silhouette cutting.</p>
<img src="assets/week2/IMG_20210923_115702.jpg", alt = "origin location", width="640">
<img src="assets/week2/IMG_20210923_115647.jpg", alt = "tooltip", width="640">
<video width="640" height="480" autoplay muted loop>
<source src="assets/week2/milling.mp4" type="video/mp4">
</video>
<video width="640" height="480" autoplay muted loop>
<source src="assets/week2/milling1.mp4" type="video/mp4">
</video>
<img src="assets/week2/IMG_20210923_114948.jpg", alt = "dust", width="640">
<img src="assets/week2/IMG_20210923_115012.jpg", alt = "vacuum", width="640">
<p>Next is to try soldering on an old board. The point the soldering iron touches is where the solder flows toward. Excess solder can be removed by a braid or a vacuum pump. I have little success with the braid but managed better with the pump.</p>
<img src="assets/week2/IMG_20210923_141954.jpg", alt = "vacuum pump", width="640">
<img src="assets/week2/IMG_20210923_141957.jpg", alt = "old board", width="640">
<p>I followed up with soldering parts into my own board, and testing (thanks to Ganit).</p>
<img src="assets/week2/IMG_20210923_145151.jpg" alt="progress" width="640">
<img src="assets/week2/IMG_20210923_152011.jpg" alt="more progress" width="640">
<img src="assets/week2/IMG_20210924_121248.jpg" alt="testing" width="640">
<h2>Files (from "cba.mit.edu")</h2>
<a href="http://academy.cba.mit.edu/classes/embedded_programming/D11C/hello.D11C.serial.5V.1.png">hello.D11C.serial.5v.1 board</a><br>
<a href="http://academy.cba.mit.edu/classes/embedded_programming/D11C/hello.D11C.serial.5V.1.jpg">hello.D11C.serial.5v.1 components</a><br>
<a href="http://academy.cba.mit.edu/classes/embedded_programming/D11C/hello.D11C.serial.5V.1.top.png">hello.D11C.serial.5v.1 top</a><br>
<a href="http://academy.cba.mit.edu/classes/embedded_programming/D11C/hello.D11C.serial.5V.1.interior.png">hello.D11C.serial.5v.1 interior</a><br>
<!--
><p>
Make sure to keep all page content within the
<code>#page-content-wrapper</code>
. The top navbar is optional, and just for demonstration. Just create an element with the
<code>#sidebarToggle</code>
ID which will toggle the menu when clicked.
</p>
-->
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>