How to work with BCD(binary-coded decimal) switch?: Unterschied zwischen den Versionen

Aus hyperdramatik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
== How does it work? ==
== How does it work? ==


A BCD-Switch is actually not one switch, it contains basically four switching circuit at once. There is a wheel which closes depending to the number the switch shows in front.
A BCD-Switch is actually not one switch, it contains basically four switching circuit at once. There is a wheel which closes depending to the number the switch shows in the front.
The picture on thr right are 5 BCD switches stacked sideways together.


== What will you need? ==
== What will you need? ==

Version vom 6. März 2021, 16:13 Uhr

--entry is still in work--

Foto by Laura Alapfy

How does it work?

A BCD-Switch is actually not one switch, it contains basically four switching circuit at once. There is a wheel which closes depending to the number the switch shows in the front. The picture on thr right are 5 BCD switches stacked sideways together.

What will you need?

  • an Arduino (every typ will do)
  • a BCD-Switch
  • a shift register (CD4021)
  • jumperwires
  • a breadboard

How to connect a shift register with an Arduino?

How to read the BCD switch with an Arduino and a shift register?

How to connect multiple BCD switches?