Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

noopkat/azure-iothub-pubsub-esp8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

azure-iothub-pubsub-esp8266

Using the Arduino PubSub library with Azure IoT Hub on an ESP8266.

This sample demonstrates:

  • how to subscribe to a devicebound topic endpoint in Azure IoT Hub
  • how to publish to a cloudbound topic endpoint in Azure IoT Hub

Instructions

Ensure you have installed the necessary board dependencies for the ESP8266:

  1. Open the Arduino IDE preferences
  2. Add the following ESP8266 board configuration URL to the Additional Board Manager URLs field: http://arduino.esp8266.com/stable/package_esp8266com_index.json
  3. Open the Boards Manager in the Arduino IDE, search for 'ESP8266', and click install on the appropriate result.

Libraries needed (install via the Arduino IDE Library Manager):

  1. ESP8266WiFi
  2. PubSubClient
  3. ArduinoJson

Important: Before starting, follow the steps below to increase the message size allowed within the PubSubClientLibrary. This is necessary as the IoT Hub SAS token length exceeds the default allowable message size.

  1. Open the file PubSubClient.h for editing, located where you installed the PubSubClient library
  2. Change the value of MQTT_MAX_PACKET_SIZE variable from 128 to 256
  3. Save and close the file

You may now add your own Wifi and Azure Iot Hub credentials to this sketch before compiling + uploading.


Find a bug? Report it as an issue, or even better - send me a pull request!

About

Using Arduino PubSub library with Azure IoT Hub on an ESP8266

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%

AltStyle によって変換されたページ (->オリジナル) /