From f6a866c5d9639a44fa3fa3024c62e43bde88bf64 Mon Sep 17 00:00:00 2001 From: Andri Date: Wed, 22 Mar 2017 02:29:53 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22717cb..491c581 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Upload the sketch to your ESP8266 board. I'll recommend to use the ESP8266-based And after that, (hopefully) you're good to go. Hey, would be great if you can connect a temperature sensor as the sketch is about reading temperature data and publish it to Azure IoT Hub. I use BMP180 and [Adafruit's BMP085/BMP180 library](https://github.com/adafruit/Adafruit-BMP085-Library). You can change `#define USE_BMP180` from `1` to `0` if you don't have the sensor and let the random on your side. +Or... get the sample project from [here](https://github.com/andriyadi/AzureIoTHubMQTTClientSample) + Enjoy!