BMW G30 Gear Selector integration
Posted: Sat Jun 14, 2025 9:39 pm
Hello everyone,
I’m working on a BMW G30 Gear Selector integration project using Teensy 4.0.
I am currently stuck with the FlexCAN_T4 library installation.
The version available from GitHub (via normal ZIP download or GitHub Desktop) seems to be outdated and does not include the functions I need — specifically setLoopBack(), setSelfReception(), and setListenOnly().
I am looking for the fully verified and properly extracted FlexCAN_T4 v1.5.0 (or newer) folder, with:
src/
examples/
library.properties (showing version 1.5.0)
keywords.txt
If anyone has a clean copy that works with Teensy 4.0 and supports internal loopback, I would greatly appreciate if you could share the full folder structure (ready to drop into Arduino libraries).
I have already tried:
GitHub ZIP download (gave me old version)
GitHub Desktop clone (still old version)
Folder nesting issues
Thank you very much in advance for your help and support!
I’m working on a BMW G30 Gear Selector integration project using Teensy 4.0.
I am currently stuck with the FlexCAN_T4 library installation.
The version available from GitHub (via normal ZIP download or GitHub Desktop) seems to be outdated and does not include the functions I need — specifically setLoopBack(), setSelfReception(), and setListenOnly().
I am looking for the fully verified and properly extracted FlexCAN_T4 v1.5.0 (or newer) folder, with:
src/
examples/
library.properties (showing version 1.5.0)
keywords.txt
If anyone has a clean copy that works with Teensy 4.0 and supports internal loopback, I would greatly appreciate if you could share the full folder structure (ready to drop into Arduino libraries).
I have already tried:
GitHub ZIP download (gave me old version)
GitHub Desktop clone (still old version)
Folder nesting issues
Thank you very much in advance for your help and support!