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
Connect 3g obd II to azure iot hub
312 Views Asked by Aggounix At
1
There are 1 best solutions below
Related Questions in IOT
- thingsboard: reformat shared attribute JSON before publishing via MQTT
- Not able to recieve message sent from mobile to GSM SIM900 but other functionalities working
- Python: Cannot Run Linux Terminal Commands With Scripts
- How to run Zephyr Echo Client-Server sample using nrf52840dk & nrf52840dongle?
- Communication between the Neo6m GPS and the Esp32
- Turn phone with an IR blaster into wifi enabled IR hub
- Unable to start the Coap server in a Spring boot application
- How to create a photo gallery widget/database?
- AWS IoT Self-managed certificate signing with CreateCertificateFromCsr API
- Azure IOT central command/NodeRed
- PyFirmata servo control issue (Arduino with Python)
- How to connect bluetooth devices using flutter blue plus?
- Does CdiCenteroutput support in lipari-mid & kiska - mid (55ppm)
- "Blynk Connection Issue with Arduino and ESP8266 in IoT Project"
- How to control Tuya API device with an HTML request
Related Questions in AZURE-IOT-HUB
- IoT Hub Equivalent For IoT Central Offline commands
- Alternatives for azure-iot-hub python package
- Azure Device Update for IoT Hub & Deployment
- How to retrieve IotHub usage information inside Azure Function
- Upload device's x509 certificate to Azure Iothub
- Too many requests error while creating scheduled jobs in IOT central create job API
- 'Too many requests' error on Azure IOT central create job API
- After updating a reported property, attempting to fetch it returns the previous version, not the latest one in Azure Module Client
- Azure Data Manager for Agriculture - Sensor Telemetry Data
- Connecting to RabbitMQ with Azure IoT Hub Device client
- MQTT: Connection to Azure IoT Hub (Micropython)
- AT Commands to send/publish data to azure iot hub using sim808
- Couldn't get IoT Central offline command to work
- Azure IoT DPS - Enrollment Group - Create Or Update - Rest API
- How do I use Azure IoT SDK (C#) to develop code to send data from my robotic arm to my IoT hub?
Related Questions in 3G
- Why does my code result in a 'no internet' outcome when the device is connected to a 3G network?
- How to modify the default ip address of huawei usb modem e3531i-2
- How do I force my Android phone network to work on 2g/3g only pragmatically?
- SIM5320A, device connected to 3G Network but can't ping server
- SIM5300E Shield Strange readings on COM port
- urllib.request error while trying to set up an SMS gateway using a Huawei E3531 3G dongle
- Telit UL865 3G modem Hangs (Needs resetting) after AT#HTTPRCV=0
- Issue with communicating with FONA 3G (aka SIM5320a)
- Possible to make Wifi and 3G dongle network working together?
- Same ISP problems to load balancer
- Raspberry pi backup 3G USB modem cant connect
- Can't Access Server With Using 3g, 4g or LTE
- How to send/receive POST requests via xbee 3g modem, controlled with arduino via serial port
- what is difference between TDF and PCEF?
- Audio and 3G data via UART in GSM module using AT commands
Related Questions in OBD-II
- Extracting Last 4 Digits from RPM Response in Xamarin Android (e.g., "41 0C") and Performing Decimal Conversion and Division by 4
- OBD-ii python library not finding obd adapter
- MicroPython bluetooth connection to an OBD BLE
- Xamarin Forms C# Digital Dashboard App - Not Receiving Real Data for RPM and Speed from OBD-II ELM327
- Serial Port Connection to OBD II Adapter
- Reading Data from OBD2
- Can't receive/read response from OBD2 Dongle using BLE connection
- Kotlin OBDII Bluetooth communication: Channel is unrecoverably broken and will be disposed
- Bluetooth Comm API from bluedot | OBD and Raspberry PI Errors
- OBD Raspberry Pi bluetooth and serial issues
- Trouble communicating with car's ECU using Tactrix OpenPort and J2534 AP
- Wifi obd-II with flutter
- How to sent and get Response Of 01A6 (Odometer) PID with ELM327(OBD-II)
- Flutter : OBD2 connectivity using bluetooth
- Flutter : OBD2 connectivity using wifi
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.