
hmanso
Portugal
Asked
— Edited
Hi, How can I use an iPhone (with iOS 6) to send commands to EZ-Robot? As used in ArDrone Parrot. My project is to send some instructions / controls a robot using the card EZ-Robot. Such as, movement servos, as on / off switches
Please can someone help me?
Thanks very much for yours attention. Beest Regards. HManso
Enable the http server control, this will allow remote access through any internet browser.
Rich thanks for your reply, this is a solution but that's not what I intend. I want to use direct commands with code (Objective-C), developed by me.
Is there anyone who can help me?
You can run any ARC script command through a telnet connection. Creating a telnet connection is trivially simple in virtually all programming languages today. Just search the forum for telnet for dozens of posts with ideas and examples. You will still need ARC running on a computer in communication with your ez-b. If you want to control the ez-b directly from iOS, there is nothing available yet, but dj has hinted at something coming, possibly when revolution is released this winter.
Alan
thetechguru thanks for your reply. Yes I know the TELNET, was what I wore 30 years ago to find information on the internet (at that time there was no browsers). But now what I want is very simple, I explain:
HManso
HTTP Server and TELNET are currently the only ways to control ARC remotely.
I'm not sure I understand what you want to do short of developing your own iOS client app and using the SDK to develop a PC server app (unless you are able to use the SDK in the iOS app).
Rich thanks for your reply.
I want develop my own app. Create my own methods (functions, scripts,) in objective-c. Convert to Objective-C, which has been developed in C + +, or C #
HManso
Sorry, I just realised this is in the SDK section. I had assumed you were using ARC. When it comes to the SDK/C# I have no idea, hopefully someone who does can help you out.
This is portable to Objective-C: http://code.google.com/p/ez-openbot/