Arduino Forum
>
Topics
>
Device Hacking
>
How to read data from a 3.5mm headphone hack?
Print
Go Down
Pages:
[1]
Topic: How to read data from a 3.5mm headphone hack?
(Read 4901 times)
previous topic
-
next topic
nathanpc
Guest
How to read data from a 3.5mm headphone hack?
Dec 17, 2012, 01:12 am
I was searching for a way to read data from a 3.5mm hack using an Arduino, but I couldn't find a well-detailed, beginner-friendly, tutorial on how to make this, at least how to wire everything and create a simple I/O code. Anyone know a good, beginner-friendly, tutorial about this topic?
PS: I don't want to use a
modem like this
, I to learn and make it not communicate only with iOS/Android devices.
CrossRoads
Global Moderator
Unlimited Eagle board sizes available.
Brattain Member
Posts: 42,462
Karma: 1802
[add]
Author of "Arduino for Teens". Available for Design & Build services. Now with Unlimited Eagle board sizes!
http://www.crossroadsfencing.com/BobuinoRev17/
Re: How to read data from a 3.5mm headphone hack?
#1
Dec 17, 2012, 04:26 am
What's connected to the other end of the 3.5mm connector?
Designing & building electrical circuits for over 25 years. Screw Shield for Mega/Due/Uno, Bobuino with ATMega1284P, & other '328P & '1284P creations & offerings at my website.
nathanpc
Guest
Re: How to read data from a 3.5mm headphone hack?
#2
Dec 17, 2012, 04:35 am
I was thinking about using my TI-84 for testing, then move to create a remote shutter release for my Canon 60D, and after that move to more awesome stuff like interacting with iOS and Android devices.
Sent from my iPad at 1:35am
AWOL
Global Moderator
Brattain Member
Posts: 48,848
Karma: 1479
[add]
I don't think you connected the grounds, Dave.
Re: How to read data from a 3.5mm headphone hack?
#3
Dec 17, 2012, 09:47 am
I only managed 2.7 million hits for "TI84 Serial Interface", but I still haven't got to the end of them.
"Pete, it's a fool looks for logic in the chambers of the human heart." Ulysses Everett McGill.
Do not send technical questions via personal messaging - they will be ignored.
I speak for myself, not Arduino.
nathanpc
Guest
Re: How to read data from a 3.5mm headphone hack?
#4
Dec 17, 2012, 02:06 pm
My question is not about how to make my TI-84 send the information, I already know that, it's about how to wire the connector to the Arduino to read the information.
AWOL
Global Moderator
Brattain Member
Posts: 48,848
Karma: 1479
[add]
I don't think you connected the grounds, Dave.
Re: How to read data from a 3.5mm headphone hack?
#5
Dec 17, 2012, 02:13 pm
Ah! "Arduino TI84" was only 1.5 million results.
"Pete, it's a fool looks for logic in the chambers of the human heart." Ulysses Everett McGill.
Do not send technical questions via personal messaging - they will be ignored.
I speak for myself, not Arduino.
WinstonP
Guest
Re: How to read data from a 3.5mm headphone hack?
#6
Dec 18, 2012, 04:29 am
Last Edit
: Dec 18, 2012, 04:37 am by WinstonP
Reason
: 1
from the description of the Audio Jack Modem for the iPhone it looks like just a regular acoustic modem from back in the day (110, 300, 1200 modems). and convertor is only translating the highs and lows of the audio coming in from the iPhone to a digital signal (5v 0v).
try this link to see if it might help....
http://www.appszoom.com/android_applications/tools/audio-serial-out_ssqt.html
the reason for the four conductor 3.5 jack is because it has a microphone line to bi-directional communication.
I found the schematic at
http://robots-everywhere.com/re_wiki/index.php?title=Serial_on_Android_using_the_audio_port
nathanpc
Guest
Re: How to read data from a 3.5mm headphone hack?
#7
Dec 18, 2012, 11:47 am
Thanks very much for the help. I'm going to look at that right now.
Print
Go Up
Pages:
[1]
Loading...