Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyadi committed Feb 12, 2018
1 parent 32862d1 commit 6dee1b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ CMakeListsPrivate.txt
/src/MqttAzureIotHub.cpp
/src/MqttAzureIotHub.cpp.backup
.idea/
.vscode
.vscode/c_cpp_properties.json
.vscode/launch.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ 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)
Or... get a PlatformIO-based sample project from [here](https://github.com/andriyadi/AzureIoTHubMQTTClientSample)

Enjoy!


#Credits
## Credits

* [PubSubClient](https://github.com/Imroy/pubsubclient)
* [NTPClient](https://github.com/gmag11/NtpClient)
Expand Down

0 comments on commit 6dee1b1

Please sign in to comment.