Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T15:32:04.000Z (about 5 years ago)
- Last Synced: 2024-05-02T00:12:55.340Z (8 months ago)
- Language: C++
- Size: 1.3 MB
- Stars: 117
- Watchers: 14
- 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[![Build Status](https://travis-ci.com/debsahu/ESP-MQTT-AWS-IoT-Core.svg?branch=master)](https://travis-ci.com/debsahu/ESP-MQTT-AWS-IoT-Core) [![License: MIT](https://img.shields.io/github/license/debsahu/ESP-MQTT-AWS-IoT-Core.svg)](https://opensource.org/licenses/MIT) [![LastCommit](https://img.shields.io/github/last-commit/debsahu/ESP-MQTT-AWS-IoT-Core.svg?style=social)](https://github.com/debsahu/ESP-MQTT-AWS-IoT-Core/commits/master)
----------------
## Youtube
[![ESP-MQTT-AWS-IoT-Core](https://img.youtube.com/vi/OzNlSk7VU68/0.jpg)](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 |