Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
Shashank Patil
Published © GPL3+

What is my room's temperature ?

Temperature Monitoring System & google voice assistance. Get real time room temperature using bolt & google assistance.

BeginnerProtip2 hours241
What is my room's temperature ?

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Temperature Sensor
Temperature Sensor
LM35 IC
×1
Jumper wires (generic)
Jumper wires (generic)
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud
Maker service
IFTTT Maker service
Integromat
SMS Messaging API
Twilio SMS Messaging API

Story

Read more

Schematics

Circuit Diagram

Code

Code for plotting graph

JavaScript
paste this code in the Code Section on the Product page
setChartLibrary('google-chart');
setChartTitle('Temperature Monitoring System');
setChartType('lineGraph');
setAxisName('Time','Temperature');
setAnimation(true);
setCrosshair(true);
mul(0.0977);
plotChart('time_stamp','temp');

Credits

Shashank Patil
1 project • 0 followers
Contact

Comments

Please log in or sign up to comment.