mq135
-
아두이노 mq135 센서 연결하기Arduino 2020. 4. 3. 15:08
mq135와 아두이노 보드를 다음과 같이 연결합니다. 아두이노의 A0 (아날로그 0번) 포트로 mq135의 센서의 측정값을 받아오며, GND,VCC로 아두이노에서 센서에 전원을 공급하게 됩니다. 2. 소스코드 https://github.com/smilexth/MQ135-Arduino-Sensor smilexth/MQ135-Arduino-Sensor MQ-135 Air Quality / Gas Sensor with Arduino. Contribute to smilexth/MQ135-Arduino-Sensor development by creating an account on GitHub. github.com 위 링크의 소스코드와 아래 라이브러리 https://github.com/smilexth/MQ135 ..