kotlin-obd-api
kotlin-obd-api copied to clipboard
Receive speed from bluetooth
Hi, thank you for your dedication. I tried to create my app with your library and it’s working perfect. I can get a lot of instrument data. But when i parse it and show it in my UI with foreground thread, my ui updates in every 5 to 10 seconds. Is there any tips on getting the data realtime? Adjusting the delay is not helping .
PS; i have successfully built similar app with python and it runs so much faster. Almost real-time.