/esp8266awsiot

Learning to connect ESP8266 with AWS IoT using Arduino Sketch

Connecting ESP8266 with AWS IoT

Learning to connect ESP8266 with AWS IoT using Arduino Sketch

Pre-requisites

  • ESP8266 NodeMCU 1.0 Lua V3
  • Arduino IDE with ESP8266 board manager v2.5

Steps to achieve successful AWS IoT connection using ESP8266

Next steps

  • Create a new topic, push messages to that topic using web MQTTclient, read the messages sent to that topic in device and do some actions like turning device built-in LED ON / OFF
  • Create AWS IoT rules to trigger AWS Lambda functions based on certain message values
  • Create AWS IoT rules to make use of Twilio notifications / AWS SNS