Saturday, October 17, 2015

OSMC (XBMC) Remote using JAVA

hi guys its been a long time since my last post. But here comes a post you would really like. It's something i have been looking for a while now.

Monday, May 25, 2015

Custom Character Generator for 16x2 LCD



This is custom character generator developed using JAVA which can come handy while working with 16x2 LCD. The EditText box shows the array with dataof 8 rows in decimal. Below i have attached the source

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.