Raspberry Pi_Kor_25.5.5 push button

25.5.5 push button

전자회로에서 사용되는 button은 여러 가지 종류가 있다. 그 중에서 Push-Button는 매우 간단한 입력 장치이다. 버튼을 누르면 회로가 연결되고, 스위치를 놓으면 곧바로 연결이 끊어지므로 순간 접점 스위치(momentary contact switch) 라고도 한다.

아래 왼쪽은 일반적으로 사용되는 push button의 모양을 보여준 것이며, 오른쪽은 push button의 내부의 배선 형태를 보여준 것이다. 그림에서 연결 접점은 4 개이지만 내부적으로 A-C와 B-C는 이미 서로 연결되어 있는 상태이고, 버튼을 누르면 A-C 선과 B-D 선이 서로 연결되는 구조를 가지고 있다.

Raspberry Pi_Kor_03.10 외부 Interface

3.10 외부 Interface

Raspberry Pi는 외부 기기와의 양방향 interface를 통하여 시스템 외부의 장치와 통신하고, 통제할 수 있다. 외부 기기를 통해서 입력을 받거나 출력을 할 수도 있으며, 외부 장치를 조정할 수도 있다. 이를 위한 핵심적인 장치가 GPIO(General Purpose Input Output) port이다. 여기서는 이 GPIO를 이용하는데 필요한 준비사항을 간단히 언급하고자 한다. 상세한 내용은 [Chapter 25 외부 Interface]를 참고하기 바란다.

Raspberry Pi_Eng_25.5.5 Push Button

25.5.5 Push Button

There are many types of buttons used in electronic circuits. Among them, Push-Button is a very simple input device. Pressing the button will connect the circuit, and if the switch is released, the connection is cut off immediately, so it is also called a momentary contact switch.

Raspberry Pi_Eng_03.10 External Interface

.10 External Interface

Raspberry Pi can communicate with and control devices outside the system through a bidirectional interface with external devices. It can receive input or output through an external device, or adjust an external device. A key device for this is the GPIO (General Purpose Input Output) port. Here, I will briefly mention the preparations required to use this GPIO. For details, refer to [Chapter 25 External Interface]: