Arduino Due and Mobile Service

In the previous article Arduino Due: Development , it was made an introduction of this board, after setting up starting from the installation of the necessary libraries, to finish with the setting up the Ethernet shield, with which the Arduino Due can access to the Internet. In this second article, we will see how Arduino can interact with the services of Microsoft Azure, precisely with the Mobile Service. We will start by creating a Mobile Service, we will build a small circuit using the sensor temperature and humidity DHT11, ending with the piece of code that will be responsible for transferring the information detected by the sensor on Microsoft Azure. We will see in the order:

  • Create a Mobile Service.
  • Build electronic circuit.
  • Write the code for to upload data form sensor dht11 to Microsoft Azure.
  • Test application.
  • Conclusion.

Navigate to this article https://social.technet.microsoft.com/wiki/contents/articles/31660.arduino-due-and-mobile-service.aspx

Happy reading to all ;)