วันจันทร์ที่ 3 กันยายน พ.ศ. 2561

Microcontroller 16


 LDR Sensor เซนเซอร์วัดแสง


 อุปกรณ์ที่ใช้

1. บอร์ด Arduino Uno R3 
2. Breadboard 
3. LDR Sensor เซนเซอร์วัดแสง

Code
int LDR_Sensor_Pin = A0;  
 
void setup() {
  Serial.begin(9600);  
  
} 
void loop() {
  int sensor_Value = analogRead(LDR_Sensor_Pin);  
  Serial.print("LDR Sensor Value = ");  
  Serial.println(sensor_Value);  
  delay(500); 
}

แหล่งอ้างอิง

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

งานแก้ไข แยก อธิบายส่วนต่างๆของproject

Hardware 1.Arduino uno r3 2.bluetooth hc 06 3.1N4007 4.2N2222 5.relay 6.load INPUT 1.bluetooth hc 06 OUTPUT 1.relay 2.lo...