You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
You should have the following ready before beginning with any board:
19
19
-[Setup your IoT hub](https://github.com/Azure/azure-iot-sdks/blob/master/doc/setup_iothub.md)
20
20
-[Provision your device and get its credentials](https://github.com/Azure/azure-iot-sdks/blob/master/doc/manage_iot_hub.md)
21
-
-[Arduino IDE 1.6.8](https://www.arduino.cc/en/Main/Software)
21
+
-[Arduino IDE 1.6.12](https://www.arduino.cc/en/Main/Software)
22
22
- Install the `AzureIoTHub` library via the Arduino IDE Library Manager
23
23
- Install the `AzureIoTUtility` library via the Arduino IDE Library Manager
24
24
- Install the `AzureIoTProtocol_MQTT` library via the Arduino IDE Library Manager
@@ -30,7 +30,7 @@ You should have the following ready before beginning with any board:
30
30
2. Install the `WiFi101` library from the Arduino IDE Library Manager.
31
31
3. Install the `NTPClient` library from the Arduino IDE Library Manager.
32
32
4. Install the `RTCZero` library from the Arduino IDE Library Manager.
33
-
5. Update Wifi SSID/Password in simplesample_mqtt.ino
33
+
5. Update Wifi SSID/Password in simplesample_mqtt.ino
34
34
* Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
35
35
6. Update IoT Hub Connection string in simplesample_mqtt.c
36
36
@@ -40,12 +40,12 @@ You should have the following ready before beginning with any board:
40
40
1. Install esp8266 board support into your Arduino IDE.
41
41
* Start Arduino and open Preferences window.
42
42
* 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.
43
-
* Open Boards Manager from Tools > Board menu and install esp8266 platform 2.2.0 or later
43
+
* Open Boards Manager from Tools > Board menu and install esp8266 platform 2.2.0 or later
44
44
* Select your ESP8266 board from Tools > Board menu after installation
45
-
45
+
46
46
2. Open the `simplesample_mqtt` example from the Arduino IDE File->Examples->AzureIoTHub menu.
47
47
3. Update the sketch as directed by comments in the sample to support the ESP8266 board.
48
-
4. Update Wifi SSID/Password in simplesample_mqtt.ino
48
+
4. Update Wifi SSID/Password in simplesample_mqtt.ino
49
49
* Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
50
50
5. Update IoT Hub Connection string in simplesample_mqtt.c
51
51
6. Access the [SparkFun Get Started](https://azure.microsoft.com/en-us/documentation/samples/iot-hub-c-thingdev-getstartedkit/) tutorial to learn more about Microsoft Sparkfun Dev Kit.
@@ -56,14 +56,14 @@ You should have the following ready before beginning with any board:
56
56
1. Install Feather M0 board support into your Arduino IDE.
57
57
* Start Arduino and open Preferences window.
58
58
* 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.
59
-
* Open Boards Manager from Tools > Board menu and install Adafruit SAMD Boards 1.0.7 or later.
60
-
* Select your Adafruit Feather M0 from Tools > Board menu after installation
59
+
* Open Boards Manager from Tools > Board menu and install `Arduino SAMD Boards` and `Adafruit SAMD Boards` 1.0.7 or later.
60
+
* Select your `Adafruit Feather M0` from Tools > Board menu after installation
61
61
2. Install the [Adafruit WINC1500 wifi library](https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/using-the-wifi-module)
62
62
3. Install the `RTCZero` library from the Arduino IDE Library Manager.
63
63
4. Install the `NTPClient` library from the Arduino IDE Library Manager.
64
64
5. Open the `simplesample_mqtt` example from the Arduino IDE File->Examples->AzureIoTHub menu.
65
65
6. Update the sketch as directed by comments in the sample to support the ESP8266 board.
66
-
7. Update Wifi SSID/Password in simplesample_mqtt.ino
66
+
7. Update Wifi SSID/Password in simplesample_mqtt.ino
67
67
* Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
68
68
8. Update IoT Hub Connection string in simplesample_mqtt.c
69
69
9. Access the [Feather M0 WiFi Get Started](https://azure.microsoft.com/en-us/documentation/samples/iot-hub-c-m0wifi-getstartedkit/) tutorial to learn more about Microsoft Feather M0 WiFi Dev Kit.
@@ -72,5 +72,5 @@ You should have the following ready before beginning with any board:
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name=AzureIoTProtocol_MQTT
2
-
version=1.0.30
2
+
version=1.0.33
3
3
author=Microsoft
4
4
maintainer=Microsoft <iotcert@microsoft.com>
5
5
sentence=Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
0 commit comments