Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A Is it possible for one transistor to switch between two loads?

It's not clear what you are really asking, but here is something that might fit your requirements: First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads. ...

posted 3y ago by Olin Lathrop‭  ·  edited 3y ago by Olin Lathrop‭

Answer
#7: Post edited by user avatar Olin Lathrop‭ · 2020-10-16T20:59:43Z (over 3 years ago)
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
  • <hr>
  • <blockquote>Is it possible for one transistor to switch between two loads?</blockquote>
  • It seems we finally have a somewhat coherent question. Yes, a single SPST switch can switch between loads. Here is an example where one or the other LED is always lit, depending on the state of a SPST switch:
  • ![Image](https://electrical.codidact.com/uploads/2snhNrtSD35jW946EPumjrCx)
  • In this example, the forward voltage of the LEDs is 2.1 V with 10 mA thru them.
  • When the switch is open, current flows thru R1 and D2. Since D2 drops 2.1 V, the voltage across R1 is (3.3 V - 2.1 V) = 1.2 V. The current thru R1 is therefore 10 mA. This current flows thru D2, so D2 is lit. The voltage across D1 and R2 is only 1.2 V, which is insufficient to get any meaningful current thru D1, so D1 is unlit.
  • When the switch is closed, D2 has 0 V across it, so is off. The bottom end of D1 will be at ground, so its top end will be at 2.1 V. Using the same math as above, that means 10 mA flows thru R2, which also flows thru D1, so D1 is lit.
  • Therefore, D2 is on and D1 off when the switch is open, and the opposite when the switch is closed.
  • However, there is a drawback to this scheme, which is the wasted current thru R1 when the switch is closed. Since the full supply voltage will be applied to R1 in that case, the current thru it will be (3.3 V)/(120 &Omega;) = 27.5 mA, which dissipates 91 mW as heat.
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That includes describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
  • <hr>
  • <blockquote>Is it possible for one transistor to switch between two loads?</blockquote>
  • It seems we finally have a somewhat coherent question. Yes, a single SPST switch can switch between loads. Here is an example where one or the other LED is always lit, depending on the state of a SPST switch:
  • ![Image](https://electrical.codidact.com/uploads/2snhNrtSD35jW946EPumjrCx)
  • In this example, the forward voltage of the LEDs is 2.1 V with 10 mA thru them.
  • When the switch is open, current flows thru R1 and D2. Since D2 drops 2.1 V, the voltage across R1 is (3.3 V - 2.1 V) = 1.2 V. The current thru R1 is therefore 10 mA. This current flows thru D2, so D2 is lit. The voltage across D1 and R2 is only 1.2 V, which is insufficient to get any meaningful current thru D1, so D1 is unlit.
  • When the switch is closed, D2 has 0 V across it, so is off. The bottom end of D1 will be at ground, so its top end will be at 2.1 V. Using the same math as above, that means 10 mA flows thru R2, which also flows thru D1, so D1 is lit.
  • Therefore, D2 is on and D1 off when the switch is open, and the opposite when the switch is closed.
  • However, there is a drawback to this scheme, which is the wasted current thru R1 when the switch is closed. Since the full supply voltage will be applied to R1 in that case, the current thru it will be (3.3 V)/(120 &Omega;) = 27.5 mA, which dissipates 91 mW as heat.
#6: Post edited by user avatar Olin Lathrop‭ · 2020-10-16T20:57:21Z (over 3 years ago)
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
  • <hr>
  • <blockquote>Is it possible for one transistor to switch between two loads?</blockquote>
  • It seems we finally have a somewhat coherent question. Yes, a single SPDT switch can switch between loads. Here is an example where one or the other LED is always lit, depending on the state of a SPST switch:
  • ![Image](https://electrical.codidact.com/uploads/2snhNrtSD35jW946EPumjrCx)
  • In this example, the forward voltage of the LEDs is 2.1 V with 10 mA thru them.
  • When the switch is open, current flows thru R1 and D2. Since D2 drops 2.1 V, the voltage across R1 is (3.3 V - 2.1 V) = 1.2 V. The current thru R1 is therefore 10 mA. This current flows thru D2, so D2 is lit. The voltage across D1 and R2 is only 1.2 V, which is insufficient to get any meaningful current thru D1, so D1 is unlit.
  • When the switch is closed, D2 has 0 V across it, so is off. The bottom end of D1 will be at ground, so its top end will be at 2.1 V. Using the same math as above, that means 10 mA flows thru R2, which also flows thru D1, so D1 is lit.
  • Therefore, D2 is on and D1 off when the switch is open, and the opposite when the switch is closed.
  • However, there is a drawback to this scheme, which is the wasted current thru R1 when the switch is closed. Since the full supply voltage will be applied to R1 in that case, the current thru it will be (3.3 V)/(120 &Omega;) = 27.5 mA, which dissipates 91 mW as heat.
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
  • <hr>
  • <blockquote>Is it possible for one transistor to switch between two loads?</blockquote>
  • It seems we finally have a somewhat coherent question. Yes, a single SPST switch can switch between loads. Here is an example where one or the other LED is always lit, depending on the state of a SPST switch:
  • ![Image](https://electrical.codidact.com/uploads/2snhNrtSD35jW946EPumjrCx)
  • In this example, the forward voltage of the LEDs is 2.1 V with 10 mA thru them.
  • When the switch is open, current flows thru R1 and D2. Since D2 drops 2.1 V, the voltage across R1 is (3.3 V - 2.1 V) = 1.2 V. The current thru R1 is therefore 10 mA. This current flows thru D2, so D2 is lit. The voltage across D1 and R2 is only 1.2 V, which is insufficient to get any meaningful current thru D1, so D1 is unlit.
  • When the switch is closed, D2 has 0 V across it, so is off. The bottom end of D1 will be at ground, so its top end will be at 2.1 V. Using the same math as above, that means 10 mA flows thru R2, which also flows thru D1, so D1 is lit.
  • Therefore, D2 is on and D1 off when the switch is open, and the opposite when the switch is closed.
  • However, there is a drawback to this scheme, which is the wasted current thru R1 when the switch is closed. Since the full supply voltage will be applied to R1 in that case, the current thru it will be (3.3 V)/(120 &Omega;) = 27.5 mA, which dissipates 91 mW as heat.
#5: Post edited by user avatar Olin Lathrop‭ · 2020-10-16T20:54:38Z (over 3 years ago)
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
  • <hr>
  • <blockquote>Is it possible for one transistor to switch between two loads?</blockquote>
  • It seems we finally have a somewhat coherent question. Yes, a single SPDT switch can switch between loads. Here is an example where one or the other LED is always lit, depending on the state of a SPST switch:
  • ![Image](https://electrical.codidact.com/uploads/2snhNrtSD35jW946EPumjrCx)
  • In this example, the forward voltage of the LEDs is 2.1 V with 10 mA thru them.
  • When the switch is open, current flows thru R1 and D2. Since D2 drops 2.1 V, the voltage across R1 is (3.3 V - 2.1 V) = 1.2 V. The current thru R1 is therefore 10 mA. This current flows thru D2, so D2 is lit. The voltage across D1 and R2 is only 1.2 V, which is insufficient to get any meaningful current thru D1, so D1 is unlit.
  • When the switch is closed, D2 has 0 V across it, so is off. The bottom end of D1 will be at ground, so its top end will be at 2.1 V. Using the same math as above, that means 10 mA flows thru R2, which also flows thru D1, so D1 is lit.
  • Therefore, D2 is on and D1 off when the switch is open, and the opposite when the switch is closed.
  • However, there is a drawback to this scheme, which is the wasted current thru R1 when the switch is closed. Since the full supply voltage will be applied to R1 in that case, the current thru it will be (3.3 V)/(120 &Omega;) = 27.5 mA, which dissipates 91 mW as heat.
#4: Post edited by user avatar Olin Lathrop‭ · 2020-10-16T19:00:32Z (over 3 years ago)
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, stop with the hand waving and give us a truth table for what you want.
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, give us a truth table. This must have only two rows, one for switch off and the other for on. It can have as many columns as you like, one for each LED that is to be controlled.
  • Enough with the hand waving already!
#3: Post edited by user avatar Olin Lathrop‭ · 2020-10-16T18:57:51Z (over 3 years ago)
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
  • <hr>
  • <blockquote>My idea was ... the LEDs to act themselves as switches ... consider them together with the transistor as a "composite SPDT switch"</blockquote>
  • Now it's even less clear what you are asking than before. However, one thing can't be changed, which is that a SPST switch has two output states. No matter how many LEDs you have, there will ultimately be only two different configurations of on/off for the LEDs that you get to select between.
  • Define what states you want each LED to have for the switch being on and off, and it will be straight forward to design a circuit to achieve that. Put another way, stop with the hand waving and give us a truth table for what you want.
#2: Post edited by user avatar Olin Lathrop‭ · 2020-10-16T15:49:56Z (over 3 years ago)
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • It's not clear what you are really asking, but here is something that might fit your requirements:
  • ![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)
  • First, R1 and R2 can be considered separate loads. The transistor therefore switches two loads.
  • This circuit can also be used to produce two signals, one inverted from the other. This used to be more common in old tube amplifiers, and was called a "splitter". SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.
  • With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes. The discrepancy is 1/gain of the transistor. When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>. Or, nowadays, you'd usually just use a FET.
  • <hr>
  • <blockquote>My idea was to make two non-linear loads (e.g., LEDs with slightly different VF) "help" the SPST switch when switching.</blockquote>
  • We do engineering here. That included describing specifications properly so that others can understand them. I've mention before that your descriptions are vague. This needs to be fixed.
  • I can't even guess what "help the SPST switch when switching" is supposed to mean. SPST switches don't generally need help. If you're talking about a relay, then you either energize the coil or not. No "help", whatever that means, is otherwise required.
  • A single transistor can certainly drive multiple LEDs with different forward voltages. Just give each their own series resistor to get the current you want thru that LED:
  • ![Image](https://electrical.codidact.com/uploads/dfwT54kTnr3ZsHNKV382QJ6F)
  • In this example, R2 and R3 can be adjusted so that the current thru each LED is the same, even if they have different forward voltages. For this to work, the V+ voltage must be known and reasonably constant.
#1: Initial revision by user avatar Olin Lathrop‭ · 2020-10-16T13:35:03Z (over 3 years ago)
It's not clear what you are really asking, but here is something that might fit your requirements:

![Image](https://electrical.codidact.com/uploads/tdWYZiHX7XJSv9rJYtdL9Xs6)

First, R1 and R2 can be considered separate loads.  The transistor therefore switches two loads.

This circuit can also be used to produce two signals, one inverted from the other.  This used to be more common in old tube amplifiers, and was called a "splitter".  SIG+ and SIG- would then go off to control the drivers at different ends of the center tapped push-pull output stage, for example.

With bipolar transistors, the currents thru R1 and R2 aren't exactly equal, but can be close enough for many purposes.  The discrepancy is 1/gain of the transistor.  When this matters, use a Darlington pair, which acts like a single transistor with gain<sup>2</sup>.  Or, nowadays, you'd usually just use a FET.