Reference
Last revision 2026/01/07
Enhanced features of TEL0068
Has an additional MPU6050 module built inside, which provides accelerometer, gyroscope and temperature sensor all accessible via I2C. The accelerometer can be used for measuring car’s acceleration and steering G-force. The gyroscope can be used for measuing car’s orientation without GPS. When the adapter is plugged and locked in the car’s OBD-II port, the MPU6050 module inside the case will always stay static to the car body, so the sensor data can reflect the movement of the car accurately. A programming guide using this module is available in the official Arduino playground.
TEL0068 connects with Arduino through I2C interface (SDA/SCL). OBD-II data and embedded sensor data are both accessed via I2C. As the library has encapsulated all the necessary I2C operations, users don’t need to do any I2C programming to access the data. The library APIs are completely identical to that of TEL0066.
Library
- ArduinoOBD GithubLibrary
- Installation guide: About how to install the library?
More documents
Was this article helpful?
