


Thanks for this, I had this idea but multisim just didn't want to work with me apparently, Ill show you my schematic. Let me know what you thinkThis circuit is an example of Frequency Shift Keying. The components have been chosen so that when the MOSFET is off, the 555 timer osscilates at 4Hz with a 66% duty cycle. When the MOSFET is turned on, another 10uF capacitor appears in parallel with the original 10uF capacitor for a total of 20uF. The result is a frequency of 2Hz with 66% duty cycle.
In other words, doubling the capacitance reduces the frequency by a factor of 2. My circuit switches in a capacitor but you can switch in resistance for the same effect. This circuit has the benefit of allowing an arbitrary number of frequencies as long as you have extra MOSFETs to do the switching.
If you want the frequency to change from 2Hz -> 4Hz -> 2Hz -> 4Hz automatically, connect a flip-flop from the output of the 555 timer to the MOSFET. The flip-flop will enable and disable the MOSFET on each rising edge of the 555 square wave.
View attachment 336857
View attachment 336858
View attachment 336859
Sorry I should've been more clear with my instructions, I need a 555 timer to output 3 different frequencies (just changed the idea) that are controlled by two signals. When one signal goes high, I need it to blink at 2 Hz. If the other signal is high, I need it to blink at 4Hz. I'm not allowed to adjust it once it's on a board. This is the idea I had.Hopefully the following links will be helpful for you.
https://electronics.stackexchange.com/questions/204905/blinking-led-at-two-speeds-using-555-timer
https://www.theengineeringprojects....th-modulation-using-555-timer-in-proteus.html

This is the idea I had,This circuit is an example of Frequency Shift Keying. The components have been chosen so that when the MOSFET is off, the 555 timer osscilates at 4Hz with a 66% duty cycle. When the MOSFET is turned on, another 10uF capacitor appears in parallel with the original 10uF capacitor for a total of 20uF. The result is a frequency of 2Hz with 66% duty cycle.
In other words, doubling the capacitance reduces the frequency by a factor of 2. My circuit switches in a capacitor but you can switch in resistance for the same effect. This circuit has the benefit of allowing an arbitrary number of frequencies as long as you have extra MOSFETs to do the switching.
If you want the frequency to change from 2Hz -> 4Hz -> 2Hz -> 4Hz automatically, connect a flip-flop from the output of the 555 timer to the MOSFET. The flip-flop will enable and disable the MOSFET on each rising edge of the 555 square wave.
View attachment 336857
View attachment 336858
View attachment 336859

Yeah you're right. I should've been more clear. My job is to design a schematic that takes 2 signals as inputs. These signals being IMD and BMS (both are active high), the signals indicate a problem. If there's no issues with these inputs, then I output a green light. If there's a BMS issue, my board must blink a red led (2Hz and 50% duty cycle, ideally with a 555 timer). If there's a IMD issue, my board must blink a red led (4Hz and 50% duty cycle, ideally with a 555 timer). If there's a BMS and IMD issue, my board must blink a red led (5Hz and 50% duty cycle, ideally with a 555 timer).The first (and often hardest) part of solving a problem is clearly stating and understanding just what the problem is.
It's a bit unclear what you are looking for. Do you mean to blink at two different frequencies at the same time? If so, you need to describe in a lot more detail just exactly you are looking for it to do. Or do you mean be able to selectively blink at one of two different frequencies? If so, how is the selection made?
You also need to define what you mean for it to "blink" at a frequency. If it is blinking at 2 Hz, does this mean that it is on for 0.25 s and then off for 0.25 sec (i.e., a square wave with a 0.5 sec period)? Or does it mean that it flashes very briefly twice a second? If so, how briefly?
What is the "light"? A small LED? Or a stage light? Very different issues. One of the very first designs I ever did in college was for the drama club to give them a way to flash a stage light for a special effect for the play they were doing that semester (the other was to give them a way to ring a telephone), so it's not a facetious question at all.

I noticed a few things:Yeah you're right. I should've been more clear. My job is to design a schematic that takes 2 signals as inputs. These signals being IMD and BMS (both are active high), the signals indicate a problem. If there's no issues with these inputs, then I output a green light. If there's a BMS issue, my board must blink a red led (2Hz and 50% duty cycle, ideally with a 555 timer). If there's a IMD issue, my board must blink a red led (4Hz and 50% duty cycle, ideally with a 555 timer). If there's a BMS and IMD issue, my board must blink a red led (5Hz and 50% duty cycle, ideally with a 555 timer).View attachment 336922
Let me know what you think!
Why is using a 555 timer ideal?Yeah you're right. I should've been more clear. My job is to design a schematic that takes 2 signals as inputs. These signals being IMD and BMS (both are active high), the signals indicate a problem. If there's no issues with these inputs, then I output a green light. If there's a BMS issue, my board must blink a red led (2Hz and 50% duty cycle, ideally with a 555 timer). If there's a IMD issue, my board must blink a red led (4Hz and 50% duty cycle, ideally with a 555 timer). If there's a BMS and IMD issue, my board must blink a red led (5Hz and 50% duty cycle, ideally with a 555 timer).View attachment 336922
Let me know what you think!
Ahhhh, I see. Very good points, but I'm having trouble simulating this circuit. Do you believe this would work? I have limited time to get this done.I noticed a few things:
a) What's the point of Q1 and Q2? I see they are sourcing the gates of Q5 and Q4 but they are redundant.
b) None of the MOSFETs have gate or pull-down resistors. It might be a good idea to limit inrush current and force a logic low by default.
c) IRF540 requires a gate voltage of at least 10V. You are driving the gates with logic ICs which are usually 5V. If this is the case, the MOSFETs will barely turn on if at all.
You're a genius thank youYou can use the frequencies you wrote in #10 but I think you really meant a flash rate you can see, ie; 1s@50%, 2s@50%...etc
Use a CD4060B with an oscillator frequency of about 64Hz. That will produce Q outputs of frequencies of approx. 4hz, 2hz, 1hz, etc. Then use gate logic to select and prioritize the freq to flash the led. You'll only need one mosfet to drive the LED.
What problems are you having? It's hard for me to diagnose because I don't know what the logic chip inputs are doing. Try breaking the circuit into smaller chunks and simulate them individually.Ahhhh, I see. Very good points, but I'm having trouble simulating this circuit. Do you believe this would work? I have limited time to get this done.
That circuit can simplified using diodes for the gates and a p channel mosfet for Q6.I'm having trouble simulating this circuit. Do you believe this would work? I have limited time to get this done.

| Thread starter | Similar threads | Forum | Replies | Date |
|---|---|---|---|---|
| V | Timer Interrupt Clarification | Microcontrollers | 12 | |
| T | 555 timer kit modification show-and-tell | General Electronics Chat | 11 | |
|
|
Appliance on-off timer with LM555 and CD4020B | Analog & Mixed-Signal Design | 18 | |
| R | bypass timer on circuit board? | IC Design | 6 | |
| T | blink blink fade on led with 555 timer | Digital Design | 1 |