본문 바로가기
Real Cart 프로젝트

[EP.0] 라즈베리파이 구조와 OS

by code_killer 2023. 2. 15.
728x90
반응형

1. 라즈베리파이

  • 영국 잉글랜드의 라즈베리 파이 재단이 학교와 개발도상국에서 기초 컴퓨터 과학의 교육을 증진시키기 위해 개발한 신용카드 크기의 싱글 보드 컴퓨터

 

2. 라즈베리파이 구조

 

3. 라즈베리파이 OS 

  • 카드 리더기를 통해 Micro SD 카드에 라즈베리파이 OS를 설치한다.
  • 아래 링크를 통해 다운로드가 가능하다.

https://www.raspberrypi.com/software/

 

Raspberry Pi OS – Raspberry Pi

From industries large and small, to the kitchen table tinkerer, to the classroom coder, we make computing accessible and affordable for everybody.

www.raspberrypi.com

 

4. 라즈베리파이 GPIO

  • GPIO는 General Purpose Input / Output으로, 말 그대로 범용 입출력 인터페이스
  • PCB, ICT 보드 등 다양한 전자기판에서 내부 회로이외 외부적으로 물리적으로 소통할 수 있는 장치
  • LED, Servo Motor 등 다양한 물리적 외부 장치들에 대해서 배선하고 연결하여 제어 가능

https://pinout.xyz/

 

Raspberry Pi GPIO Pinout

Pinout! The Raspberry Pi GPIO pinout guide. This GPIO Pinout is an interactive reference to the Raspberry Pi GPIO pins, and a guide to the Raspberry Pi's GPIO interfaces. Pinout also includes dozens of pinouts for Raspberry Pi add-on boards, HATs and pHATs

pinout.xyz

 

728x90