Programmers needed! For 'The iPhone robot' platform!

Hi everyone,

i’m looking for programmers (c++, python, iphone sdk and basic)

i want to make a opensource robot control and sensorsystem platform, wich will be running on the iphone as an application. It will make use of minicom to provide a serial i/o through a dock connector cable. And the .bas or .asm file can be used with ‘nbasic’ basic library for iphone. It will be able to controll a servocontroller like the ssc-32.

Any ideas or tips are welcome! Any help is even better!

Mail me at : [email protected] or post your ideas below!

Hi Mano

This is the project I am working on for the iPhone viewtopic.php?f=8&t=5728

I would check how easy it is to use the serial I/O on the dock connector.
When I was researching for my app these were the availability/usablity of the comms.

Wifi - open, easy to use
Bluetooth - Unavailable for data transfer without pwning and installing a custom bluetooth stack.
Serial - Requires a handshake from the connecting device, which requires the device be part of the ‘Made for Ipod’ scheme

Rob.

There is allready a hack through cydia for the connector recognition.
For now i have the serial port working and basic is running. I also want to use the accelerometer tobalance the bot. So do you think you can help me out?