Giter VIP home page Giter VIP logo

lotusecu-t4e's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

james-portman

lotusecu-t4e's Issues

Consider using J2534?

Hi!

This is amazing work. It is always great to see more in open source ECU tuning. Unfortunately I sold my Elise some years ago or I'd be jumping in to collaborate.

I do have a feature request / suggestion: have you considered using J2534 (Tactrix OpenPort 2 being the most obvious hardware)?

This would solve your K-line + CAN splitter setup on white dash cars, as the hardware supports both. It's also just more common off the shelf hardware.

J2534 is an SAE specification that you can download online - it was designed to force manufacturers to make their dealership flashing tools all work with a common cable, with some varying degree of success. The spec basically describes the API exports from a per-device driver DLL, and then you call into that DLL to perform each function (open connection, read/write, CAN filters, etc.). We wrote a J2534 driver for Python UDSonCAN in our VW_Flash project:

https://github.com/bri3d/VW_Flash/blob/master/lib/connections/j2534.py#L40 and https://github.com/bri3d/VW_Flash/blob/master/lib/connections/j2534_connection.py#L7 .

It would need a little work but should be very straightforward to port down a level to python-can and add some K-line primitives.

This might help to expand your user-base as well as make your day to day easier than your current many headed OBD hydra :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.