Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.23 KB

File metadata and controls

51 lines (34 loc) · 1.23 KB

Welcome to AWS IoT Device Provisioning with ESP32 👋

AWS IoT device provisioning with Fleet provisioning templates, The hardware is ESP32 that built-in a WiFi and Bluetooth module.

Prerequisites

Configuration

// include/config.h
-------------------
// Edit WiFi SSID and Password.
#define WIFI_SSID "xxxxxxx"
#define WIFI_PASSWORD "xxxxxxxx"
// Change a AWS_IOT_ENDPOINT follow you organize.
#define AWS_IOT_ENDPOINT "xxxxxxx.iot.ap-southeast-1.amazonaws.com"

// certs directory
------------------
// ca.pem => `RootCA` from AWS.
// cert.pem => `Device certification` from claim certificate.
// private.pem => `Private key` from claim certificate.

Usage

make

You can use PlatformIO GUI in Visual Studio Code also. First step you should run Build Filesystem Image then Upload Filesystem Image and the finally Upload and Monitor your device.

Author

👤 Thanapon Tapala

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator