-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (227 loc) · 12.8 KB
/
index.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Fyber Labs Dev Home Page">
<meta name="author" content="Chris Hamilton">
<title>Fyber Labs Open Source Development</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS for the 'Full Width Pics' Template -->
<link href="css/full-width-pics.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Fyber Labs Dev</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="https://github.com/fyberlabs">Github</a>
</li>
<li><a href="http://blog.fyberlabs.com">Blog</a>
</li>
<li><a href="https://groups.google.com/d/forum/fyberlabs">Join</a>
</li>
<li><a href="http://shop.fyberlabs.com">Shop</a>
</li>
<li><a href="http://www.fyberlabs.com">Company Info</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div class="full-width-image-1">
<div class="logo-wrapper">
<img class="img-responsive" src="images/white240x200.png" />
</div>
</div>
<!-- /full-width-image-1 -->
<div class="container">
<div class="row">
<div class="col-lg-12 section">
<h1 class="section-heading">Fyber Labs Developer Home</h1>
<p class="lead section-lead">This page provides links to learn about and join Fyber Labs development team.</p>
<p class="section-paragraph">Fyber Labs is setting out to make a fully open source hardware company. We will release all hardware designs and software we develop. Our goal is to fundamentally change how people experience the world.</p>
<p class="section-paragraph">Our initial hardware product lines are Social Light and BodyBots.
Product supporting mobile and web software will allow our users to connect with other social networks and help
users maintain a chosen level of privacy.</p>
</div>
</div>
</div>
<div class="full-width-image-2">
<!-- box content goes here if you want to put text or a button in here -->
</div>
<!-- /full-width-image-2 -->
<div class="container">
<div class="row">
<div class="col-lg-12 section">
<h1 class="section-heading">About Fyber Labs Development</h1>
<p class="lead section-lead">Our teams and process</p>
<h2 class="section-lead">Teams:</h2>
<p class="section-paragraph">
<dl class="dl-horizontal">
<dt>Design Team</dt>
<dd>Responsible for application, demonstrations, and modeling of the hardware</dd>
<dt>Hardware Team</dt>
<dd>Designs circuit boards, embedded software, manufacturing, and testing</dd>
<dt>Software Team</dt>
<dd>SociACL web service, s3r.ch web platform, mobile applications, and operations</dd>
</dl>
</p>
<p class="section-paragraph">Feel free to join our Google group - <a href="https://groups.google.com/d/forum/fyberlabs">https://groups.google.com/d/forum/fyberlabs to learn more about what is going on.</a>
<h2 class="section-lead">Process:</h2>
<h3>Hardware Tools:</h3>
<p class="section-paragraph">We will strive to keep development as open as possible. Ideally all hardware development could be duplicated
with minimal means. We will release breakout boards and prototype designs when possible.</p>
<h4>EDA Development:</h4>
<ul>
<li><a href="http://www.diptrace.com/">Diptrace</a> for EDA development -
the free version is not for profit, but its license options are very affordable.</li>
<li>SMD over through-hole with reflow soldering</li>
<li>0402 size SMD components are typical in reference designs, but we prefer 0603 if possible for homebrew reflows.</li>
<li>(Social Light will likely utilize 0201 passives to minimize size.)</li>
</ul>
<p class="section-paragraph">For more information on specific tools Chris Hamilton is using for hardware prototyping,
check out his <a href="http://blog.ambiguous.net">blog</a>. We recommend <a href="http://oshpark.com/">OSHPark</a>
and <a href="http://www.oshstencils.com">OSHStencils</a>, though some board designs may be etched at home.</p>
<div class="table-responsive">
<h4>Selected Components</h4>
<table class="table table-hover">
<thead>
<tr>
<th>Component</th>
<th>Description</th>
<th>Datasheet</th>
<th>Reference BOM</th>
<th>Reference Schematic</th>
<th>Dev Env</th>
<th>Dev Kit</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://octopart.com/partsearch#!?q=nRF51822-QFAB-R7&start=0&limit=10">nRF51822-QFAB-R7</a></td>
<td>ARM based BLE Wireless MCU</td>
<td><a href="http://www.semiconductorstore.com/pages/asp/DownloadDirect.asp?sid=1392427364231">Datasheet</a></td>
<td><a href="">BOM</a></td>
<td><a href="">Schematic</a></td>
<td><a href="">(Not publicly available without Dev Kit)</a></td>
<td><a href="http://octopart.com/partsearch#!?q=NRF51822-DK&start=0&limit=10">NRF51822-DK</a></td>
</tr>
<tr>
<td><a href="http://octopart.com/partsearch#!?q=JN5168&start=0&limit=10">JN5168</a></td>
<td>MIPS based 802.15.4 6loWPAN Wireless MCU</td>
<td><a href="http://datasheet.octopart.com/JN5168-001%2C518-NXP-Semiconductors-datasheet-16646088.pdf">Datasheet</a></td>
<td><a href="">BOM</a></td>
<td><a href="">Schematic</a></td>
<td><a href="">Dev Env</a></td>
<td><a href="http://octopart.com/partsearch#!?q=JN5168-001-M00&start=0&limit=10">Module</a></td>
</tr>
<tr>
<td><a href="http://octopart.com/partsearch#!?q=MK20DX128VFM5">MK20DX128VFM5</a></td>
<td>ARM Cortex-M4 with USB On-the-Go controller</td>
<td><a href="http://datasheet.octopart.com/MK20DX128VFM5-Freescale-Semiconductor-datasheet-11535761.pdf">Datasheet</a></td>
<td><a href="">BOM</a></td>
<td><a href="">Schematic</a></td>
<td><a href="">Dev Env</a></td>
<td><a href="http://octopart.com/frdm-kl46z-freescale+semiconductor-29185704">Dev Kit</a></td>
</tr>
<tr>
<td><a href="http://components.arrow.com/part/detail/60527188S697322N7728?region=na&utm_source=octopart&utm_medium=buynow&utm_campaign=octopart">STM32F401CCU6</a></td>
<td>Espruino capable ARM processor</td>
<td><a href="http://datasheet.octopart.com/STM32F401CCU6-STMicroelectronics-datasheet-16349494.pdf">Datasheet</a></td>
<td><a href="">BOM</a></td>
<td><a href="">Schematic</a></td>
<td><a href="">Dev Env</a></td>
<td><a href="http://octopart-clicks.com/click/vptrack?ak=68b25f31&sig=0abfc69&vpid=89413274">Dev Kit</a></td>
</tr>
</tbody>
</table>
</div>
<div>
<h4>Embedded Development:</h4>
<ul class="list-unstyled">
<li>GCC based ARM/MIPS tool chains,</li>
<li><a href="http://www.espruino.com/">Espruino</a> based Javascript for user hacking.</li>
</ul>
</div>
<div class="section">
<h3>Design Tools</h3>
<h4>3D Modeling Tools:</h4>
<ul class="list-unstyled">
<li>STEP files for all models including EDA modeling,</li>
<li>STL for 3D printing.</li>
<li>(<a href="http://www.freecadweb.org/">FreeCAD</a> supports both formats.)</li>
</ul>
</div>
<div class="section">
<h3>Software Tools</h3>
<h4>Web:</h4>
Javascript stack:
<dl class="dl-horizontal">
<dt><a href="http://nodejs.org/">Node.js</a></dt>
<dd>REST API</dd>
<dt><a href="http://angularjs.org/">Angular.js</a> and <a href="http://yeoman.io/">Yeoman</a></dt>
<dd>For testing and browser based frontends</dd>
</dl>
<h4>Storage:</h4>
<dl class="dl-horizontal">
<dt><a href="http://www.postgresql.org/">PostgreSQL</a></dt>
<dd>Relational Storage</dd>
<dt><a href="http://www.mongodb.org/">MongoDB</a></dt>
<dd>Interactive Storage</dd>
</dl>
<h4>Development Environments:</h4>
<dl class="dl-horizontal">
<dt>Xcode</dt>
<dd>iPhone</dd>
<dt>Eclipse</dt>
<dd>Android and Embedded</dd>
<dt>VS2013</dt>
<dd>Windows Phone</dd>
</dl>
<h4>Operations/Testing:</h4>
<dl class="dl-horizontal">
<dt>Vagrant</dt>
<dd>Consistent Environment Creation</dd>
<dt>Chef</dt>
<dd>Automated Environment Deployment</dd>
<dt>Jenkins</dt>
<dd>Continuous Integration/Deployment</dd>
<dt>Git</dt>
<dd>Public and Private Project Repositories</dd>
</dl>
</div>
<p class="section-paragraph">Please use the top navigation for more information about Fyber Labs.</p>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="container">
<footer>
<div class="row">
<div class="col-lg-12">
Copyright © Fyber Labs Inc. 2014
</div>
</div>
</footer>
</div>
</div>
<!-- /container -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>