/VIROSE-WEBSERIAL

Interface vue.js website for accessing the Serial Monitor via ESP32 WIFI module to control Humanoid Robot Movement

Primary LanguageCGNU General Public License v3.0GPL-3.0

VI-ROSE WebSerial

About

WebSerial is a Serial Monitor for ESP8266 & ESP32 Microcontrollers that can be accessed remotely via a web browser. Webpage is stored in program memory of the microcontroller.

This website is for Interface for accessing the Serial Monitor to control Humanoid Robot Movement.

Features

  • Works on Websockets
  • Realtime logging
  • Any number of Serial Monitors can be opened on the browser
  • Uses Async Webserver for better performance

Dependencies

For ESP8266:
  • ESP8266 Arduino Core - (latest)
  • ESPAsyncTCP - v1.2.2
  • ESPAsyncWebServer - v1.2.3
For ESP32:
  • ESP32 Arduino Core - (latest)
  • AsyncTCP - v1.1.1
  • ESPAsyncWebServer - v1.2.3