-
Notifications
You must be signed in to change notification settings - Fork 21
Teensy4 port #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mandraga
wants to merge
29
commits into
Tom-evnut:master
Choose a base branch
from
mandraga:Teensy4Port
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Teensy4 port #5
Conversation
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
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.
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.