Discussions

Ask a Question
Back to All

How to use Telematics SDK with Bluetooth OBD in React Native app?

I am going to get the mileage from the Bluetooth OBD(ELM 327) by using Telematics SDK in my react-native app.
So I installed the React Native demo app and it works well.
https://github.com/Mobile-Telematics/telematicsSDK-demoapp-react

But I want to use the Bluetooth OBD and I think there is no function to connect the Bluetooth OBD with SDK in this SDK(for React Native).

Q1. How to connect the Bluetooth OBD with this SDK in React Native app?

Q2. How to get the mileage from the SDK with Bluetooth OBD in React Native app?