Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 2.28 KB

README.md

File metadata and controls

40 lines (35 loc) · 2.28 KB

Temperature-Monitoring-System

Outcome:
➢ Learn how to interface the LM35 sensor with Wi-Fi based Microcontroller module
➢ Recording the temperature using this sensor.
➢ Learn how to send alerts via E-mail, SMS and Telegram Channel when the temperature value crosses a threshold.


Hardware required
• The Bolt Wi-Fi module
• Jumper Wires
• Breadboard
• Temperature Sensor: LM35 sensor



Circuit Diagram
image



Third-party Services used:
Digital Ocean Droplet
• It provides developers cloud services that help to deploy and scale applications that run simultaneously on multiple computers. DigitalOcean calls its cloud servers Droplets which accounts to the same thing as Instances by AWS(Amazon Web services).
Twilio
• It is a third-party SMS functionality provider. It is a cloud communications platform as a service (PaaS) company. Twilio allows software developers to programmatically make and receive phone calls and also send and receive text messages using its web service APIs.

Twilio_Alert_Output
image

Mailgun
• It is an Email automation service. It has a very powerful set of inbuilt functions for sending emails. Developers can process their email with the help of Mailgun API
Mailgun_Alert_Output

image

Telegram

• Telegram is a messaging app similar to Whatsapp. You can send and receive messages along with files also. It is FREE to use. You can access the platform via your Android/iOS/Windows phone and also your PC or Mac.

Telegram_Alert_Output
image