iPhone and the Propeller?
MJHanagan
Posts: 189
Has anyone been successful in getting an iPhone (3S or above) to communicate with a Propeller chip? My guess is that there should be some way to utilize the iPhone's bluetooth capability, or perhaps even its WiFi capability (utilizing a wireless LAN). Not sure how to even start down this path if it is possible. My goal is to just be able to check on the status of a Propeller that is operating some outdoor lighting, then ultimately be able to turn things on and off. I would assume I would need to write my own iPhone "app" to do this but that I am willing to learn how to do.
Anyone else out there tried such a thing?
Anyone else out there tried such a thing?
Comments
http://www.makershed.com/SearchResults.asp?Search=redpark
If you can communicate with the Arduino you should be able to communicate with the Propeller
'
http://www.rovingnetworks.com/files/resources/WiFly-RN-174-DS.pdf
'
Its a WiFi to serial device with the full WPA2-PSK encyption...
'
I'm looking to do the same thing with a smart phone...
1. Use a Redpark iPhone serial cable to connect to the Propeller. You will need to be able to write apps for the iPhone. This solution though isn't one that can be shared with the masses as you have to be an iOS developer and some of the skills are deeper than a general community may have. I have all the tools ready to do this, just lack time.
2. Have the Propeller be a web server (Spinneret). Then use any internet enabled device to browse to the Propeller's web page. You can make the GUI as fancy or basic as you want because it is all web programming/HTML/Java, etc. This solution is fairly straight forward, though you will need basics in several areas. There are fragments of examples around the forums. I know I have used this method for projects (though I don't think I've posted any of these projects here).
3. Last I checked, and it was several months ago, bluetooth wasn't an option because the right programming guts weren't exposed on the iPhone, though it may work for Android devices.
Good luck and I look forward to you sharing your project with the community.
Because of the App development hurdles with the iPhone, i've been thinking of trying HTML5 with either the Spinneret or an intermediate PC serving web pages incorporating real world data from Propellers.