1
OBDLink CX / Re: CX BLE API?
« Last post by STN-Brian on December 05, 2025, 03:24:15 pm »To change the header use the ATSH command:
ATSH 6F1
ATSH 6F1
Greetings all,
The OBDLink CX works great with the existing IOS/Android apps, but I would like to spin some tools of my own (perhaps a simple ESP32 on my dash with some live vehicle stats).
Since this adapter uses BLE, I understand there isn't a standard Bluetooth Serial Port Profile for third party / open source software to utilize. However, I do see that there are a few third-party apps that support the OBDLink CX, such as "Carista" or "Harry's Lap Timer" as listed here: https://www.obdlink.com/compatible-apps/ which does imply that third parties know (to some extent) how to interface with this thing!
So really my question; is there documentation posted somewhere on the BLE API for the OBDLink CX? Or am I stranded, having to attempt reverse-engineering the protocol myself?