espressif/esp32_azure_iot_kit

3.0.0~2

Latest
uploaded 1 month ago
Board Support Package (BSP) for ESP32-Azure-IoT-Kit

readme

# BSP: ESP32-Azure-IoT-Kit

| [HW Reference](https://www.espressif.com/en/products/devkits/esp32-azure-kit/hardware/) | [HOW TO USE API](#api-reference) | [EXAMPLES](#compatible-bsp-examples) | [![Component Registry](https://components.espressif.com/components/espressif/esp32_azure_iot_kit/badge.svg)](https://components.espressif.com/components/espressif/esp32_azure_iot_kit) | ![maintenance-status](https://img.shields.io/badge/maintenance-as--is-yellow.svg) |
| --- | --- | --- | --- | -- |

:warning: **ESP32-Azure-IoT-Kit is deprecated. This BSP is provided as-is with no further development and compatibility maintenance**

## Overview

<table>
<tr><td>

ESP32-Azure IoT Kit has integrated an ESP32-WROVER-B module, serial port-to-USB bridge, lithium battery, charge management IC, 0.96" OLED display, MicroSD card slot, buzzer, multiple sensors, touch buttons, LEDs and other hardware resources.

**Board support package consists of:**
* uSD card interface
* I2C interface
* LEDs, button and buzzer interface
* Sensors software components: MAG3110, HTS221, BH1750, FBM320 and MPU6050
* Display software component: SSD1306

</td><td width="200">
  <img src="doc/esp32_azure_iot_kit.webp">
</td></tr>
</table>

![alt text](image.png)

## Capabilities and dependencies

<div align="center">
<!-- START_DEPENDENCIES -->

|     Available    |            Capability           |Controller/Codec|                                           Component                                          |Version|
|------------------|---------------------------------|----------------|----------------------------------------------------------------------------------------------|-------|
|:heavy_check_mark:|         :pager: DISPLAY         |     ssd1306    |                                              idf                                             |>=4.4.5|
|:heavy_check_mark:|     :black_circle: LVGL_PORT    |                |[espressif/esp_lvgl_port](https://components.espressif.com/components/espressif/esp_lvgl_port)|   ^2  |
|        :x:       |         :point_up: TOUCH        |                |                                                                                              |       |
|:heavy_check_mark:|      :radio_button: BUTTONS     |                |       [espressif/button](https://components.espressif.com/components/espressif/button)       |   ^4  |
|        :x:       |       :musical_note: AUDIO      |                |                                                                                              |       |
|        :x:       |     :speaker: AUDIO_SPEAKER     |                |                                                                                              |       |
|        :x:       |      :microphone: AUDIO_MIC     |                |                                                                                              |       |
|:heavy_check_mark:|            :bulb: LED           |                |                                              idf                                             |>=4.4.5|
|:heavy_check_mark:|       :floppy_disk: SDCARD      |                |                                              idf                                             |>=4.4.5|
|:heavy_check_mark:|         :video_game: IMU        |                |      [espressif/mpu6050](https://components.espressif.com/components/espressif/mpu6050)      | ^1.0.0|
|:heavy_check_mark:|:black_circle: SENSOR_TEMPERATURE|                |       [espressif/hts221](https://components.espressif.com/components/espressif/hts221)       | ^1.1.1|
|:heavy_check_mark:|  :black_circle: SENSOR_HUMIDITY |                |       [espressif/hts221](https://components.espressif.com/components/espressif/hts221)       | ^1.1.1|
|:heavy_check_mark:|  :black_circle: SENSOR_PRESSURE |                |       [espressif/fbm320](https://components.espressif.com/components/espressif/fbm320)       | ^1.0.0|
|:heavy_check_mark:|   :black_circle: SENSOR_LIGHT   |                |       [espressif/bh1750](https://components.espressif.com/components/espressif/bh1750)       | ^1.0.0|
|:heavy_check_mark:|    :black_circle: SENSOR_MAG    |                |      [espressif/mag3110](https://components.espressif.com/components/espressif/mag3110)      | ^1.0.0|

<!-- END_DEPENDENCIES -->
</div>

## Compatible BSP Examples

<div align="center">
<!-- START_EXAMPLES -->

| Example | Description | Try with ESP Launchpad |
| ------- | ----------- | ---------------------- |
| [Sensors Example](https://github.com/espressif/esp-bsp/tree/master/examples/display_sensors) | Display sensor data on a monochrome screen (LVGL) | [Flash Example](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-bsp/config.toml&app=display_sensors) |
| [MQTT Example](https://github.com/espressif/esp-bsp/tree/master/examples/mqtt_example) | Collect sensor data and publish to an MQTT server | - |

<!-- END_EXAMPLES -->
</div>

Links

Target

License: Apache-2.0

Tags

To add this component to your project, run:

idf.py add-dependency "espressif/esp32_azure_iot_kit^3.0.0~2"

or download archive

Stats

  • Archive size
    Archive size ~ 314.68 KB
  • Downloaded in total
    Downloaded in total 429 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/esp32_azure_iot_kit version: 3.0.0~2
|