IoT Project: Temperature Logger Using Arduino, Lm35, Sim900 and Thingspeak

by DIY Tutorials in Circuits > Electronics

15241 Views, 25 Favorites, 0 Comments

IoT Project: Temperature Logger Using Arduino, Lm35, Sim900 and Thingspeak

ck12.jpg

In this project, we will upload temperature using lm3k on thingspeak channel using arduino and gsm module.

Stuff Required:

IMG_20161001_121505.jpg
IMG_20161001_121539.jpg
IMG_20161001_121624.jpg
IMG_20161001_121703.jpg

  1. Arduino uno
  2. Gsm module
  3. LM35
  4. Jumper wires
  5. Account on thikspeak
  6. 12 volt adapter for powering gsm module

Connections

sim900.jpg
LM_35.jpg

Make connections as given in the diagram. Connect Tx of GSM module to pin number 7 of arduino board and Rx of of GSM module to pin number 8 of arduino uno and ground should be common between these two.

Output of LM35 should be connected to A0 of arduino board.

Arduino Uno GSM module LM35

Pin no. 7 Tx

Pin no. 8 Rx

Pin no. A0 Output of Lm35

Uploading the Code

thingspeak1.JPG
arduino + gsm module (temperature logger using thingspeak)

Download the code from here:

Click here to download

The code is quite simple. You need to change apn as per your service provider. Also, you need to change the api key for thingspeak channel.

That's it

Happy learning !!