1. 라이브러리 다운로드
1-1. Python
1-1-1. Python 버전 확인
python --version // 3.5 이상이면 OK
sudo apt-get install python3 // 다운로드 이력 없는 경우만
1-1-2. pip 버전 확인
pip3 --version
sudo apt-get install python3-pip // 다운로드 이력 없는 경우만
이후 sudo apt-get update, sudo apt-get upgrade 한번씩 해준다
1-2. Cmake
sudo apt-get install cmake
1-3. libssl
sudo apt-get install libssl-dev
1-4. Git
git --version
sudo apt-get install git // 다운로드 이력 없는 경우
1-5. Pynput
sudo apt-get install python3-pynput
1-6. Rich
sudo apt-get install -m python3-rich
python -m rich
1-7. Protobuf
sudo apt-get install python3-protobuf
apt list *protobuf*
sudo apt-get install protobuf-compiler
protoc --version
2. 브레드 보드 환경 구축
준비물
브레드보드 (a.k.a 빵판), 점프선 (암수 3개, 수수 1개), 패시브 피에조 부저, led 전구 + 시력
이제 상향등과 클락션이 달린 귀여운 커넥티드카가 완성되었다ㅋㅋ
이제 hw 육체가 준비되었으니 sw 정신을 불어넣을 차례이다.
다음 시간에 계속....
: )
'CS > Embedded' 카테고리의 다른 글
[Connected Car & AWS] IOManager로 LED, 피에조 부저 조작 (0) | 2024.04.20 |
---|---|
[Connected Car & AWS] Raspberry-pi 4 환경 설정 - OS & VNC (0) | 2024.04.08 |
[Connected Car & AWS] 독립 연구 시작 (0) | 2024.04.08 |