Page 1 of 1

Android phone wireless control PIC

PostPosted: Tue Dec 06, 2011 6:27 pm
by stanley1925
Is there any module that allow using android phone to control or giving signal to PIC16f877a?

Re: Android phone wireless control PIC

PostPosted: Wed Dec 07, 2011 10:11 am
by kl84
You can get this IOIO board for Android. Unfortunately, I see that it's out of stock now :P

Re: Android phone wireless control PIC

PostPosted: Wed Jan 18, 2012 4:11 pm
by lockman_akim
you can use the phone bluetooth.. what you need is the bluetooth libraries.. i believe, by default when you download the android sdk, the libraries will be in the app developmet tool.. what you need to do just use the "import" command and you ready to use bluetooth function on your phone. at the hardware side you need the blutooth module.. phone bluetooth will be act as virtual serial port. so at the hardware side coding, u need to use UART..