🚧 This documentation site is a work in progress — content is incomplete and may change.
Skip to main content

Web Serial Console

The SiMa.ai Web Serial Console is a browser-based tool for connecting to SiMa.ai DevKits directly from a Chromium-based browser via the Web Serial API. No installation is required — open the tool in a compatible browser, plug in your DevKit via USB, and connect.

Launch Web Serial Console

Requirements​

The Web Serial API is only available in Chromium-based browsers:

  • Google Chrome (recommended)
  • Microsoft Edge
note

Firefox and Safari do not support the Web Serial API and cannot be used with this tool.

Getting Started​

  1. Connect your SiMa.ai DevKit to your computer using a USB to Serial cable.
  2. Open the Web Serial Console in a supported browser.
  3. Click [+] New Connection in the command palette.
  4. Select the serial port corresponding to your DevKit from the browser pop-up and click Connect.
  5. The console will automatically detect a login prompt and log in using the default credentials (sima/edgeai).

Interface​

Terminal​

Type commands directly into the terminal window and press Enter to execute them on the connected DevKit.

Command Palette​

The command palette at the bottom of the page provides quick access to common actions:

ButtonAction
[+] New ConnectionOpen a new connection tab for an additional DevKit
SettingsConfigure baud rate and flow control before connecting
LoginSend the default credentials (sima/edgeai)
NetworkingRun ifconfig on the active DevKit
Disk SpaceRun df -h on the active DevKit
BuildDisplay /etc/buildinfo from the active DevKit
LogoutSend the logout command to the active DevKit
ClearClear the terminal output
Light/Dark ModeToggle the UI theme
FullscreenEnter fullscreen mode
[Hide]Collapse the command palette for a larger terminal view

Multiple Connections​

The console supports connecting to multiple DevKits simultaneously. Each connection opens as a separate tab at the top of the terminal area. Click a tab to switch between active connections, or click × on a tab to disconnect and close that session.

Disconnecting​

Click the × button on a connection tab to disconnect. The console will automatically send a logout command to the DevKit before closing the connection.