This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf86.html
215 lines (193 loc) · 8.77 KB
/
f86.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<title>Shihao - RC F86</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Shihao Cao</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="planes.html">RC Aircraft</a></li>
<li><a href="f86.html">RC F86</a></li>
<li><a href="electriclongboard.html">Electric Longboard</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<section class="spotlight">
<div class="image"><img src="images/F86mk2_glory.jpg" alt="RC Foamboard F86 Mk2" /></div><div class="content">
<h2>Current Version: Mk2</h2>
<p>It flies fast and steady.</p>
<a href="https://youtu.be/XnQnW6ZU3nQ" target="_blank" class = "button special small">Watch it fly!</a>
<p></p>
<p>The Mk2 is a 3 channel, 64mm EDF aircraft. It flies with 4S power system. (More details below)</p>
</div>
</section>
<article id="main">
<section class="spotlight">
<div class="image"><img src="images/mk2CAD.jpg" alt="CAD for RC F86 Mk2" /></div><div class="content">
<h2>Plans</h2>
<p>Here are the plans for my foam board EDF F86.</p>
<a href="files/F86mk2D.dxf" class="button small" download>Download DXF</a>
<a href="files/F86mk2Dpdf.zip" class="button small" download>Download PDF</a>
</div>
</section>
<section class="wrapper style5">
<div class="inner">
<h3>Extra Details</h3>
<p>It's got a removable wing that is rubber banded on. The hatch is now magnetic which is an upgrade from the first version.
</p>
<p>It weighs 670g with battery. It has approximately 670g of static thrust, and can sustain that for 2-3 minutes. Peak static thrust is 880g, but this is only maintained for the first 10 seconds of flight, enough for a take off.
In the air, I suspect the thrust climbs higher due to a >0 intake air speed. The thrust tube is still ~1 foot long with ~85% fan swept area at the exhuast.
</p>
<h3>Parts</h3>
<p>Here are the parts I used. If you can't find these exact parts, you should try to purchase similar parts with similar performances.
</p>
<h5>Battery</h5>
<ul>
<li><a href= "https://www.amazon.com/gp/product/B00TDCDT7C/" target="_blank">2200 mah 4S 40C LiPO</a></li>
</ul>
<h5>ESC</h5>
<ul>
<li><a href= "https://www.amazon.com/gp/product/B0771HPTMW/" target="_blank">70A Brushless ESC</a></li>
</ul>
<h5>EDF</h5>
<ul>
<li><a href= "https://www.amazon.com/T-Trees-Blades-Ducted-3500KV-Airplane/" target="_blank">12 Blade 64mm EDF 3500 KV</a></li>
</ul>
<h5>Accessories</h5>
<ul>
<li><a href= "https://www.amazon.com/Fly-Sky-2-4G-6-Channel-Receiver-CT6B/dp/9269807258/" target="_blank">5+ Channel RX (I like to have each control surface linked to its own channel for custom trimming of each surface)</a></li>
<li><a href= "https://www.amazon.com/gp/product/B00X7CJZWM/" target="_blank">4x 9g Servo</a></li>
<li><a href= "https://www.amazon.com/Haobase-Remote-Control-Female-Extension/dp/B01DLXG83A/" target="_blank">2x 6" Servo Extension</a></li>
<li><a href= "https://www.amazon.com/gp/product/B0036R4SUW/" target="_blank">~4' Pushrod</a></li>
<li><a href= "https://www.amazon.com/gp/product/B001K7KR96/" target="_blank">12" x 12" x .007" plastic sheet for EDF thrust tube</a></li>
<li><a href= "https://store.flitetest.com/flite-test-water-resistant-foam-board-by-adams-25-pack/" target="_blank">2 x 20" x 30" Foamboard</a></li>
</ul>
<hr/>
<h3>How to build it</h3>
<p>I'll be posting more information soon! If you're in a hurry, don't hesitate to contact me. :)</p>
<hr/>
<h3>Why I built it</h3>
<p>As an avid War-Thunder player, I grew fond of the F86, so I decided to build one myself. Seeing as there were no plans of decent scale/size, I decided to take my own shot at desinging it.</p>
<p></p>
<p>I used Fusion 360 to design the entire aircraft with a bit of AutoCAD to help export my designs for laser cutting.
If you're interested in the details of the design work, or would like to make your own,
check out my <a href="https://www.youtube.com/user/Shasty88">YouTube Channel</a>!</p>
<hr/>
</div>
<div class = "inner">
<h3 align = "center">Miscellaneous Pictures</h3>
<br>
<div class="row">
<div class="3u 12u$(medium)">
<h3>In Flight</h3>
<p>Here is a picture of it in flight shortly after launch.
</p>
</div>
<div class ="9u 12u$(medium)">
<img src="images\mk2fly1.jpg" alt="F86 Mk2 in flight" width="100%">
</div>
</div>
<div class="row">
<div class="3u 12u$(medium)">
<h3>On Landing Final</h3>
<p>It lands very fast, and has a long smooth final approach.
</p>
</div>
<div class ="9u 12u$(medium)">
<img src="images\mk2fly2.jpg" alt="F86 Mk2 on landing final" width="100%">
</div>
</div>
<div class="row">
<div class="3u 12u$(medium)">
<h3>Helping Hands</h3>
<p>I want to give a shout out to Mike Marr who helped me launch the Mk2, and also had supplies on hand
so that I could repair it at the field.
</p>
</div>
<div class ="9u 12u$(medium)">
<img src="images\mike_marr.jpg" alt="F86 Mk2 on landing final" width="100%">
</div>
</div>
<div class="row">
<div class="3u 12u$(medium)">
<h3>Paint Scheme</h3>
<p>The paint scheme is modelled after the Japanese Blue Impulse Demo team, which used F86-F40s.
</p>
</div>
<div class ="9u 12u$(medium)">
<img src="images\F86mk2_glory.jpg" alt="F86 Mk2" width="100%">
</div>
</div>
<div class="row">
<div class="3u 12u$(medium)">
<h3>Bottom Glance</h3>
<p>A glance at the bottom, giving a better look at the rubber bands holding the wing on.
</p>
</div>
<div class ="9u 12u$(medium)">
<img src="images\bottomglance.jpg" alt="F-86 Bottom Glance" width="100%">
</div>
</div>
<div class="row">
<div class="3u 12u$(medium)">
<h3>Power System Comparison</h3>
<p>The old 3s System on the left, the current Mk2 4s system on the right.
</p>
</div>
<div class ="9u 12u$(medium)">
<img src="images\powersystemcompare.jpg" alt="Power Systems" width="100%">
</div>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook-square"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Shihao Cao</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>