uploaded 7 months ago
Board Support Package for ESP32-Azure-IoT-Kit

readme

# BSP: ESP32-Azure-IoT-Kit

[![Component Registry](https://components.espressif.com/components/espressif/esp32_azure_iot_kit/badge.svg)](https://components.espressif.com/components/espressif/esp32_azure_iot_kit)

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

## Example
Please refer to specific README.md files in in examples folder.

readme of display_sensors example

                                        
                                        # BSP: Sensors Example

This is an example usage of Azure-IoT-Kit board.

## Sensors
All sensors are sampled and results are shown on OLED display.
User can switch between pages by pressing KEY_IO0 button.

### Magnetometer calibration
At the start of the program, magnetometer calibration is performed for 10 seconds.
Turn the board in every axis during this time to achieve best magnetometer results.

## LED and buzzer
On every press of KEY_IO0 button, the buzzer beeps and AZURE LED blinks.

## uSD card
If a uSD card is successfully mounted a hello.txt file is created and WIFI LED is turned on.

                                    

readme of mqtt_example example

                                        
                                        # BSP: MQTT Example

This example collects data from sensor and publishes them to configured MQTT server.

## Configuration
In `idf.py menuconfig` -> Example configuration, please configure your WiFi SSID and password and MQTT broker URL.

## Operation
Application collects sensor data of ambient temperature, humidity, luminescence and pressure.
After successful connection to MQTT sensor, both LEDs are turned on and data are periodically published to MQTT and shown on display.

                                    

Links

Target

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/esp32_azure_iot_kit^2.0.0"

or download archive

Examples:

display_sensors

more details

To create a project from this example, run:

idf.py create-project-from-example "espressif/esp32_azure_iot_kit^2.0.0:display_sensors"

or download archive

mqtt_example

more details

To create a project from this example, run:

idf.py create-project-from-example "espressif/esp32_azure_iot_kit^2.0.0:mqtt_example"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 374 times
  • Downloaded this version
    This version: 1 time

Badge

espressif/esp32_azure_iot_kit version: 2.0.0
|