Hi, i tried the project and checked the code but i can't see any implementation of the bluetooth elm emulation to works with apps like torque as you mentioned in the readme.
Do you have intention to support it?
And should be possible support also the wifi used by this kind of applications via web-socket?
Is it necessary emulate all elm327 command to do this?
Thank you
Currently it uses a Bluetooth (BLE) to Serial (Serial2) module with the function elm_BLEtask() on the .ino file.
For WIFI ELM327 implementation, just uncomment elm_WIFItask() on the .ino file
Hi, i tried the project and checked the code but i can't see any implementation of the bluetooth elm emulation to works with apps like torque as you mentioned in the readme.
Do you have intention to support it? And should be possible support also the wifi used by this kind of applications via web-socket? Is it necessary emulate all elm327 command to do this? Thank you