Skip to main content

Posts

Showing posts from April, 2019

IoT With Python

In this presentation, we describe that how can be we implemented python in IoT or Internet of things. There is plenty of library and module for IoT in python which we discussed in this presentation. See the full presentation at You Tube ⬇️ And download this presentation at the given link⬇️ https://www.slideshare.net/AnkitBirla5/implement-iot-using-python

IoT Troubleshoots

Q1: Error in DHT sensor library in Arduino IDE? Ans:    If you find any error in Arduino IDE related to DHT library. Step:1  Go to  C:\Users\username\Documents\Arduino\libraries path. Step:2  Find DHT_Sensor_Library. Step: 3 Delete this library. Step: 4 Open Arduino IDE. Step: 5 Go to  Sketch ⟶ include library⟶ manage library Step: 6  Search DHT sensor library by Adafruit and download the 1.1 to 1.3 version. if the troubleshooting is not fixed till now, then Step: 7 In Arduino IDE go to  File⟶Examples⟶DHT sensor library⟶DHT tester Open this example and see how to write code for DHT sensor. I hope your troubleshoot is now fixed. After that, you have any query please ask in comments. Thank You For Showing You Interest.