Portugal
Asked — Edited

Help - How Can I Use An Iphone (With Ios 6) To Send Commands To Ez-Robot?

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


ARC Pro

Upgrade to ARC Pro

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

United Kingdom
#1  

Enable the http server control, this will allow remote access through any internet browser.

Portugal
#2  

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?

#3  

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

Portugal
#4  

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:

  • I have a human skeleton with its organs mounted, and each organ has an LED, and each bone joint has a servo, and I want to identify each organ, and joint, through an iPhone or iPad. Understood?

HManso

United Kingdom
#5  

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).

Portugal
#6  

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

United Kingdom
#7  

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.