-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.html
More file actions
executable file
·334 lines (329 loc) · 10.7 KB
/
product.html
File metadata and controls
executable file
·334 lines (329 loc) · 10.7 KB
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
---
layout: default
title: Home
---
<div class="center-section-15">
<div class="developer-product-heading">Forward Loop Zero</div>
</div>
<div class="developer-button-container">
<div class="developer-button-left">
<!-- computer board icon from: https://www.iconfinder.com/icons/895392/arduino_circuit_electronic_equipment_mainboard_microcontroller_motherboard_icon#size=256 -->
<!-- browser template from: https://sketchrepo.com/free-sketch/chrome-browser-template-for-sketch-freebie/ -->
<!-- terminal icon from: https://www.sketchappsources.com/free-source/631-code-icons-sketch-freebie-resource.html -->
<div class="txt-gray developer-product-description-txt">
Turn-key solutions for fast, modular IoT development
<ul class="developer-product-ul" style="margin-top: 5%;">
<li type="square">Supported by ecosystem of open-source <a href="https://docs.forward-loop.com">software and applications</a></li>
<li type="square">For large deployments, please <a target="_blank" href="mailto:mike@mail.forward-loop.com">contact us</a> for discounts</a></li>
</div>
</div>
<div class="developer-button-right" style="margin-top: 2%; max-width: 35%;">
<div id='product-component-79011c0492f'></div>
<script type="text/javascript">
/*<![CDATA[*/
(function () {
var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
if (window.ShopifyBuy) {
if (window.ShopifyBuy.UI) {
ShopifyBuyInit();
} else {
loadScript();
}
} else {
loadScript();
}
function loadScript() {
var script = document.createElement('script');
script.async = true;
script.src = scriptURL;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
script.onload = ShopifyBuyInit;
}
function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: 'forward-loop-llc.myshopify.com',
apiKey: '988872ba69b6d4351e4b04a2eeb23df1',
appId: '6',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: [877011075187],
node: document.getElementById('product-component-79011c0492f'),
moneyFormat: '%24%7B%7Bamount%7D%7D',
options: {
"product": {
"variantId": "all",
"contents": {
"imgWithCarousel": false,
"variantTitle": false,
"description": false,
"buttonWithQuantity": false,
"quantity": false
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "100%",
"margin-left": "0",
"margin-bottom": "50px"
}
},
"button": {
"background-color": "#0f408d",
"font-family": "Montserrat, sans-serif",
":hover": {
"background-color": "#0e3a7f"
},
":focus": {
"background-color": "#0e3a7f"
},
"font-weight": "normal"
},
"variantTitle": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"title": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"description": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"price": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"compareAt": {
"font-size": "12px",
"font-family": "Montserrat, sans-serif",
"font-weight": "normal",
"color": "#4c4c4c"
}
},
"googleFonts": [
"Montserrat",
"Montserrat",
"Montserrat",
"Montserrat",
"Montserrat",
"Montserrat"
]
},
"cart": {
"contents": {
"button": true
},
"styles": {
"button": {
"background-color": "#0f408d",
"font-family": "Montserrat, sans-serif",
":hover": {
"background-color": "#0e3a7f"
},
":focus": {
"background-color": "#0e3a7f"
},
"font-weight": "normal"
},
"footer": {
"background-color": "#ffffff"
}
},
"googleFonts": [
"Montserrat"
]
},
"modalProduct": {
"contents": {
"img": false,
"imgWithCarousel": true,
"variantTitle": false,
"buttonWithQuantity": true,
"button": false,
"quantity": false
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "100%",
"margin-left": "0px",
"margin-bottom": "0px"
}
},
"button": {
"background-color": "#0f408d",
"font-family": "Montserrat, sans-serif",
":hover": {
"background-color": "#0e3a7f"
},
":focus": {
"background-color": "#0e3a7f"
},
"font-weight": "normal"
},
"variantTitle": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"title": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"description": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"price": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
},
"compareAt": {
"font-family": "Montserrat, sans-serif",
"font-weight": "normal"
}
},
"googleFonts": [
"Montserrat",
"Montserrat",
"Montserrat",
"Montserrat",
"Montserrat",
"Montserrat"
]
},
"toggle": {
"styles": {
"toggle": {
"font-family": "Montserrat, sans-serif",
"background-color": "#0f408d",
":hover": {
"background-color": "#0e3a7f"
},
":focus": {
"background-color": "#0e3a7f"
},
"font-weight": "normal"
}
},
"googleFonts": [
"Montserrat"
]
},
"option": {
"styles": {
"label": {
"font-family": "Montserrat, sans-serif"
},
"select": {
"font-family": "Montserrat, sans-serif"
}
},
"googleFonts": [
"Montserrat",
"Montserrat"
]
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-20px"
}
}
}
}
}
});
});
}
})();
/*]]>*/
</script>
</div>
</div>
</div>
<div style="display: inline-block; min-width: 100%; text-align: center; margin-top: 2%;">
<div class="progress-bar-block">
<div class="progress">
<div class="progress-bar progress-bar-primary" style="width: 100%">
</div>
</div>
<div class="panel-group" id="accordion">
<div class="text-center faq-header"> Frequently Asked Questions</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" style="text-align: center;">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">Who is it for?</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse">
<div class="panel-body">
Forward Loop Zero is for developers, enterprises, and enthusiasts, who want to build sensor
applications without struggling with hardware, sensors, and network set-up and testing.
Our hardware is delivered with an installed operating system and integrated sensors,
so developers can run embedded software on devices fresh out of the box.
<br>
<br>
To make prototyping and deploying even easier, using our open-source tool, <a target="_blank"
href="https://docs.forward-loop.com/floopcli/master/index.html">floop</a>, developers
can prototype and deploy software applications completely
in their preferred language (C++, Python, Go, among others).<br>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">How do I use it?</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
Once you set up an internet connection to the device, you
write code on your computer and push directly to hardware from the command line using <a target="_blank"
href="https://docs.forward-loop.com/floopcli/master/index.html">floop tool</a>.
Developers are also welcomed to create applications using their own
dev tools.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">What does Forward Loop Zero come with?</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
Developers can select either <a target="_blank"
href="https://mega.nz/#!K11y1YhY!aaKAcEvmyfaRHzoesHtjktgULdCDGyAW5FKweDWVSfo">Orange Pi Zero</a> or <a target="_blank"
href="https://cdn-learn.adafruit.com/downloads/pdf/introducing-the-raspberry-pi-zero.pdf">Raspberry Pi Zero W</a> with
built-in wifi or optional <a target="_blank"
href="https://img.filipeflop.com/files/download/Datasheet_SIM800L.pdf">SIM800L GSM module</a>.
All boards come with a modified <a target="_blank"
href="https://www.armbian.com/orange-pi-zero/">Armbian</a> or <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian</a> operating system.
<br>
<br>
Peripheral sensor options include
<a target="_blank" href="https://www.invensense.com/download-pdf/mpu-9250-datasheet/">MPU9250 inertial measurement unit sensor</a>, <a target="_blank"
href="https://www.melexis.com/en/product/MLX90614/Digital-Plug-Play-Infrared-Thermometer-TO-Can">MLX90614 long-range infrared sensor</a>, or <a target="_blank"
href="https://industrial.panasonic.com/cdbs/www-data/pdf/ADI8000/ADI8000C59.pdf">AMG8833 grid-eye infrared sensor</a>. These options provide turn-key
hardware, sensor, and networking solutions for movement and infrared temperature sensing applications.
<br>
<br>
In the near future, we will offer additional boards and sensor support so developers can use
Forward Loop Zero to build a wider range of sensing applications.
</div>
</div>
</div>
</div>
<div class="progress-bar-block">
<div class="progress">
<div class="progress-bar progress-bar-primary" style="width: 100%">
</div>
</div>
<div class="inline-spacer">
{% include footer.html %}
</div>