Skip to content

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

Notifications You must be signed in to change notification settings

toygame/aws-iot-device-provisioning-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published