(Created page with "category:ESP32 Arduino In the last tutorial we saw how to use the Arduino ESP32 AWS IOT library to configure an AWS client to subscribe/publish to a topic/thing. At the en...")
 
Line 9: Line 9:
  
 
We have a specific protocol/json format defined for this:
 
We have a specific protocol/json format defined for this:
 +
Json format for sending the data from Control Unit to ESP32
 +
<html>
 +
<script src="https://gist.github.com/SaheblalBagwan/586e9192b6401fc7b2aec1a7a8968fc5.js"></script>
 +
</html>

Revision as of 18:14, 13 April 2017

In the last tutorial we saw how to use the Arduino ESP32 AWS IOT library to configure an AWS client to subscribe/publish to a topic/thing. At the end of the tutorial we logged the temperature and humidity using DTH11 sensor.

In this tutorial we will see how to control the ESP32 pins using the AWS IOT. For this we will be using the Hornbill_IO library. Hornbill_IO currently supports the below four operation which will be extended in the near future.

  1. digitalRead
  2. digitalWrite
  3. analogRead
  4. analogWrite

We have a specific protocol/json format defined for this: Json format for sending the data from Control Unit to ESP32