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

Increase update frequency when few items are requested #262

Open
PawelPyta opened this issue Apr 23, 2024 · 1 comment
Open

Increase update frequency when few items are requested #262

PawelPyta opened this issue Apr 23, 2024 · 1 comment

Comments

@PawelPyta
Copy link

Hey, I'm using your app for my thesis project and it's great. I'm currently looking to read 4-5 OBD data items and send them over MQTT with a frequency of about 5 Hz. I already modified the MQTT plugin code to speed it up, but the main app is sending updates about every 2.3 s. Can this be sped up? I already deselected every unused OBD item, because I assume the fewer values are polled, the faster the response from the adapter. When plotting a single value in the main app, it is a LOT faster, almost real-time. That means the potential is there, but I am not skilled enough to understand and modify the main app code.

@fr3ts0n
Copy link
Owner

fr3ts0n commented Apr 24, 2024

Pls read here:
https://github.com/fr3ts0n/AndrOBD/wiki/Data-item-update-time

If you can not increase update speed with above hints, pls provide log file for analysis ...

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

2 participants