Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Raspberry Pi
- Python
- ubuntu
- PIR
- Linux
- raspberrypi
- circuitPython
- w5500-evb-pico
- IoT Central
- x.509
- W5500
- RP2040
- Private Key
- aws
- WIZnet
- ChatGPT
- SSH
- Azure
- adafruitio
- putty
- nodejs
- PuTTYgen
- Ethernet
- thonny
- vscode
- W5100S
- micropython
- W5100S-EVB-Pico
- openssl
- 라즈베리파이3
Archives
- Today
- Total
목록SG90 (1)
Develop Note
[RaspberryPi3] Servoblaster를 이용한 서보 모터 제어
라즈베리파이3에서 Servoblaster를 이용해 서보 모터를 제어하는 방법을 정리한다. 0. Pan-Tilt 서보 모터 (SG90 * 2) 서보 모터는 다음과 같이 두 대를 결합하여 pan tilt 형식으로 사용 가능한 제품을 사용하였다. 1. ServoBlaster 설치 * 관련 링크: https://github.com/richardghirst/PiBits/tree/master/ServoBlaster ServoBlaster는 라즈베리파이용 소프트웨어로, GPIO Pin들을 통해 여러 개의 서보 모터를 제어할 수 있게 하는 인터페이스를 제공한다. // ServoBlaster 설치 $ git clone https://github.com/richardghirst/PiBits $ cd PiBits/Servo..
개발 (Ko)/Raspberry Pi
2017. 10. 28. 15:37