0

How many more buttons can one add through the audiojack of android phone ? I know about the cicuit of play/pause , skip Forward and skip Backward Button ...But can we add more Buttons by the combination of the above circuits .

1 Answers1

1

There is an android specification for the configuration of headset buttons. The functions are interpreted by a voltage detected on the microphone ADC. Full details for necessary hardware values and configuration are in the linked article.

The 3 buttons that are available on all devices are:

  1. Play/pause/hook (Short Press), Trigger Assist (Long Press), Next (Double Press)
  2. Volume +
  3. Volume -

There is a 4th button option specification, but it appears to be "Reserved (Nexus devices use this to launch voice commands)."

While the technical potential is near infinite if you are capable of doing hardware and software modifications, the practical easy answer is 3 or 4.

Phil C
  • 1,097
  • 1
  • 6
  • 17