งานแก้ที่อาจารย์สั่ง
How To Ma ke A rduino Bas ed H ome Auto ma tio n Pro ject v ia Bl ueto oth? 1.Ha rd war e (I npu t, O utp ut) Arduino UNO R3 : ใช้ Arduino UNO ขนาด 8 บิต ATMega 328P ในโครงการเพื่อควบคุมส่วนประกอบต่างๆเช่นโมดูลบลูทู ธ และเครือข่ายรีเลย์ โมดูลบลูทูธ : โมดูล Bluetooth ที่ใช้ในโครงการนี้คือ HC-05 ดังรูปที่ด้านล่างโมดูลบลูทู ธ นี้มีขา 4 ขาสำหรับ VCC (5V), พื้นดิน, TX และ RX 2. S o ft w a r e #include <SoftwareSerial.h> const int rxPin = 4; const int txPin = 2; SoftwareSerial mySerial(rxPin, txPin); const int Loads[] = {9, 10, 11, 12}; int state = 0; int flag = 0; void setup() { for (int i=0;i<4;i++) { ...