Line 7: Line 7:
  
 
=Reference Libraries=
 
=Reference Libraries=
We will be using the [https://github.com/adafruit/MAX6675-library AdaFruit Max6675 Library] to measure the temperature and [https://github.com/openenergymonitor/EmonLib Open Energy Monitor's Library] to measure the temperature. Download/Install these libraries.
+
We will be using the [https://github.com/adafruit/MAX6675-library AdaFruit Max6675 Library] to measure the temperature and [https://github.com/openenergymonitor/EmonLib Open Energy Monitor's Library] to measure the current. Download/Install these libraries.
 
   
 
   
 
=Schematic=
 
=Schematic=
Line 21: Line 21:
  
 
=Download=
 
=Download=
 +
Download the AWS IOT library and examples for [https://github.com/ExploreEmbedded/Hornbill-Examples/tree/master/arduino-esp32 this link.]

Revision as of 18:21, 14 April 2017

In this tutorial we will see how to build a simple IOT Industrial Data logger to log the temperature and Current. We will be using the Max6675 for measuring the temperature and Non-invasive yhdc sct-013-000 AC current sensor to measure electric energy consumed. The measure temperature and Current along with Power is logged to server using Hornbill AWS IOT library.

Please check the earlier tutorials for enabling AWS IOT services to your user account and Hornbill AWS IOT library usage guide.


Reference Libraries

We will be using the AdaFruit Max6675 Library to measure the temperature and Open Energy Monitor's Library to measure the current. Download/Install these libraries.

Schematic

Connection

Code

Temperature and current will be continuously monitored and logged to amazon server every 5sec.

Download

Download the AWS IOT library and examples for this link.