Combinational and Sequential Circuits

  • Thread starter Thread starter sandy.bridge
  • Start date Start date
  • Tags Tags
    Circuits
AI Thread Summary
To detect a specific time of day and apply a HIGH signal for 30 minutes, using a Real-Time Clock IC is recommended for simplicity and efficiency. Alternatively, if working with a 27 MHz clock and discrete components, 74HC4020 chips can be utilized as binary dividers to achieve the desired timing. Two chips can create a 10-second output square wave, and additional configurations can approximate a 24-hour cycle. A practical solution is to implement a 24-hour timer, commonly found in sprinkler systems or light timers, to automate the process. This approach is more straightforward than using multiple flip-flops for timing.
sandy.bridge
Messages
797
Reaction score
1
Hello,
Is there any way that I can detect a certain time in the day, and apply a signal HIGH for 30 minutes? The only way I can think of how to do it is via a frequency divider that sends a pulse for 30 minutes, but that requires >30 Flip Flops as we are working with 27MHz clock frequency.
 
Engineering news on Phys.org
sandy.bridge said:
Hello,
Is there any way that I can detect a certain time in the day, and apply a signal HIGH for 30 minutes? The only way I can think of how to do it is via a frequency divider that sends a pulse for 30 minutes, but that requires >30 Flip Flops as we are working with 27MHz clock frequency.

You can use a Real-Time Clock IC, and read it from your uC:

http://www.google.com/search?rlz=1T...ie=UTF-8&hl=en&tbm=isch&source=og&sa=N&tab=wi

.
 
If you had to do it with a 27 MHz clock and discrete components, you could use a few 74HC4020 chips.

These are binary dividers and one chip will divide by 16384, so two chips would give you about a 10 second output square wave.

A further chip of the same kind could divide by 8690 by some careful use of diodes and this would get you close to 24 hours.

Since this may be homework, you should work out the details yourself.

There are other chips that can do this, but a far better way would be to use a 24 hour timer set to turn on for 30 minutes at the same time each day.
Sprinkler timers do this and so do the simple ones intended to turn a few lights on and off to make a house appear occupied while the owners are away.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top