I am new to azure iot and I am trying to connect a 3g obd 2 tracker to my account azure iot hub. I found an example to connect the obd to local gateway (phone) via bluetooth or wifi but I want the tracker to be completely independant from any local gateway. Is there a tutorial or documentation to help me getting starting with connecting 3g teacker to azure iot
Asked
Active
Viewed 286 times
1 Answers
0
There is no tutorial specifically on 3G trackers. What is the OS running on the device? You can always use the device SDK to connect to IoT Hub directly if your device is IP capable.

Yi Zhong - MSFT
- 306
- 2
- 7
-
There is no specific device for the moment, I am preparing for a project and doing my research, I want to connect a gps tracker with gsm/gprs/3g module to the azure iot hub, I can find documentation for devices powered by arduino or raspberry but not for industrial gos devices – Aggounix Aug 29 '18 at 17:36