-
Notifications
You must be signed in to change notification settings - Fork 20
/
microsd.html
126 lines (86 loc) · 5.54 KB
/
microsd.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!--
=============================
_ ______ ____ ______
/ | / / __ \/ __ \/ ____/
/ |/ / / / / / / / __/
/ /| / /_/ / /_/ / /___
/_/ |_/\____/_____/_____/
=============================
-->
<!DOCTYPE html>
<html>
<head>
<title>N O D E</title>
<meta name="google-site-verification" content="KAh0wcTC2Anz5ea6Kq26RuhsiUKx5FD3D4HZAJdfaf4" />
<link rel="shortcut icon" href="images/avatar.png">
<link rel="alternate" href="https://n-o-d-e.net/rss/rss.xml" type="application/rss+xml" title="N O D E"/>
<link href='https://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<div id="page">
<div id="content">
<!--HEADER SECTION -->
<div id="header"><pre>
<a class="node" href="http://n-o-d-e.net">
×× ×× ××××× ×××××× ××××××
××× ×× ×× ×× ×× ×× ××
×× × ×× ×× ×× ×× ×× ×××××
×× ××× ×× ×× ×× ×× ××
×× ×× ××××× ×××××× ××××××</a>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
</div>
<!--CONTENT -->
<div id="list">
<div class="title">
HOW TO CREATE A MICRO SD HOLDER KEYRING<br>
--
</div>
<div id="post">
<p>This guide will show you how to create a storage keyring that holds up to 4 micro sd cards. It's really simple to do and only takes a few minutes, so let's do this.</p>
<div class="videowrapper">
<iframe src="https://www.youtube.com/embed/t1zK8VdL7AI?rel=0&showinfo=0" frameborder="0"></iframe>
</div>
<p class="description">
- <a href="https://www.youtube.com/watch?v=t1zK8VdL7AI" target="_blank">Youtube link</a><br>
- <a href="https://archive.org/download/microsd/microsd.mp4" target="_blank">Archive.org mirror</a><br>
- <a href="https://archive.org/download/microsd/microsd_archive.torrent" target="_blank">Torrent</a><br>
- <a href="https://keybase.pub/nodefiles/microsd.mp4" target="_blank">Keybase mirror</a>
</p>
<p class="subtitle">PARTS</p>
<p>- 4x spring loaded micro sd pcb components<br>
- Keyring attachment<br>
- Duct tape</p>
<p class="subtitle">TOOLS</p>
<p>- Coarse sandpaper<br>
- Super glue<br>
- Soldering iron<br>
- Clippers</p>
<p class="subtitle">HOW-TO GUIDE</p>
<p>Step 1. First we need to make sure the micro sd sockets are smooth and flat. Clip and sand off any protruding parts.</p>
<p>Step 2. Disassemble the micro sd sockets. Remove the metal shielding, then take out the spring mechanism.</p>
<p>Step 3. We need to increase the friction so that the memory cards stay firmly in place when inserted. Take four small strips of duct tape and layer them on top of each other.</p>
<p>Step 4. Glue the shielding back onto the plastic section. Repeat this for all four.</p>
<p>Step 5. Add the keyring attachment to one of the corners.</p>
<p>Step 6. Glue all four of the sockets together so they are back to back and top to tail.</p>
<p>Step 7. For extra toughness, weld the shielding together with the soldering iron.</p>
<p>Step 8. Clean up the solder joints with the sand paper and you're finished. You now have a tiny microSD card holder that can hold up to 4 cards. Couple it with a tiny USB reader and you have a tonne of storage available in your pocket.</p>
<p>--<br>
BY NODE</p>
</div>
</div>
<!--FOOTER SECTION -->
<div id="footer">
<pre>------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
<div class="filter">
<a href="http://n-o-d-e.net">HOME</a>
<span class="footdogs"> × </span>
<a href="http://N-O-D-E.net/shop/">SHOP</a>
<span class="footdogs"> × </span>
<a target="_blank" href="http://patreon.com/N_O_D_E_">PATREON</a>
<span class="footdogs"> × </span>
<a target="_blank" href="https://github.com/N-O-D-E/N-O-D-E.net">GITHUB</a>
</div>
</div>
</body>
</html>