Getting Started with Bolt: Temperature Monitoring System

If you just got a Bolt IoT Platform starter kit then this project will help you build your own temperature monitoring system using Bolt.

BeginnerFull instructions provided1 hour2,262
Getting Started with Bolt: Temperature Monitoring System

Things used in this project

Hardware components

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

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud

Story

Read more

Schematics

Schematics

Code

Code for displaying graph

JavaScript
You can paste this code in the Code Section on the Product page. Don't forget to save it.
setChartLibrary('google-chart');
setChartTitle('Bolt Temperature Monitor');
setChartType('lineGraph');
mul(0.0977);
setAxisName('time_stamp','temperature');
plotChart('time_stamp','temperature');

Credits

Pranav Pai Vernekar

Pranav Pai Vernekar

10 projects • 146 followers
Co-Founder & CEO of Bolt IoT Platform. We have recently launched on Kickstarter.
Devashish Gupta

Devashish Gupta

10 projects • 72 followers
Electronics student at NIT, Rourkela
Shoeb Ahmed

Shoeb Ahmed

6 projects • 19 followers
VKSingh

VKSingh

7 projects • 93 followers
Senior Software Developer

Comments