Smart Phone Serial Terminal
g3cwi
Posts: 262
I was wondering if it might be possible (or even easy?) to use a smart phone as a serial terminal to change parameters on a Prop system. I have an old iPhone (3G). Anyone done this?
Regards
Richard
Regards
Richard
Comments
but I have no clue how to do it on iPhone
I did see an iphone talking to an arduino via wifi.
so I bet getting a prop to talk to an iPhone can be done, the question is how directly can you do it.
Then you can build a cable by hacking an old one like this - http://namedfork.net/iphone/serial
Of course none of this would run the Prop IDE, but could allow you to do some debugging etc. I haven't tried any of this, but I did just get a wired LAN adapter for my iDevices and it works excellent. I guess serial is next, then maybe I can stop lugging around a laptop.
You can telnet as if it was an usb cable. I tested it with win, linux and android.
You can have adhoc or infrastructure, so if your propeller accepts parameters from a serial terminal you can do it from anywhere.
I just tested them and they are very nice. The manual is good.
If you use the X-bee footprint remember to get the adapter (2mm pitch..), and maybe the usb adapter for easier programming.
I'm writing a short description of the key parameters, if I'll ever finish I'll post it on the wireless forum.
Massimo
The GO stuff allows the linux command line to operate as the propforth command line, this might be what you want.
There is also the Android Prop Bridge from MK Borri, see the NASA videos. I haven't done that yet but its on the list.