15 BinaryDoorLock

15 : BinaryDoorLock

Select Project123456789ONSW2
  • Author: Marcus Michaely
  • Description: Input is 8-Bit and only one combination opens the door
  • GitHub repository
  • Clock: 0 Hz

How it works

The ideas was to build a simple BinaryDoorLock with 8-Bits as input. With 8 Bits there are 256 possible combinations which can be switched on with the input switches. Only one combination opens the BinaryDoorLock by setting the output pin high.

How to test

You can test this project on its WOKWI:
https://wokwi.com/projects/359387860730498049

Picture

IO

#InputOutput
0Bit_0Output
1Bit_1
2Bit_2
3Bit_3
4Bit_4
5Bit_5
6Bit_6
7Bit_7