Skip to content

fabio-java/Twizy-Cfg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Twizy / SEVCON Gen4 configuration shell for ESP32 with Web-base Remote Serial Monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.9%
  • C 8.1%