Arduino due and Mobile Service read and display the data on phone.

Anteprima in Italiano.

Siamo giunti al terzo articolo per quanto riguarda l'interazione Arduino - windows Phone, partendo da un introduzione allo sviluppo con Arduino Due, una scheda generalmente ideata per la prototipazione e la realizzazione di circuiti per Internet Of Thinghs e molto altro, siamo partiti dai requisiti Hardware della scheda, installato tutte le librerie necessarie, impostato nell’ ide Arduino la board Arduino Due e terminato con un progetto di prova. Nell'articolo successivo, che trovate qui di seguito,  è stato visto in che modo e possibile mediante le Rest Api, far comunicare la board Arduino Due con i Mobile Service di Microsoft Azure, creando prima di tutto il Mobile Service stesso, andando poi  a salvare su database SQL Azure dei valori in questo caso di temperatura e Umidità presi dal sensore DHT11, un sensore digitale con protocollo di comunicazione ONE wire. Non mi soffermerò spiegando il funzionamento di tale protocollo, ma possiamo dire brevemente e molto generalizzato, che si tratta come dice il nome stesso 1 filo, utilizzato da molte tipologie di sensori per uso industriale e domestico, dalle memorie esempio eeprom, memorie rom ecc. Solitamente come nel nostro caso il collegamento elettrico del sensore richiede solo tre fili, il positivo, la massa e il pin per lettura/scrittura bidirezionale dei dati. Abbiamo poi terminato l’articolo con un semplice programma scritto con L’ide Arduino così da salvare tutti i dati all’interno di una tabella denominata tabsensor, come avete potuto vedere nell’articolo precedente. In questo step, ci soffermeremo di più su Visual Studio e lo sviluppo per Windows Phone 8.1, creando una semplice applicazione che farà in modo di visualizzare tutto il contenuto della tabella tabsensor in un controllo Listbox che potete creare passo per passo leggendo l’articolo che trovate a questo link.

https://social.technet.microsoft.com/wiki/contents/articles/32769.arduino-due-and-mobile-service-read-and-display-the-data-on-phone.aspx

Buona lettura a tutti :)

 

Preview in English.

We got to the third article regarding the interaction Arduino - Windows Phone, starting with an introduction to the development Arduino Due, a card generally designed for prototyping and implementation of circuits for Internet Of Thinghs and more, we departed from the requirements board hardware, installed all the needed libraries, set on Ide Arduino Due board and finished with a test project. In the next article, you will find below, was seen in that way and can by the Rest API, to communicate with the Arduino board Due and Mobile Service Microsoft Azure, creating first the Mobile Service itself, then going to save to database SQL Azure values ??in this case temperature and humidity sensor taken from DHT11, a digital sensor communication protocol one wire. I will not explain the operation of this Protocol, but we can say briefly and very general, which is as the name suggests one wire, used by many types of sensors for industrial and domestic use, by example EEPROM memories, memories Rom etc. Usually, as in our case the electrical connection of the sensor requires only three wires, the positive, the ground and the pin for read/write data bi-directionally. We then ended the article with a simple program written with the Arduino IDE so as to save all data in a table called tabsensor, as you have seen in the previous article. In this step, we will focus more on the development and Visual Studio for Windows Phone 8.1, creating a simple application that will make sure to view all the contents of the table tabsensor in a Listbox control that can create step by step reading the article found at this link.

https://social.technet.microsoft.com/wiki/contents/articles/32769.arduino-due-and-mobile-service-read-and-display-the-data-on-phone.aspx

Happy trading to all  :)