{"id":4796,"date":"2016-04-01T00:00:00","date_gmt":"2016-04-01T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/mydriving-an-azure-iot-and-mobile-sample-application"},"modified":"2025-06-26T04:46:52","modified_gmt":"2025-06-26T11:46:52","slug":"mydriving-an-azure-iot-and-mobile-sample-application","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/","title":{"rendered":"MyDriving \u2013 An Azure IOT and Mobile sample application"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Building IoT and Mobile solutions&nbsp;is fun and exciting. This year at \/\/Build, we wanted to show the amazing scenarios that can come together when these two are combined. So we developed a sample application. The <a href=\"https:\/\/aka.ms\/iotsampleapp\">MyDriving<\/a> Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices. It uses Azure Services in the backend to analyze car telemetry data for both real-time insights like fuel consumption, and long term patterns and trends like driver rating.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To help jumpstart your efforts, we <a href=\"https:\/\/github.com\/Azure-Samples\/MyDriving\">open-sourced all the code<\/a>, and put out an extensive reference <a href=\"https:\/\/aka.ms\/mydrivingdocs\">guide<\/a> and <a href=\"https:\/\/azure.microsoft.com\/documentation\/articles\/iot-solution-build-system\/\">documentation<\/a>, that we believe will make it easy for you get started on your own projects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-iot-device-in-mydriving\">The IoT device in MyDriving<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This solution uses <a href=\"https:\/\/en.wikipedia.org\/wiki\/On-board_diagnostics\">On-board diagnostics<\/a> (OBD) data from your car to analyze your driving. Most modern cars have a standard OBD-II Data Link Connector in the cabin. By plugging in an OBD-II compliant dongle, vehicle data can be made available to other local devices via USB, Bluetooth, or WiFi. Depending on the make, model, and age of your car, you can collect various types of OBD telemetry such as speed, fuel efficiency, and engine RPM.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the goals of this exercise was to enable developers to try this solution out on their own with cheap off the shelf OBD devices, hence your Phone itself is used as the Field gateway here and used to send the data collected from the OBD device to the <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/iot-hub\/\">Azure IOT Hub<\/a> through the MyDriving mobile application. To find the right device for your car, take a look at our getting started article <a href=\"https:\/\/azure.microsoft.com\/documentation\/articles\/iot-solution-get-started\/\">here<\/a>.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.webp\" alt=\"graphical user interface, application\" class=\"wp-image-9752 webp-format\" style=\"border-radius:0px;width:529px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.webp\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"powering-the-backend-with-azure\">Powering the backend with Azure<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Within the backend\u2014the heart and soul of MyDriving\u2014we sought to showcase how multiple Azure Services combine into a meaningful whole without the need to write a lot of code or build such services from scratch. We built the backend primarily through the configuration and interconnection of services like IoT Hub, Stream Analytics, SQL databases, HDInsight, Machine Leaning, and App Services, along with external services like Power BI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We also wanted the design to be extensible so that you could customize it for additional scenarios that are not included with MyDriving. An example of this in MyDriving is a micro service that does a VIN lookup for a vehicle. The following architecture diagram gives you a complete view of the MyDriving solution. The Azure Services you see here what you\u2019ll get when you run the ARM template in your own Azure account as described in the <a href=\"https:\/\/azure.microsoft.com\/documentation\/articles\/iot-solution-build-system\/\">Getting Started guide<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/dfdd7368-a8eb-4312-8d18-e4a082d9078d.webp\" alt=\"DeveloperWalkthrough_rev_3_28_FINAL\" style=\"border-radius:0px;width:772px;height:auto\" title=\"DeveloperWalkthrough_rev_3_28_FINAL\" \/><\/figure>\n\n\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/ca114054-fd8c-4847-93e0-f9d4cab2f969.webp\" alt=\"graphical user interface, application\" class=\"wp-image-9756 webp-format\" style=\"border-radius:0px;width:775px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/ca114054-fd8c-4847-93e0-f9d4cab2f969.webp\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mobile-apps-for-ios-android-and-universal-windows-platform\">Mobile Apps for iOS, Android and Universal Windows Platform<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While it is possible to develop a native app for each platform individually and deliver a great user experience, the costs of doing so can be prohibitive both in terms of time to market and total cost of ownership across the app\u2019s lifetime. We choose to build the mobile apps part of the solution with our <a href=\"https:\/\/www.xamarin.com\/?utm_source=microsoft&amp;utm_campaign=my-driving\">Xamarin<\/a> platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Xamarin enables you to build native iOS and Android applications with C# and .NET with components that provide full access to platform APIs. Furthermore, we were able to share a significant amount of code (over 70%) between iOS, Android and Windows versions of the app using portable class libraries. Our <a href=\"https:\/\/aka.ms\/mydrivingdocs\">reference guide<\/a> (Chapter 3) gives a detailed overview of how we went about structuring our code for maximum reuse and the various components and technologies used to deliver the mobile experience. For a detailed overview of the end user scenarios available in the mobile apps, refer to our getting started guide <a href=\"https:\/\/azure.microsoft.com\/documentation\/articles\/iot-solution-get-started\/\">here<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/f9ad9db7-4130-4386-b225-7af2fbea14e3.webp\" alt=\"Profile\" style=\"border-radius:0px\" title=\"Profile\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/365efe0d-5f97-4fbb-8c8c-19fb5afd6846.webp\" alt=\"Screenshot_20160327-142756\" style=\"border-radius:0px\" title=\"Screenshot_20160327-142756\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/0d504ecd-9eca-486a-a1ff-f5fa62301105.webp\" alt=\"Past Trips\" style=\"border-radius:0px\" title=\"Past Trips\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mobile-devops\">Mobile DevOps<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While building the MyDriving solution, we utilized a rapid DevOps cycle to build, test and distribute the app. Furthermore, we were able to monitor usage, get crash logs and verbatim feedback from the users, and use that insight to better plan and execute future developmental cycles. We set up builds and testing on <a href=\"https:\/\/www.visualstudio.com\/en-us\/products\/visual-studio-team-services-vs.aspx\">Visual Studio Team Services<\/a> for continuous integration. This means that every code commit in our repository hosted in GitHub, triggered a build for all platforms and runs tests on each. The results of all the this is shown on the project dashboard below.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When the build is successful, tests are executed for iOS and Android using&nbsp; <a href=\"https:\/\/www.xamarin.com\/test-cloud\">Xamarin Test Cloud<\/a> enables automatic mobile application testing on thousands of mobile devices. When the app packages successfully pass all tests, with the HockeyApp plugin for Visual Studio Team Services, it\u2019s a simple matter to send the built app packages that has passed its to tests to <a href=\"https:\/\/hockeyapp.net\">HockeyApp<\/a> for distribution to testers. The app itself is instrumented to gather and report both user feedback and telemetry using the HockeySDK.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized has-custom-border\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/795baca7-2312-4620-956b-eb4edc1a4f1e.webp\" alt=\"VSTS\" style=\"border-radius:0px;width:852px;height:auto\" title=\"VSTS\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"try-out-mydriving\">Try out MyDriving<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Over $6 trillions dollars will be spent on IoT solutions over the next 4-5 years. The total revenue across all app stores is estimated to reach $100 billion dollars. The opportunity is amazing \u2013 but even if you\u2019re not enticed by the business \u2013 it\u2019s really fun to play with gadgets!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We want you all to go and try this solution out. We hope you will be pleasantly surprised by how easy it is get started on building your own IoT and Mobile solutions. To recap, here are some resources that will get you started on trying out and building your own solution.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/aka.ms\/iotsampleapp\">MyDriving Overview<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/documentation\/articles\/iot-solution-get-started\/\">Getting started on using MyDriving<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/documentation\/articles\/iot-solution-build-system\/\">Getting Started on building your own MyDriving Solution<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/aka.ms\/mydrivingdocs\">MyDriving Reference Guide<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/github.com\/Azure-Samples\/MyDriving\">MyDriving\u00a0 GitHub Repository<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"we-want-to-hear-from-you\">We want to hear from you!<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We created MyDriving to help jumpstart your own Azure IOT and Mobile solutions, and we want to hear from your about your experience. Let us know if you run into difficulties or challenges, or if you have any other suggestions for improving MyDriving. Within the MyDriving Mobile app, you can use the built-in HockeyApp feedback mechanism.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On iOS and Android just give your phone a shake, or use the Feedback menu command in Settings. You can also file an issue on <a href=\"https:\/\/github.com\/Azure-Samples\/MyDriving\/issues\">GitHub<\/a> or leave a comment on this post or our <a href=\"https:\/\/aka.ms\/mydriving-use\">getting started documentation<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We look forward to hearing from you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1485],"tags":[],"audience":[3055,3053,3056],"content-type":[1481],"product":[1489],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-4796","post","type-post","status-publish","format-standard","hentry","category-internet-of-things","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-thought-leadership","product-azure-iot-hub","review-flag-1680286581-295","review-flag-1680286584-658","review-flag-3-1680286581-173","review-flag-4-1680286581-250","review-flag-5-1680286581-950","review-flag-6-1680286581-909","review-flag-iot-1680286585-835"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MyDriving \u2013 An Azure IOT and Mobile sample application | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MyDriving \u2013 An Azure IOT and Mobile sample application | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-01T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-26T11:46:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.png\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"MyDriving \u2013 An Azure IOT and Mobile sample application\",\"datePublished\":\"2016-04-01T00:00:00+00:00\",\"dateModified\":\"2025-06-26T11:46:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\"},\"wordCount\":1026,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.png\",\"articleSection\":[\"Internet of things\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\",\"name\":\"MyDriving \u2013 An Azure IOT and Mobile sample application | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.png\",\"datePublished\":\"2016-04-01T00:00:00+00:00\",\"dateModified\":\"2025-06-26T11:46:52+00:00\",\"description\":\"The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.webp\",\"width\":1024,\"height\":323,\"caption\":\"graphical user interface, application\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Internet of things\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/internet-of-things\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MyDriving \u2013 An Azure IOT and Mobile sample application\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MyDriving \u2013 An Azure IOT and Mobile sample application | Microsoft Azure Blog","description":"The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/","og_locale":"en_US","og_type":"article","og_title":"MyDriving \u2013 An Azure IOT and Mobile sample application | Microsoft Azure Blog","og_description":"The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2016-04-01T00:00:00+00:00","article_modified_time":"2025-06-26T11:46:52+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.png","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"MyDriving \u2013 An Azure IOT and Mobile sample application","datePublished":"2016-04-01T00:00:00+00:00","dateModified":"2025-06-26T11:46:52+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/"},"wordCount":1026,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.png","articleSection":["Internet of things"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/","name":"MyDriving \u2013 An Azure IOT and Mobile sample application | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.png","datePublished":"2016-04-01T00:00:00+00:00","dateModified":"2025-06-26T11:46:52+00:00","description":"The MyDriving Azure IoT and Mobile sample application enables you to record trips in your car using the MyDriving mobile application and off the shelf OBD devices.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2016\/04\/96b5d591-697a-4580-83e5-9f18b192bcdf.webp","width":1024,"height":323,"caption":"graphical user interface, application"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/mydriving-an-azure-iot-and-mobile-sample-application\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Internet of things","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/internet-of-things\/"},{"@type":"ListItem","position":3,"name":"MyDriving \u2013 An Azure IOT and Mobile sample application"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4796","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=4796"}],"version-history":[{"count":3,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4796\/revisions"}],"predecessor-version":[{"id":43751,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/4796\/revisions\/43751"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=4796"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=4796"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=4796"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=4796"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=4796"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=4796"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=4796"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=4796"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=4796"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}