How Can BCD Switches Be Used as a Clock Source on a PCB?

AI Thread Summary
BCD switches can be utilized as a clock source on a PCB by implementing specific circuit configurations. A mechanical switch, being passive, typically cannot serve as a clock source directly; however, debouncing the "1" signal and using a frequency multiplier can help generate a clock signal. Additionally, the "carry" output from the BCD can be used by combining the "8" and "1" signals in an AND circuit to produce a signal that transitions at key counts. This method allows for the creation of a clock signal based on the BCD switch inputs. Proper circuit design is essential for effective clock signal recovery from BCD switches.
mahdert
Messages
13
Reaction score
0
Can anyone please explain to how one can use a set of BCD switches on a PCB and use them as a clock source?

Thanks.
 
Engineering news on Phys.org
mahdert said:
Can anyone please explain to how one can use a set of BCD switches on a PCB and use them as a clock source?

Thanks.

Doesn't make sense on the face of it. A clock source would have to be an active circuit. A switch is generally a passive electromechanical device.
 
If you need to recover a clock signal from 1-2-4-8 BCD signals, put a debouncer on the "1" signal (if it is a mechanical switch) and then a x2 multiplier (exclusive OR with a delay in one input).

If you want to recover a clock signal from the "carry" output of the BCD, put the "8" signal and the "1" signal into an AND circuit. This signal goes TRUE at "9" and FALSE on the next input clock signal. You also can use the "8" signal alone and carry on the negative transition.

Bob S
 
Last edited:
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...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top