2

You all know smartphone headsets. Most of them have a microphone integrated and additional pushbuttons for increasing/decreasing the volume or to pause the current track. I am wondering how this is working. The plug has 4 pins. I assume one pin is GND, two are for left and right audio and the fourth is for the microphone. So how are the pushbuttons connected then? There are three pins missing.

Maybe the microphone pin is used as bidrectional pin? If it is so there must be a protocol which declares which button was pressed (like UART). Also I don't know where the power suppy should come from. All the headset gets is an analog audio signal from the master device.

Connector:

Connector

Pushbuttons:

enter image description here

arminb
  • 1,622
  • 4
  • 21
  • 34

1 Answers1

6

An image is a thousand words so here is an image that visualizes the connection scheme of three buttons

enter image description here

alexan_e
  • 11,070
  • 1
  • 28
  • 62
  • This really answers it! I would like to keep this question open because your answer is short and helpful. – arminb Jan 12 '14 at 01:32
  • @arminb Sure, why not. Maybe somone can provide more details on the internals but on the plug side it's as simple as shorting the mic pins directly or through resistances of different values. – alexan_e Jan 12 '14 at 01:52