-
-
Notifications
You must be signed in to change notification settings - Fork 253
CAN will not work on M5Core2? #70
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
Comments
You need to use proprietary Can Pins on the Board. IO 4 & 5 must be M5 Pins 17/18? I dont work with the m5. I dont think you can use other pins. |
No ubr incorrect, and since u dont work with m5 why the hell u respond? READ: the module does communicate with m5core2 but not with car |
Pls look at issue #62, maybe your chip on board is v2 or higher revision so the problem is with speed setting. The easiest method to test is if you double the speed, e.g. try 1000E3 instead of 500E3. If it works then you have the same "feature" (Espressif changed the spec so the interrupt register bit.4 changed its meaning). Fix is on the way... |
I tried ur suggestion and it works! Setting to 1000E3 did the trick! |
I can confirm that this also works for me. The solution is to either:
Are this going to be added into the actual main library? That would have spared me 8 hours of troubleshooting. |
Hello, did anyone managed to make this library work with chip ESP32-D0WD-V3 (revision v3.1) ?
|
Hii!
I used changepins (32/33)
M5core2 does "see" the canbus module, but does not communicate with the car..
If i try the same on m5stack grey (pins 16/17)
It works perfect!
Anybody ideas??
Thnx!!
The text was updated successfully, but these errors were encountered: