https://github.com/debsahu/esp-mqtt-aws-iot-core
Arduino examples of connecting ESP8266/ESP32 to AWS IOT Core
https://github.com/debsahu/esp-mqtt-aws-iot-core
Last synced: 3 months ago
JSON representation
Arduino examples of connecting ESP8266/ESP32 to AWS IOT Core
- Host: GitHub
- URL: https://github.com/debsahu/esp-mqtt-aws-iot-core
- Owner: debsahu
- License: mit
- Created: 2019-01-17T21:29:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T15:32:04.000Z (over 5 years ago)
- Last Synced: 2025-04-12T01:18:08.141Z (3 months ago)
- Language: C++
- Size: 1.3 MB
- Stars: 116
- Watchers: 13
- Forks: 50
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP-MQTT-AWS-IoT-Core
Arduino examples of connecting ESP8266/ESP32 to AWS IOT Core[](https://travis-ci.com/debsahu/ESP-MQTT-AWS-IoT-Core) [](https://opensource.org/licenses/MIT) [](https://github.com/debsahu/ESP-MQTT-AWS-IoT-Core/commits/master)
----------------
## Youtube
[](https://www.youtube.com/watch?v=OzNlSk7VU68)## AWS Instructions
[Follow instructions](https://github.com/debsahu/ESP-MQTT-AWS-IoT-Core/tree/master/doc/README.md)
## 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](https://github.com/debsahu/ESP-MQTT-AWS-IoT-Core/blob/master/platformio.ini) is included, use [PlatformIO](https://platformio.org/platformio-ide) 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 |