I am thinking to make an mobile app in Android and iPhone which will work as remote for RC car or RC plane. SO i need help for that. I don’t have any thing in my mind that how to start it. Please Help me to make this application. If there are any articles or tutorials on this topic then kindly suggest me.
( Any suggestion Commonware ) ?
I am thinking to make an mobile app in Android and iPhone which will
Share
You will need to dig in : http://www.arduino.cc/ which is an open source platform for micro-controllers. It will let you build a small board that have access to LAN.
then you will build an android / ios application that will send
socketsover anIPandPortto your micro-controller. My friend did it 🙂