Skip to content

radiocom/azure-iot-arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

AzureIoTHub - Azure IoT Hub library for Arduino

This library is a port of the Microsoft Azure IoT device SDK for C to Arduino. It allows you to use several Arduino compatible boards with Azure IoT Hub. Please submit any contribution directly to azure-iot-sdks.

Currently supported hardware:

Prerequisites

You should have the following ready before beginning with any board:

Simple Sample Instructions

MKR1000 or Zero + Wifi101

  1. Open the simplesample_http example from the Arduino IDE File->Examples->AzureIoTHub menu.
  2. Install the WiFi101 library from the Arduino IDE Library Manager.
  3. Install the NTPClient library from the Arduino IDE Library Manager.
  4. Install the RTCZero library from the Arduino IDE Library Manager.
  5. Update Wifi SSID/Password in simplesample_http.ino
    • Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
  6. Update IoT Hub Connection string in simplesample_http.c

ESP8266

Sparkfun Thing, Adafruit Feather Huzzah, or generic ESP8266 board
  1. Install esp8266 board support into your Arduino IDE.

    • Start Arduino and open Preferences window.
    • Enter http://arduino.esp8266.com/stable/package_esp8266com_index.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
    • Open Boards Manager from Tools > Board menu and install esp8266 platform 2.2.0 or later
    • Select your ESP8266 board from Tools > Board menu after installation
  2. Open the simplesample_http example from the Arduino IDE File->Examples->AzureIoTHub menu.

  3. Update the sketch as directed by comments in the sample to support the ESP8266 board.

  4. Update Wifi SSID/Password in simplesample_http.ino

    • Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
  5. Update IoT Hub Connection string in simplesample_http.c

  6. Access the SparkFun Get Started tutorial to learn more about Microsoft Sparkfun Dev Kit.

  7. Access the Huzzah Get Started tutorial to learn more about Microsoft Huzzah Dev Kit.

Adafruit Feather M0

  1. Install Feather M0 board support into your Arduino IDE.
    • Start Arduino and open Preferences window.
    • Enter https://adafruit.github.io/arduino-board-index/package_adafruit_index.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
    • Open Boards Manager from Tools > Board menu and install Adafruit SAMD Boards 1.0.7 or later.
    • Select your Adafruit Feather M0 from Tools > Board menu after installation
  2. Install the Adafruit WINC1500 wifi library
  3. Install the RTCZero library from the Arduino IDE Library Manager.
  4. Install the NTPClient library from the Arduino IDE Library Manager.
  5. Open the simplesample_http example from the Arduino IDE File->Examples->AzureIoTHub menu.
  6. Update the sketch as directed by comments in the sample to support the ESP8266 board.
  7. Update Wifi SSID/Password in simplesample_http.ino
    • Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
  8. Update IoT Hub Connection string in simplesample_http.c
  9. Access the Feather M0 WiFi Get Started tutorial to learn more about Microsoft Feather M0 WiFi Dev Kit.

License

See LICENSE file.

About

Azure IoT library for the Arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • C++ 3.0%