FSK -> iOS app through headphone jack

Hello. I'm a software developer and wanted to get an arduino to mess around with apps communicating to external hardware. I found some great libraries for creating the modem and encoding the signal (arduino) and decoding the signal (iOS), but I havent found any great schematics for actually building something simple to actually send the signal.

My first project is to have a button send a signal to the iphone to toggle the background color or something - basically proof that I can get it to communicate properly first.

Any suggestions or guidance would be really helpful. Schematics or something would be really helpful.

Thanks!

If you have these great libraries you may want to share the links to them with us? What kind of Arduino are you planing to use? The Due has DACs onboard so you probably have another type in mind.

Here is the modem library for Arduino: Google Code Archive - Long-term storage for Google Code Project Hosting.
and here is the iOS library: Google Code Archive - Long-term storage for Google Code Project Hosting.

The project was made in 2012 so the code is a little dated (odd that so much changes in two years) and I had to rebuild the project to get it to execute. I plan on writing a cordova plugin to send data back and forth between javascript and the native code so I'll post that once I get it all put together.

Oh and I have an Uno.

You need that hardware for the library on the Arduino side: http://www.switch-science.com/catalog/364/. On this page (Google Code Archive - Long-term storage for Google Code Project Hosting.) you can also find Eagle files for it. It's quite simple so you may also be able to create it on a breadboard.