Arduino examples of connecting ESP8266/ESP32 to AWS IOT Core
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
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 |