المنزل الذكى
الهدف من هذا المشروع هوا التحكم في المنزل عن طريق الهاتف الذكي. الإنجاز الأداوات أردوينو من نواع mega wifi esp8266 5 مصابيح هاتف ذكي - Servo moteur - afficheur LCD i2c - phototransistor - ventilateur - capteur gaz MQ - 8 - capteur température dht11 - buzzer الدوائر المصابيح servo- metteur منفذ signal هوا المنفذ رقم 5 الغاز bizzeur wifi photorésistance الكود // RemoteXY select connection mode and include library #define REMOTEXY_MODE__ESP8266_HARDSERIAL_POINT #include <dht.h> dht DHT; int Sensor=51; int Temp; int Humidity; int buzzer = 33; int smokeA0 = A5; const int sensorPin = A0; // Pin connected to sensor int ledPin1=22; //Variables int sensorVal; // Analog value from the sensor // Your threshold value int sensorThres = 250 ; #include <RemoteXY.h> #include <Wire.h> #include <LiquidCrystal_I2C.h> //...