IoT Project: Temperature Logger Using Arduino, Lm35, Sim900 and Thingspeak
by DIY Tutorials in Circuits > Electronics
15290 Views, 25 Favorites, 0 Comments
IoT Project: Temperature Logger Using Arduino, Lm35, Sim900 and Thingspeak

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




- Arduino uno
- Gsm module
- LM35
- Jumper wires
- Account on thikspeak
- 12 volt adapter for powering gsm module
Connections


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

)
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 !!