전체 글30 자이로 센서 TEST https://deneb21.tistory.com/335 [아두이노] 6축 자이로/가속도 센서 MPU-6050 의 사용 MPU-6050 은 6축 (X,Y,Z축 자이로스코프-기울기 + 3축 가속도) 를 측정해 주는 센서 입니다. 여러곳에 사용이 되지만 요즘은 드론의 자세 제어용으로 많이 사용이 됩니다. 통신은 I2C 통신을 지원합니다. 스마트폰.. deneb21.tistory.com MPU6050 Sensor 사용법 응용 드론 등 2020. 2. 27. 터치스크린 소스 아두이노 터치스크린 터치 그리고 Display https://youtu.be/bY6el40VmZI 기타 https://blog.naver.com/kwy1052aa/221763898675 https://orasman.tistory.com/276 #include // Core graphics library#include // Hardware-specific library/////////////////////////////////////////////////////////////#include #define YP A2 // must be an analog pin, use "An" notation!#define XM A3 // must be an analog pin, use "An" notation!#defin.. 2020. 2. 24. 이전 1 ··· 5 6 7 8 다음