Hackster is hosting Hackster Holidays, Ep. 6: Livestream & Giveaway Drawing. Watch previous episodes or stream live on Monday!Stream Hackster Holidays, Ep. 6 on Monday!
Pranav Mane
Published © GPL3+

Temperature Monitoring System for Pharmaceutical Industries

Temperature monitoring, Pharmaceutical industries, IOT, Cloud communication, Cloud server, LM35 temperature sensor.

BeginnerFull instructions provided2 days464
Temperature Monitoring System for Pharmaceutical Industries

Things used in this project

Hardware components

Temperature Sensor
Temperature Sensor
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1

Software apps and online services

SMS Messaging API
Twilio SMS Messaging API
DigitalOcean
Build web apps faster with industry leading price-performance and predictable costs on DigitalOcean - the simplest cloud platform for developers and teams.
PuTTY
PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers.

Story

Read more

Schematics

Connections of LM35 with Bolt WiFi module

 VCC pin of the LM35 connects to 5v of the Bolt Wi-Fi module.
 Output pin of the LM35 connects to A0 (Analog input pin) of the Bolt Wi-Fi module.
 GND pin of the LM35 connects to the GND.

Code

Data Analytics for Temperature intensity Monitor

JavaScript
The temperature of pharmaceutical storage system will be monitored continuously. The data analytics is used in Bolt cloud to plot the graph for the temperature readings. The Line graph is plotted for temperature reading
// tempt = variable from analog output;
setChartLibrary('google-chart');
setChartTitle('Temperature Intensity Monitor');
setChartType('lineGraph');
//setAxisName('time','temperature Intensity');
setCrosshair(true);
setAxisName('time','temperature Intensity');
plotChart('time_stamp','tempt'/10.24);
//or if it shows error then use below line just it will give direct voltage values
//plotChart('time_stamp','tempt');

Credits

Pranav Mane

Pranav Mane

1 project • 0 followers

Comments