Skip to content
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

ESP32 stucks on OBD2.begin() #27

Open
carlosmellado opened this issue May 1, 2024 · 2 comments
Open

ESP32 stucks on OBD2.begin() #27

carlosmellado opened this issue May 1, 2024 · 2 comments

Comments

@carlosmellado
Copy link

I'm trying to use this library with an MCP2515 and an ESP32.
Code compiles properly but when calling to OBD2.begin(); the process stucks and I don't get any response.

Does anyone knows how to solve this?

Thanks!

@carlosmellado
Copy link
Author

Seems like the problem is on the CAN library when using the CAN.extendedPacket
On the PR sandeepmistry/arduino-CAN#117 seems like it's fixed but still not working on my side.

@carlosmellado
Copy link
Author

Okay, seems like this library only works with arduino + MCP2515 or ESP32 + SN65HVD230, and I was trying with ESP32 + MCP2515.
Now I tried with arduino mega + MCP2515 and it worked fine but I'm not able to make it work with an ESP32 + SN65HVD230 even using the same code.
Now it's not stuck on OBD2.begin() but this function is returning always false.

Can any of you help me in make it work on the ESP32 please...?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant