I am working on bluetooth connectivity As I have to connect one hardware device (Like OBDii) but I don't know, how it is possible.
Hardware device(Which is attached to the vehicle) will send ATCommand and we need to have interpreted that command and device will display the full report to user related to that vehicle.
I quite aware that it is possible using android device but not sure about iphone. How it works and which framework will use for the same?
What specification/profile is required for that bluetooth hardware device ?
is that possible to communication with that ELD hardware device ?
First of all you need to connect your Device via Bluetooth to the OBD. Apple Developer Bluetooth
When you have created the connection with another device (like obd) you can send and receive message (like Android i think).
The AT commands are for talk with the ELM327 and configure it:
But for talk to the car you must use PIDs that are different to AT commands:
Pids and mode