EQM_OBDWEB icon indicating copy to clipboard operation
EQM_OBDWEB copied to clipboard

Bluetooth elm327 emulation

Open absinth84 opened this issue 2 years ago • 1 comments

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

absinth84 avatar Dec 02 '23 17:12 absinth84

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

EQMOD avatar Dec 04 '23 12:12 EQMOD