Skip to content

Releases: designer2k2/EMUcan

Small Bugfix and example improvement

26 May 19:16
Compare
Choose a tag to compare

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.

2.0 runs on everything that reads CAN frames!

15 Jan 10:00
6359d51
Compare
Choose a tag to compare

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: v1.0.7...2.0.1

2.0 runs on everything that reads CAN frames!

29 Dec 08:43
af70b83
Compare
Choose a tag to compare

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: v1.0.7...2.0.0

Full CAN Stream support

15 Sep 17:01
9928240
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6 New CAN Values bugfix

23 Jul 08:20
2e8e407
Compare
Choose a tag to compare

Since 2.143 there are new values in the CAN stream:

  • Target Lambda
  • PWM2
  • Fuel used

What's Changed

Full Changelog: v1.0.5...v1.0.6

New CAN Values

20 Jul 17:34
113c9ac
Compare
Choose a tag to compare

Since 2.143 there are new values in the CAN stream:

  • Target Lambda
  • PWM2
  • Fuel used

Bugfix for fuel pressure

29 Oct 12:49
Compare
Choose a tag to compare

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

Diagnose Features

07 Jul 15:33
Compare
Choose a tag to compare

add CAN diagnose functions

1.0.2 working

30 Dec 15:06
Compare
Choose a tag to compare

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

More features, less hardcoding

30 Dec 08:42
Compare
Choose a tag to compare