-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstaller.html
462 lines (424 loc) · 21.2 KB
/
installer.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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<html>
<head>
<meta charset="utf-8" />
<title>CanAirIO WEB Installer</title>
<meta name="description" content="Easily allow users to flash new firmware for their ESP-devices on the web." />
<meta name="viewport" content="width=device-width" />
<meta property="og:title" content="CanAirIO Web Installer" />
<meta property="og:site_name" content="CanAirIO Web Installer" />
<meta property="og:url" content="https://canair.io/installer.html" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Easily allow users to flash new CanAirIO firmware for their ESP-devices on the web." />
<meta property="og:image" content="https://canair.io/images/canairio_web_installer_social.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CanAirIO Web Installer" />
<meta name="twitter:description" content="Easily allow users to flash new CanAirIO firmware for their ESP-devices on the web." />
<meta name="twitter:image" content="https://canair.io/images/canairio_web_installer_social.png" />
<script type="module" src="https://unpkg.com/esp-web-tools@9.4.3/dist/web/install-button.js?module"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 2px solid #cebde4;
text-align: left;
padding: 8px;
height: 10px;
font-family: arial, sans-serif;
font-size: 14px;
}
.install{
text-align: center;
font-size: 9px;
}
tr:nth-child(even) {
background-color: #272661;
}
</style>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">CanAirIO</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="disclaimer.html" class="active">Disclaimer</a></li>
</ul>
</nav>
</header>
<div class="wrapper" style="padding-left: 5%;">
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">CanAirIO Web Installer</h1>
<div class="row">
<div class="col-6 col-12-medium">
<p>
CanAirIO Web installer use ESP Web Tools to allow installing
the CanAirIO firmware base from the browser.
If you want know more about the ESP Web tools, please visit
<a href="https://github.com/esphome/esp-web-tools" rel="noreferer, ,noopener" target="_blank">the official GitHub.</a>
</p>
<p>
CanAirIO is a set of <b>ESP32 </b> based devices that can be flashed with
the same firmware. For example to try it out and install
<b><a href="https://canair.io/docs/canairio_bike.html" rel="noreferer, ,noopener" target="_blank">CanAirIO Bike</a></b> version on an <b>TTGO TDisplay</b>, connect it to your
computer and hit the button:
</p>
<div class="row" style="width: 100%; margin: 0 auto">
<div class="install-button">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_TTGO_TDISPLAY.json">
<button slot="activate">STABLE VERSION</button>
</esp-web-install-button>
</div>
<div class="install-button">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_TTGO_TDISPLAY.json">
<button slot="activate">TESTING VERSION</button>
</esp-web-install-button>
</div>
</div>
<p style="font-size : 16px; padding-top: 30px" >
<i>
Note, this only works in desktop Chrome and Edge. Android support
should be possible but has not been implemented yet. If you don't see
your ESP device, you might miss <a href="#drivers">drivers</a>.
</i>
</p>
<h3 id="variants">CanAirIO variants</h3>
<table>
<tr>
<th>Flavor</th>
<th>Display</th>
<th>TX/RX</th>
<th>Stable</th>
<th>Testing</th>
</tr>
<tr>
<td>GENERIC, T7, D1MINI</td>
<td>OLED 64x48</td>
<td>16,17</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_TTGO_T7.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_TTGO_T7.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>TTGO TDisplay</td>
<td>TFT</td>
<td>12,13</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_TTGO_TDISPLAY.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_TTGO_TDISPLAY.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>ESP32DEVKIT</td>
<td>OLED 128x64</td>
<td>16,17</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_ESP32DEVKIT.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32DEVKIT.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>ESP32PICOD4</td>
<td>OLED 128x64</td>
<td>3,1</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_ESP32PICOD4.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32PICOD4.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>HELTEC</td>
<td>OLED 128x64</td>
<td>18,17</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_HELTEC.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_HELTEC.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>WEMOS</td>
<td>OLED 128x64</td>
<td>15,13</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_WEMOSOLED.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_WEMOSOLED.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>TTGO TQ</td>
<td>TQ OLED</td>
<td>18,13</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_TTGO_TQ.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_TTGO_TQ.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>M5ATOM</td>
<td>OLED</td>
<td>I2C</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_M5ATOM.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_M5ATOM.json">
</esp-web-install-button>
</td>
</tr>
</table>
<p style="font-size : 16px;" >
<i>
The display OLED or TFT it is optional, but it is recommended. You can try any flavor with your ESP32 board, the same model isn't mandatory, this only is a reference.
The TX/RX it is only for UART sensors. For i2c sensors use the default pins. More <a href="https://github.com/kike-canaries/canairio_sensorlib#readme" rel="noreferer, ,noopener" target="_blank">here</a>.
</i>
</p>
<h3 id="variants">Special versions</h3>
<table>
<tr>
<th>Flavor</th>
<th>Display</th>
<th>Stable</th>
<th>Testing</th>
</tr>
<tr>
<td>M5CoreInk Basic Air Station*</td>
<td>builtin eInk display</td>
<td class="td install">
<esp-web-install-button manifest="https://canair.io/static/prod/manifiest_m5coreink.json">
</esp-web-install-button>
</td>
<td>
</td>
</tr>
<tr>
<td>M5StickCPlus</td>
<td>builtin TFT display</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/prod/firmware_M5STICKCPLUS.json">
</esp-web-install-button>
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_M5STICKCPLUS.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>ESP32C3 GENERIC</td>
<td>OLED display optional</td>
<td class="td install">
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32C3.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>ESP32C3 OI PLUS</td>
<td>OLED display optional</td>
<td class="td install">
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32C3OIPLUS.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>ESP32C3 LOLIN Mini</td>
<td>OLED display optional</td>
<td class="td install">
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32C3LOLIN.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td>ESP32C3 SEEDX</td>
<td>OLED display optional</td>
<td class="td install">
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32C3SEEDX.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td><b>¡NEW!</b> ESP32S3 DEVKIT</td>
<td>OLED display optional</td>
<td class="td install">
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_ESP32S3.json">
</esp-web-install-button>
</td>
</tr>
<tr>
<td><b>¡NEW!</b> ESP32S3 TTGO T7</td>
<td>OLED display optional</td>
<td class="td install">
</td>
<td class="td install">
<esp-web-install-button manifest="https://influxdb.canair.io/releases/webi/dev/firmware_TTGO_T7S3.json">
</esp-web-install-button>
</td>
</tr>
</table>
<p style="font-size : 16px;" >
<i>
These special versions are now in development or don't have all features of CanAirIO firmware, for instance ESP32C3 version only supports reduced access via Bluetooth.
<br>*The M5CoreInk version has a different <a href="https://github.com/hpsaturn/co2_m5coreink#readme" rel="noreferer, ,noopener" target="_blank">source code</a>.
</i>
</p>
<h3 id="ota_updates">OTA Updates</h3>
<div class="row">
<div class="col-6 col-12-medium">
<p>
CanAirIO have remote firmware updates. Please download the CanAirIO app and setup WiFi connection to receive the lastest firmware.
</p>
</div>
<div class="col-6 col-12-medium" style="text-align: center; margin: auto;">
<a href="https://bit.ly/3HjDJqP" rel="noreferer, ,noopener" target="_blank">
<img src="images/googleplay_qr.png" alt="CanAirIO on GooglePlay" height="150px" /></a>
</div>
</div>
<h3 id="next_steps">Next steps</h3>
<p>
After first run of CanAirIO without any hardware connected, you will able to see the Pax Counter (PAX) count in the
screen or console log. This is possible because CanAirIO with the WiFi module can be used as detector of people with mobile phones.
But you can connect a lot of sensors to it, please check our <a href="https://canair.io/docs" rel="noreferer, ,noopener" target="_blank">documentation</a> for more information. Also you able to configure the firmware via <a href="https://canair.io/app_usage" rel="noreferer, ,noopener" target="_blank">CanAirIO app using Android</a>, or here, using the CanAirIO CLI on the web installer console, details <a href="https://canair.io/docs/cli" rel="noreferer, ,noopener" target="_blank">here</a>.
</p>
<h2 id="troubleshooting">Troubleshooting</h2>
<h3 id="drivers">USB Serial Drivers</h3>
<p>
If the serial port is not showing up, your computer might be missing the
drivers for the USB serial chip used in your ESP device. These drivers
work for most ESP devices:
</p>
<ul>
<li>
CP2102 drivers:
<a href="https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers" rel="noreferer, ,noopener" target="_blank">Windows & Mac</a>
</li>
<li>
CH342, CH343, CH9102 drivers:
<a href="https://www.wch.cn/downloads/CH343SER_ZIP.html" rel="noreferer, ,noopener" target="_blank">Windows</a>
<a href="https://www.wch.cn/downloads/CH34XSER_MAC_ZIP.html" rel="noreferer, ,noopener" target="_blank">Mac</a>
</li>
<li>
CH340, CH341 drivers:
<a href="https://www.wch.cn/downloads/CH341SER_ZIP.html" rel="noreferer, ,noopener" target="_blank">Windows</a>
<a href="https://www.wch.cn/downloads/CH341SER_MAC_ZIP.html" rel="noreferer, ,noopener" target="_blank">Mac</a>
</li>
</ul>
<h3 id="support">Support</h3>
<p>
If you have any questions or problem please join us on our <a href="https://t.me/canairio" rel="noreferer, ,noopener" target="_blank">Telegram group</a> (Spanish/English), or please submit a new issue <a href="https://github.com/kike-canaries/canairio_firmware/issues/new/choose" rel="noreferer, ,noopener" target="_blank">here</a>.
</p>
</div>
<div class="col-6 col-12-medium" style="text-align: center;">
<a href="https://youtu.be/n3A6sJj_-Gc" rel="noreferer, ,noopener" target="_blank" >
<img src="images/canairio_web_installer_youtube.gif" alt="CanAirIO Web Installer" height="240" style="border: 5px solid #555" /></a>
<p style="font-size : 16px; padding-top: 30px" >
<i> TTGO TDisplay installation - Video demo.</i>
</p>
<a href="https://www.youtube.com/watch?v=TdX1AZ4PzBA" rel="noreferer, ,noopener" target="_blank" >
<img src="images/canairio_web_installer_m5stickcplus.gif" alt="CanAirIO in a M5StickCPlus from scratch" height="256" style="border: 5px solid #555" /></a>
<p style="font-size : 16px; padding-top: 30px" >
<i> M5StickC Plus installation - Video demo.</i>
</p>
<a href="https://youtu.be/a1faUtuPIlQ?si=chHTxr2foYbmlcRt" rel="noreferer, ,noopener" target="_blank" >
<img src="images/canairio_web_installer_cli_youtube.gif" alt="CanAirIO CLI Demo" height="256" style="border: 5px solid #555" /></a>
<p style="font-size : 16px; padding-top: 30px" >
<i> CanAirIO CLI (easy setup only with your browser).</i>
</p>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt" style="padding-left: 5%;">
<div class="inner">
<div class="row" style="align:right;" align="right">
<div>
<ul class="actions">
<li><a href="es/index.html"><span><img alt="Spanish" src="images/flag_of_spain.png"></span></a></li>
<li><a href="index.html"><span><img alt="English" src="images/flag_of_uk.png"></span></a></li>
</ul>
</div>
<div>
<ul class="icons">
<li>
<ul class="icons" style="align:left;" align="left">
<li><a href="https://github.com/kike-canaries" rel="noreferer, ,noopener" target="_blank" class="fa-github"><span
class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/canairq" rel="noreferer, ,noopener" target="_blank" class="fa-twitter"><span
class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/canairq/" rel="noreferer, ,noopener" target="_blank" class="fa-facebook"><span
class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/canairq/" rel="noreferer, ,noopener" target="_blank" class="fa-instagram"><span
class="label">Instagram</span></a></li>
<li><a href="https://play.google.com/store/apps/details?id=hpsaturn.pollutionreporter&hl=en"
rel="noreferer, ,noopener" target="_blank" class="fa-android"><span class="label">Instalar</span></a></li>
<li><a href="https://t.me/airqco" rel="noreferer, ,noopener" target="_blank" class="fa-telegram"><span class="label">Telegram News
Channel</span></a></li>
<li><a href="https://t.me/canairio" rel="noreferer, ,noopener" target="_blank" class="fa-telegram"><span class="label">Telegram
Chat Tech Support</span></a></li>
</ul>
</li>
<li style="padding-left: 3px;"><a href="https://liberapay.com/CanAirIO"><span><img alt="Liberapay receives"
src="http://img.shields.io/liberapay/receives/CanAirIO.svg?logo=liberapay"></span></a></li>
<li style="padding-left: 3px;"><a href="https://liberapay.com/CanAirIO"><span><img alt="Liberapay patrons"
src="http://img.shields.io/liberapay/patrons/CanAirIO.svg?logo=liberapay"></span></a></li>
</ul>
</div>
</div>
<ul class="menu">
<li>We want you to do it in your city</li>
<li>It is for real: <a href="https://github.com/kike-canaries">First steps</a></li>
</ul>
</div>
</footer>
</body>
</html>