mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
---
|
|
layout: page
|
|
title: WebSerial Interface
|
|
permalink: /webserial/
|
|
nav_order: 4
|
|
parent: Firmware Guide
|
|
---
|
|
|
|
# WebSerial
|
|
|
|
{% include custom/misc/googleform.html %}
|
|
|
|
<details>
|
|
<summary>
|
|
<b>How to flash the firmware</b>
|
|
</summary>
|
|
In this section of the documentation you can flash your devices right from the browser!
|
|
|
|
Through the magic of WebSerial you can flash and configure your devices without ever having to download or use VSCode.
|
|
</details>
|
|
|
|
<details>
|
|
<summary>
|
|
<b>Dedicated Serial Monitor</b>
|
|
</summary>
|
|
The dedicated Serial Monitor is a web-based serial terminal for your devices.
|
|
Using this terminal you can send commands to your devices and see the output.
|
|
You can also use this to test your devices.
|
|
|
|
<h2>Serial Monitor</h2>
|
|
|
|
{% include custom/misc/serialmonitor.html %}
|
|
|
|
<details>
|
|
<summary>
|
|
<b>Dedicated Serial Monitor Docs</b>
|
|
</summary>
|
|
Listed here are most 😉 of the commands you can send to the terminal.
|
|
|
|
<h2>Serial Monitor Commands</h2>
|
|
|
|
<ul>
|
|
<li><b style="color:green;">clear</b> - This will clear the terminal</li>
|
|
<li><b style="color:green;">connect</b> - This will attempt a connect to your ESP device</li>
|
|
<li><b style="color:green;">begin</b> - This will attempt to write firmware to your board</li>
|
|
<li><b style="color:green;">set</b> <b style="color:yellow;"><param> <value></b> - This will set a config key with the desired value </li>
|
|
Possible config keys:
|
|
<ul>
|
|
<li><b style="color:green;">ssid</b> - This is the ssid for your wifi</li>
|
|
<li><b style="color:green;">password</b> - This is the password for your wifi</li>
|
|
<li><b style="color:green;">ota_password</b> - This is the password for Over the Air Updates to occur</li>
|
|
</ul>
|
|
{% include custom/alerts/Note.html content="Your Wifi credentials never leave your machine and are directly written to the device. We do not, and never will, store these values." %}
|
|
</ul>
|
|
|
|
</details>
|
|
|
|
</details>
|