Skip to content

This is an attempt to communicate with an external device over the audio jack of an Android phone.

License

Notifications You must be signed in to change notification settings

smartphonequadrotor/Android-Audio-Jack-Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communication over the Audio Jack for Android phones

This repository consists of various ways that Android phones could communicate with external devices using the audio jack. Some of the possibilities are

  • Creating pulses to emulate digital signals. One of the output channels could be used as a clock and the other can be used to send data out. The microphone can be used to get data from the device onto the phone. This way, it may be possible to emulate the SPI protocol.
  • Using DTMF tones to send signals out from the phone and using FFT analysis on the recorded sound to receive data from the external device.

About

This is an attempt to communicate with an external device over the audio jack of an Android phone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages