- This topic has 1 reply, 2 voices, and was last updated 11 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › interfacing pic with Android
I am doing a project on sign language translator. I am using pic 16f877a for this project … i have obtained the output for 0 to 9 and a few alphabets. Now i need to get the same dispaly on my lcd screen to my android phone please tell me how to interface pic with android.
Pls tell me fast guys the dead line is near.
Thank you
If you are able to connect through serial port your PIC 16F877, and your android device, you can make a code in C for your android that reads the serial port and generates a website.
Maybe the serial port will be virtual, through USB.
Read more in my next article:
http://www.engineersgarage.com/contribution/microcontroller-interface-with-website
It’s for Windows but you can compile the C code for android.
I hope it helps you