Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.78 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.78 KB

ESP-MQTT-AWS-IoT-Core

Arduino examples of connecting ESP8266/ESP32 to AWS IOT Core

Build Status License: MIT LastCommit


Youtube

ESP-MQTT-AWS-IoT-Core

AWS Instructions

Follow instructions

Software requirements

ESP8266

  • Use ESP8266 Arduino Core version 2.5.0-beta2 or greater
  • Will NOT work on ESP8266 Arduino Core v2.4.2 !!!

ESP32

  • Use the latest release version

Libraries Needed

platformio.ini is included, use PlatformIO and it will take care of installing the following libraries.

Library Link Purpose
Arduino MQTT https://github.com/256dpi/arduino-mqtt communication (choose 1)
PubSubClient https://github.com/knolleary/pubsubclient communication (choose 1)
ArduinoJSON https://github.com/bblanchon/ArduinoJson example-data-formatting