-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment-kit.html
389 lines (373 loc) · 16.2 KB
/
development-kit.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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!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="">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>Sure-Fi</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link
href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/sheets.css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/font-responsive.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="shortcut icon" type="image/x-icon" href="images/logo-icon.png" />
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<!-- This add React -->
<script src="index.js"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-dark" id="mainNav" style="padding: 0px;">
<div class="container">
<a class="navbar-brand logo-link" href="index.html">
<img src="images/logo.png">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation" style="border-width: 2px; margin-right: 20px;color:white;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger " href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle dropdown-toggle-products active" data-toggle="dropdown"
href="products.html">PRODUCTS
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="wiegand-controller.html">
<div class="dropdown-list-item">
Wiegand Bridge
</div>
</a>
</li>
<li>
<a href="hvac.html">
<div class="dropdown-list-item">
HVAC Bridge
</div>
</a>
</li>
<li>
<a href="relay.html">
<div class="dropdown-list-item">
Relay Bridge
</div>
</a>
</li>
<li>
<a href="development-kit.html">
<div class="dropdown-list-item">
Development kit
</div>
</a>
</li>
</ul>
</li>
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle " data-toggle="dropdown" href="#">WHERE TO BUY
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="where-to-buy-wiegand.html">
<div class="dropdown-list-item">
Wiegand Bridge
</div>
</a>
</li>
<li>
<a href="where-to-buy-hvac.html">
<div class="dropdown-list-item">
HVAC Bridge
</div>
</a>
</li>
<li>
<a href="where-to-buy-relay.html">
<div class="dropdown-list-item">
Relay Bridge
</div>
</a>
</li>
<li>
<a href="where-to-buy-development-kit.html">
<div class="dropdown-list-item">
Development kit
</div>
</a>
</li>
</ul>
</li>
-->
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="events.html">Upcoming Events</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row" id="body">
<div class="container shadow-container">
<div class="row">
<center>
<img src="images/video_placeholder.png" class="rounded" style="width: 100%;height: auto;">
</center>
</div>
<div class="row">
<div class="col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12" style="background-color: rgb(236,236,238);">
<div style="padding-left: 40px;padding-top: 40px;padding-right: 20px;">
<div>
<h1 class="black-title">Development Kit</h1>
</div>
<div class="paragraph-text">
<p>Discover the power of the Sure-Fi Radio Module. Develop and test your own applications with the
Sure-Fi Dev Kit.</p>
<p>Not only can you test the range of the Sure-Fi Module, but you can directly integrate your
application through a variety of interfaces including USB, Serial and Bluetooth.</p>
</div>
<br>
<div>
<h2 class="title black-title"><img src="images/specifications-black-ball.png" height="27" width="27"
style='margin-top:-3px' /> WHATS INCLUDED</h2>
</div>
<div class="paragraph-text">
<br>
<p><b>SURE-FI MODULE - EVALUATION UNIT:</b></p>
<p>Fully featured Sure-Fi Radio Module contained in a simple enclosure and powered with 4 AA batteries.
Can be used as a stand-alone range tester or used in connection with external application boards. Also
has an onboard Bluetooth Module for application evaluation and/or interfacing.</p>
<p><b>SURE-FI EVALUATION APPLICATION BOARD:</b></p>
<p>An evaluation board specifically designed to allow anyone to create applications using the Sure-Fi
Radio Module. Comes with an onboard ARM microprocessor and a variety of I/O available, including:
programming and debugging points and USB to PC connection. </p>
<p><b>BATTERIES, CABLES and MORE:</b></p>
<p>Everything you need to get started with the Sure-Fi Module comes right in the box.</p>
</div>
</div>
<br>
</div>
<div class="col-xs-4 col-lg-4 col-md-12 col-sm-12 col-12"
style="background-color: rgb(255,255,255);height: auto;">
<div class="container-fluid" id="pinger-container">
<center>
<img src="images/pinger.png" class="rounded" alt="..." style="width: 80%;height: auto;margin:0 auto;"
id="pinger">
</center>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-7 col-md-12 col-sm-12 col-12" style="background-color: rgb(222,224,225);">
<div style="padding-top: 20px;padding-right: 50px;padding-left: 50px;">
<div>
<h1 class="black-title">Bunker Busting <br> 900 MHz</h1>
</div>
<center><img src="images/black-interfaz.png" class="img-fluid" /></center>
<div class="paragraph-text">
<p>The Sure-Fi Wireless Radio Module is a high performance modular solution available for the IOT/M2M
markets.</p>
<p>
Easily integrate Bunker Busting technology into your product using our patented Sure-Fi Wireless Radio
Module.
</p>
</div>
<div style="margin-top: 20px">
<div style="display: inline;">
<h1 class="medio-title medio-black-title"><img src="images/features-black-ball.png" height="27"
width="27" style='margin-top:-3px' /> FEATURES</h1>
</div>
<br><br>
<div class="row">
<div class=" col-sm-12 col-md-6 col-lg-6 col-xl-6">
<ul class="black-list">
<li>Simple UART Interface</li>
<li>Programmable Radio Settings and adjustable power output</li>
<li>Configurable to obtain optimal balance between range and data rate</li>
</ul>
</div>
<div class="col-sm-12 col-md-6 col-lg-6 col-xl-6">
<ul class="black-list">
<li>Integrated Bluetooth Module</li>
<li>Receive signal through obstruction and interference</li>
<li>Certified with FCC (USA) and IC (Canada)</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-sm-12 col-12"
style="background-color:white;align-items: center;text-align: center;margin-top: 20px;">
<div class="row" style="margin-bottom: 20px;">
<div class="col-xs-2 col-lg-2 col-md-2 col-sm-2 col-2">
<img src="images/specifications-black-ball.png" height="27" width="27" style='margin-top:-3px;' />
</div>
<div class="col-xs-8 col-lg-8 col-md-8 col-sm-8 col-8">
<h1 class="title black-title" style="font-size: 2em;">
SPECIFICATIONS
</h1>
</div>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat"> OPERATING VOLTAGE: </span><br>
<span class="mini-green-list-thin">%5 VDC +/- </span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">TRANSMIT POWER:</span><br>
<span class="mini-green-list-thin"> 1 Watt (30dBm)</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">FREQUENCY BAND:</span><br>
<span class="mini-green-list-thin">902 - 928 MHz</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">CHANNELS:</span><br>
<span class="mini-green-list-thin"> 72 (Frequency Hopping)</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">RECEIVER SENSITIVITY:</span><br>
<span class="mini-green-list-thin"> -133dBm</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">LINK BUDGET:</span><br>
<span class="mini-green-list-thin"> 163dB</span>
</li>
</ul>
</div>
<div class="black-div">
<ul class="mini-green-list" style='color:#fff;'>
<li>
<span class="mini-green-list-fat">RANGE:</span><br>
<span class="mini-green-list-thin"> Up to 1 mile through obstructions and 50+ miles
line-of-sight</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">OPTIONAL ENCRYPTION:</span><br>
<span class="mini-green-list-thin"> AES128</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">OPERATING TEMPERATURE:</span><br>
<span class="mini-green-list-thin"> -40 C to +85 C (-40 F to +185 F)</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">STORAGE TEMPERATURE:</span><br>
<span class="mini-green-list-thin"> -55 C to +125 C (-67 F to +257 F)</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">I/O:</span><br>
<span class="mini-green-list-thin"> 2 UART Interfaces - Radio and Bluetooth module</span>
</li>
</ul>
</div>
<div>
<ul class="mini-green-list">
<li>
<span class="mini-green-list-fat">BLUETOOTH MODULE:</span><br>
<span class="mini-green-list-thin">Nordic nRF52 Series</span>
</li>
</ul>
</div>
<div class="row" style="background: rgb(236,236,238);">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"
style="display: -webkit-flex;-webkit-align-items: center;display: flex;align-items: center;flex-direction: column;">
<center>
<p style="font-size: 2em;text-align: center;">Documentation</p>
</center>
<a href="https://admin.sure-fi.com/uploads/tools/Sure_Fi_Module_cutsheet.pdf" target="_blank">
<img style="width: 50%;"
src="https://admin.sure-fi.com/uploads/tools/thumbnail_module_spec_sheet.png">
</a>
</div>
</div>
</div>
</div>
<div class="row">
<center>
<img src="images/open_box_image.png" class="rounded" style="width: 100%;height: auto;">
</center>
</div>
</div>
</div>
</div>
<div id="footer"></div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/creative.js"></script>
<!-- Custom scripts for this template -->
<script type="text/javascript" src="js/navbar.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113437818-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-113437818-1');
</script>
</body>
</html>