EQMOD / EQM_OBDWEB

A WEB Based OBDII Dongle Platform using the ESP32 WROVER Module
GNU General Public License v3.0
302 stars 21 forks source link

Bluetooth elm327 emulation #3

Open absinth84 opened 10 months ago

absinth84 commented 10 months ago

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

EQMOD commented 10 months ago

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