Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 6a6fb53

Browse files
committed
Update README.md
Arduino first :)
1 parent 2f2a227 commit 6a6fb53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# AzureIoT - Azure IoT Hub library for Arduino
1+
# AzureIoTHub - Azure IoT Hub library for Arduino
22

33
This library is a port of the [Microsoft Azure IoT device SDK for C](https://github.com/Azure/azure-iot-sdks/blob/master/c/readme.md) to Arduino. It allows you to use several Arduino compatible boards with Azure IoT Hub.
44

55
Currently supported hardware:
66
- Atmel SAMD Based boards
77
- Arduino/Genuino [MKR1000](https://www.arduino.cc/en/Main/ArduinoMKR1000)
8-
- Adafruit [Feather M0](https://www.adafruit.com/products/3010)
98
- Arduino/Genuino [Zero](https://www.arduino.cc/en/Main/ArduinoBoardZero) and [WiFi Shield 101](https://www.arduino.cc/en/Main/ArduinoWiFiShield101)
9+
- Adafruit [Feather M0](https://www.adafruit.com/products/3010)
1010
- ESP8266 based boards with [esp8266/arduino](https://github.com/esp8266/arduino)
1111
- SparkFun [Thing](https://www.sparkfun.com/products/13711)
1212
- Adafruit [Feather Huzzah](https://www.adafruit.com/products/2821)
@@ -21,6 +21,12 @@ You should have the following ready before beginning with any board:
2121
- [Arduino IDE 1.6.8](https://www.arduino.cc/en/Main/Software)
2222
- Install the `AzureIoTHub` library via the Arduino IDE Library Manager
2323

24+
## MKR1000 or Zero + Wifi101
25+
1. Open the AzureIoTHub SAMD sample from the Arduino IDE File->Examples menu.
26+
2. Update Wifi SSID/Password in simplesample_http.ino
27+
* Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
28+
3. Update IoT Hub Connection string in simplesample_http.c
29+
2430
## ESP8266
2531
##### Sparkfun Thing, Adafruit Feather Huzzah, or generic ESP8266 board
2632

@@ -49,12 +55,6 @@ You should have the following ready before beginning with any board:
4955
* Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
5056
4. Update IoT Hub Connection string in simplesample_http.c
5157

52-
## MKR1000 or Zero + Wifi101
53-
1. Open the AzureIoTHub SAMD sample from the Arduino IDE File->Examples menu.
54-
2. Update Wifi SSID/Password in simplesample_http.ino
55-
* Ensure you are using a wifi network that does not require additional manual steps after connection, such as opening a web browser.
56-
3. Update IoT Hub Connection string in simplesample_http.c
57-
5858
## License
5959

6060
See [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)