Arduino Temperature Measurement, IoT (Internet Of Things)
I wanted to test to connect the Arduino to the internet via an ethernet shield.
I also wanted to connect it to Google Docs (Spreadsheet), in order to create a spreadsheet and later a graph.
This needs to be done through Temboo.com
In this early stage I have ordered a DHT11-sensor that can read temperature and humidity and while I wait
for it to arrive I record the input from an analog input source instead.
Download link for temperature library: DHT11 library
(unzip and copy to the library dir in Arduino dev tool)
You need to have an account at Google.com and Temboo.com
Here is a link to my temperature measurement spreadsheet on Google docs: dht11.
The source files I created for Ardiono are here: NetworkTemp_IoT.zip )
You will need to edit the file: TembooAccount.h and insert your credentials.
Figure 1: Picture of Arduino Uno with ethernet shield