Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.24 KB

Twizy-Cfg SEVCON configuration shell with Web-based Remote Serial Monitor

This repository is a fork of twizy-cfg project by dexterbg, a minimalistic SEVCON Gen4 configuration shell for Arduino.

This version works only with ESP32 boards because has a Web-based Serial Monitor to let it be more user-friendly.

Using this particular serial monitor you are able to input commands without USB cable connection, using WiFi connection instead through a browser from any devices.

The Remote Serial Monitor is available on this local address: 192.168.1.4/webserial using this password: twizy1234cfg (that you can change editing TwizyCfg.ino file)

You will also need these additional libraries:

  • WebSerialLite by asjdf

  • EEPROM by pbecchi Remember that to let the EEPROM library work, you need to edit the partition table of your ESP32 adding a partition called like this:

    Name, Type, SubType, Offset, Size, Flags

    eeprom, data, 0x99, 0x290000, 0x1000

Remember to enter your CAN module configuration in the TwizyCfg_config.h tab.