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

A little bit of lag/delay when gettiing data? #4

Open
themagicm opened this issue Feb 10, 2024 · 1 comment
Open

A little bit of lag/delay when gettiing data? #4

themagicm opened this issue Feb 10, 2024 · 1 comment

Comments

@themagicm
Copy link

Esp32 1mbit with this library

if (ESP32CAN_OK == ESP32Can.CANReadFrame(&rx_frame)) { /* only print when CAN message is received*/ processdata(rx_frame); }

Seems as though its not as responsive as the Wagner version. Wagner vers doesnt do 1mbit but it does 500k. 500k is really fast but this one reading at 1mbit seems like there is a small delay somewhere?

@themagicm
Copy link
Author

Anyone? Definitely some lag/delay. Is there a buffer or something that can be increased to address?

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