• 아날로그 그레이스케일 회색감응 센서 모듈

아날로그 그레이스케일 회색감응 센서 모듈

2,600 2,600
배송정보
3,000원 (조건부배송) 지역별 추가배송 주문시결제(선결제)
택배 / 화물배송 / 방문수령 / 퀵배송

Product Description


Working voltage: 3.3V or 5V

Working current : < 20mA

Operating temperature range: -10 ° C ~ +70 ° C

Detection resolution: 10%

Interface type: analog signal output

Size: 24mm x 21mm

Weight: 3g

Interface definition

S:Signal output

+:Power supply (VCC)

-:Ground (GND)


Specification 

 

 

Void setup()

{

     Serial.begin(9600); //Open the serial port and set the serial port baud rate to 9600bps.

}

Void loop()

{

     Int val;

     Val=analogRead(0); //Connect the grayscale sensor to the analog interface0

     Serial.print("Grayscale is ");//Print the analog value read through the serial port

     Serial.println(val, DEC); / / print the analog value read through the serial port

     Delay(100);

}

비밀번호 인증

비밀번호를 입력해 주세요.

확인