Open
Conversation
This adapter reroutes the CAN1 pins, UART3 and some IOS. The firmware must be edited a little to make this work.
The Teensy 4 seems to have no low voltage detector.
… comparing the output to the original Teensy3.2.
However we can add more connectors later, like to separate the Victron can to the battery pack can. If we redesign for the Teensy4.1, we can even have 3 can buses.
The user must now press a key + return to send a command.
Just found out that this work was already in martinezz fork. However it is not arduino.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Tom
To move on with the shortage of teensy3.2 and even his end of life, I ported the software to Teensy4.0 and built a PCB adapter (sources included).
It has been tested on a VW BMS at EV Romania / Kitoffgrid offices.
I cleaned up the code here and there to facilitate my work.
define USING_TEENSY4 in config.h to be in the Teensy4.0 version.