kaans / esp32-components-azure-iot

ESP32 components for developing an Azure IoT device with OTA and NVS support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP components (including Azure IoT)

Overview

This repository contains several components for the ESP-IDF framework. These components aim to ease getting started with ESP and Azure IoT, but also include several components that can be used individually without Azure IoT.

The following components are included:

Name Description Depends on

azure_iot

Azure IoT Device client supporting several authentication and communication methods

device_config

device_config

General device configuration for device individual settings

-

ota_update_https

OTA updater to load firmware updates via https

-

example_gpio

Connect a button and LED for basic interaction with a user

-

About

ESP32 components for developing an Azure IoT device with OTA and NVS support

License:GNU General Public License v3.0


Languages

Language:C 92.2%Language:CMake 4.7%Language:C++ 3.1%