Thursday, February 26, 2015

DHT11 Sensor Interfacing with Raspberry Pi


  Believe me guys i struggled a lot to Interface DHT11 sensor with the Raspberry Pi for my smart home. As i have already opted Pi4J for JAVA programming it was hard to interface with Pi as Pi4J doesn't support one wire protocol. I did lot of research but nothing worked out. Finally i gave a try to python and it worked perfectly. But  as my complete firmware is using JAVA. I opted a way that i will interface it using python but will be executed from JAVA.