EyeTrackVR-Docs/docs/_pages/Upload_Firmware_WebSerial.md
DaOfficialWizard ea0ef90dd1 Begin adding WebSerial Firmware flashing
Added Serial Monitor Documentation
2022-07-02 03:30:44 +01:00

1.9 KiB

layout title permalink nav_order parent
page WebSerial Interface /webserial/ 4 Firmware Guide

WebSerial

{% include custom/misc/googleform.html %}

How to flash the firmware 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.

Dedicated Serial Monitor 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.

Serial Monitor

{% include custom/misc/serialmonitor.html %}

Dedicated Serial Monitor Docs Listed here are most 😉 of the commands you can send to the terminal.

Serial Monitor Commands

  • clear - This will clear the terminal
  • connect - This will attempt a connect to your ESP device
  • begin - This will attempt to write firmware to your board
  • set <param> <value> - This will set a config key with the desired value
  • Possible config keys:
    • ssid - This is the ssid for your wifi
    • password - This is the password for your wifi
    • ota_password - This is the password for Over the Air Updates to occur
    {% 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." %}