EMUcan

ECUMaster EMU CAN Stream Reader Arduino Library

GPL-3.0 License

Stars
26
EMUcan - Small Bugfix and example improvement Latest Release

Published by designer2k2 over 1 year ago

Improvements:

  • The MCP2515 Examples now include the setting for the clock.

Bugfix:

  • The coolant fan flag is now called "F_CF" and matches the Ecumaster documentation.
EMUcan - 2.0 runs on everything that reads CAN frames!

Published by designer2k2 almost 2 years ago

This is a major release. 🤩
EMUcan does not handle the CAN bus itself anymore, like this you can use whatever CAN capable hardware you want!

It runs with MCP2515, Teensy, ESP32, STM32 and many more. Examples are provided for them.

But it also gives you something to do in case you upgrade from 1.* ⚠️Please see the migration part on the main page and check out the new examples.

Besides this EMUcan is now also automated code tested, so it should give fewer bugs in the future 😊

Full Changelog: https://github.com/designer2k2/EMUcan/compare/v1.0.7...2.0.1

EMUcan - 2.0 runs on everything that reads CAN frames!

Published by designer2k2 almost 2 years ago

This is a major release. EMUcan does not handle the CAN bus itself anymore, like this you can use whatever hardware you want!

It runs with the MCP2515, Teensy, ESP32 and many more.

But it also gives you something todo in case you upgrade from 1.* Please see the migration part on the main page and check out the new examples.

Besides this EMUcan is now also autmated code tested, so it should give less bugs in the future :-)

Full Changelog: https://github.com/designer2k2/EMUcan/compare/v1.0.7...2.0.0

EMUcan - Full CAN Stream support

Published by designer2k2 about 2 years ago

What's Changed

Full Changelog: https://github.com/designer2k2/EMUcan/compare/v1.0.6...v1.0.7

EMUcan - v1.0.6 New CAN Values bugfix

Published by designer2k2 over 2 years ago

Since 2.143 there are new values in the CAN stream:

  • Target Lambda
  • PWM2
  • Fuel used

What's Changed

Full Changelog: https://github.com/designer2k2/EMUcan/compare/v1.0.5...v1.0.6

EMUcan - New CAN Values

Published by designer2k2 over 2 years ago

Since 2.143 there are new values in the CAN stream:

  • Target Lambda
  • PWM2
  • Fuel used
EMUcan - Bugfix for fuel pressure

Published by designer2k2 almost 3 years ago

Bugfix release to fix the fuel pressure, it was off by 2, so 5Bar where shown as 2,5Bar.

EMUcan - Diagnose Features

Published by designer2k2 over 3 years ago

add CAN diagnose functions

EMUcan - 1.0.2 working

Published by designer2k2 almost 4 years ago

everything is now possible to adjust in code, no change to the lib itself needed any more.

EMUcan - More features, less hardcoding

Published by designer2k2 almost 4 years ago

EMUcan - Initial Release

Published by designer2k2 almost 4 years ago

Initial fill