/AzureIoTHubMQTTClientSample

AzureIoTHubMQTTClient example for ESPectro board, using Platformio

Primary LanguageC++

AzureIoTHubMQTTClientSample

AzureIoTHubMQTTClient example for ESPectro board, using Platformio or Arduino IDE.

Demo

Demo

AzureIoTHubMQTTClient

AzureIoTHubMQTTClient is a ESP8266 Arduino library I made to work with Azure IoT Hub via MQTT protocol.

How to Use

PlatformIO

Just do pio run -t upload

Arduino IDE

Rename the source code file from AzureIoTHubSample.cpp to AzureIoTHubSample.ino, then open the .ino file with Arduino IDE.

Dependencies

This project sample is making use of AzureIoTHubMQTTClient library I made that have dependencies to following libraries:

This sample also uses Adafruit-BMP085-Library if you have the sensor.

Please download all required libraries, either using pio lib for PlatformIO, or Library Manager for Arduino IDE.