Volume control in mobile phones

Click For Summary

Discussion Overview

The discussion revolves around the mechanisms of volume control in mobile phones, exploring various methods and technologies involved in adjusting sound output. Participants delve into both analog and digital approaches, discussing circuit components and their functions within the context of mobile audio systems.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant inquires about the underlying processes in mobile phones that allow for volume adjustment, specifically what occurs on the circuit board.
  • Another participant suggests that volume control typically involves changing resistance in the circuit, either through physical components or digitally via integrated circuits.
  • Some participants express skepticism about the use of resistance, proposing that modern devices likely utilize switch-mode amplifiers for efficiency.
  • It is mentioned that some mobile phone models employ variable current oscillators, while others still utilize potentiometers for volume control.
  • A participant describes how potentiometers function, noting that they can be configured in series or parallel with speakers to adjust volume based on resistance.
  • There is a discussion about digital circuits and how they manage volume levels through binary representations of resistance using switches and resistors.
  • One participant raises a project idea involving the use of electrical signals to control volume without manual switches, prompting further exploration of electronic alternatives to traditional methods.
  • Another participant confirms that digital circuits can indeed replace manual switches for volume control, suggesting the use of motors or electronic components to achieve this.
  • Lastly, a participant mentions that most modern cellphone audio amplifiers are class-D amplifiers, indicating a trend in mobile audio technology.

Areas of Agreement / Disagreement

Participants express a range of views on the methods of volume control, with no clear consensus on the most efficient or commonly used technology. Disagreements arise regarding the role of resistance versus digital control methods, and the discussion remains open-ended regarding the specifics of different implementations.

Contextual Notes

Some statements include assumptions about the efficiency and application of various technologies, and there are unresolved details about the specific designs used by different manufacturers. The discussion also highlights the proprietary nature of certain circuit designs, limiting the ability to generalize findings.

Who May Find This Useful

This discussion may be of interest to electronics enthusiasts, students working on audio projects, and individuals curious about the technical aspects of mobile phone design and functionality.

Ansuman
Messages
24
Reaction score
0
I have used many mobile phones and controlled volume on them but I have never been able to figure out how the volume increases or decreases, i.e, what actually happens in a circuit board or other parts present in the phones when we are controlling the volume which ultimately leads to speakers giving out low or high sounds ??
 
Engineering news on Phys.org
Welcome to PF;
There are a lot of ways to control volume - even in mobile phones - it usually involves physically changing the value of a resistance in the physical circuit.

The easiest way to do this digitally is to change the path that the current takes through a whole lot of very small resisters in an integrated circuit.
 
Actually I do not thnkink they are using resistance - too inefficient. I am pretty sure it using all switchmode amplifiers - and it is all controlled digitally.
 
In cell phones some models use variable current oscillators.
Some however in volume still use potentiometers.
 
Mordred said:
In cell phones some models use variable current oscillators.
Some however in volume still use potentiometers.
If I am not wrong the potentiometers use variable resistors to change the electrical current going to a speaker, when the resistivity is more the volume is less, i may tend to be wrong, i have just passed 9th and am working on a project to adjust volume in the earphones...
 
Simon Bridge said:
Welcome to PF;
There are a lot of ways to control volume - even in mobile phones - it usually involves physically changing the value of a resistance in the physical circuit.

The easiest way to do this digitally is to change the path that the current takes through a whole lot of very small resisters in an integrated circuit.

that is how a potentiometer works, right ? i am not sure though
 
Ansuman said:
If I am not wrong the potentiometers use variable resistors to change the electrical current going to a speaker, when the resistivity is more the volume is less, i may tend to be wrong, i have just passed 9th and am working on a project to adjust volume in the earphones...
If the speaker is in series with the potentiometer (pot) then that is so, but you can also put the pot in a voltage divider with the speaker in parallel.

Note: "resistivity" is a material property, it is possible for two resistors to have the same resistance and different resistivities (they will have different dimensions).

Ansuman said:
that is how a potentiometer works, right ? i am not sure though
A pot is usually a continuous band of constant resistivity with a contact point. The distance between the sliding contact and one end of the band determines the resistance.

Digital circuits don't do continuous stuff ... the volume has to correspond to a digital number.

You could imagine a series of resistors R connected by switches so that position 0 connects to the next resistor and position 1 connects to the speakers input rail. The other end of the speaker is grounded.

Lets say there are 4 resistors, then the state of the switches is represented by a 4-bit binary number.
0000 means Rtot=0
0001 means Rtot=R
but so does 0011, 0111, and 1111 (draw the circuit to see why)

0010 means Rtot=2R
0100 means Rtot=3R
1000 means Rtot=4R
... if you want more than 4 volume levels, then use more switches and resistors.

This is far too simple - there are lots of other ways of doing it and actual circuits will be more complicated as well as different between different devices. I'm intending it as an easy-to-understand example of the kind of thinking you need rather than an example of what actually happens in real life.

Be aware that the details of how a particular manufacturer's circuit works may be proprietary information - we can only talk, in general, about what sort of thing gets done.
 
Simon Bridge said:
If the speaker is in series with the potentiometer (pot) then that is so, but you can also put the pot in a voltage divider with the speaker in parallel.

Note: "resistivity" is a material property, it is possible for two resistors to have the same resistance and different resistivities (they will have different dimensions).

A pot is usually a continuous band of constant resistivity with a contact point. The distance between the sliding contact and one end of the band determines the resistance.

Digital circuits don't do continuous stuff ... the volume has to correspond to a digital number.

You could imagine a series of resistors R connected by switches so that position 0 connects to the next resistor and position 1 connects to the speakers input rail. The other end of the speaker is grounded.

Lets say there are 4 resistors, then the state of the switches is represented by a 4-bit binary number.
0000 means Rtot=0
0001 means Rtot=R
but so does 0011, 0111, and 1111 (draw the circuit to see why)

0010 means Rtot=2R
0100 means Rtot=3R
1000 means Rtot=4R
... if you want more than 4 volume levels, then use more switches and resistors.

This is far too simple - there are lots of other ways of doing it and actual circuits will be more complicated as well as different between different devices. I'm intending it as an easy-to-understand example of the kind of thinking you need rather than an example of what actually happens in real life.

Be aware that the details of how a particular manufacturer's circuit works may be proprietary information - we can only talk, in general, about what sort of thing gets done.

Thank you very much, you really explain well but just one more doubt, the volume of different levels are obtained by connecting different resistors ( by switches) , in my project i want to change the volume by sending an electrical signal ( about 40-100 mW [miliwatts] ), without any manual effort ( in simple terms can electrical signals replace manual switches )can I do so ??
 
see there are various ways to control volume but the best way can be explained as follow,,,,
source of production is same hence volume is controlled using amplifiers to increase or decrease the extent of sound ,,we call it as volume
 
  • #10
Ansuman said:
Thank you very much, you really explain well but just one more doubt, the volume of different levels are obtained by connecting different resistors ( by switches) , in my project i want to change the volume by sending an electrical signal ( about 40-100 mW [miliwatts] ),
Well why didn't you say so?
without any manual effort ( in simple terms can electrical signals replace manual switches )can I do so ??
Errrr... you didn't understand: the situation I described before: the switches are not manual.
They would be digital circuits etched into the integrated circuit inside the cell-phone.

In what you describe - the details depend on exactly what you want to do - you could, for eg. just use the current to drive an electric motor that turns the crank-shaft of a pot.

You should have a look at your amplifier circuit - what part of the circuit controls the volume?
Replace that with something that changes electronically.
But the short answer is "yes", you can get an electronic signal to set the volume level.
 
  • #11
Simon Bridge said:
Well why didn't you say so?
Errrr... you didn't understand: the situation I described before: the switches are not manual.
They would be digital circuits etched into the integrated circuit inside the cell-phone.

In what you describe - the details depend on exactly what you want to do - you could, for eg. just use the current to drive an electric motor that turns the crank-shaft of a pot.

You should have a look at your amplifier circuit - what part of the circuit controls the volume?
Replace that with something that changes electronically.
But the short answer is "yes", you can get an electronic signal to set the volume level.

Thank you very much. I really appreciate your help...
 
  • #12

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
3K
Replies
12
Views
3K
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 17 ·
Replies
17
Views
5K
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K