Line 3: Line 3:
 
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.
 
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 setting up [[Secure_IOT_with_AWS_and_Hornbill_ESP32|AWS IOT]] for your user account and [[AWS_IOT_with_Arduino_ESP32|Hornbill AWS IOT]] library usage guide.
+
Please check the earlier tutorials for enabling [[Secure_IOT_with_AWS_and_Hornbill_ESP32|AWS IOT services]] to your user account and [[AWS_IOT_with_Arduino_ESP32|Hornbill AWS IOT]] library usage guide.
  
  

Revision as of 18:13, 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.


Schematic

Connection

Code

Download