Posts

Showing posts from October, 2022

IR sensor Source Code

  source code: //code created by Arduino Demon for small automation + void setup() {   pinMode(13,OUTPUT);   pinMode(3,INPUT);   Serial.begin(9600); } void loop() {   if (digitalRead(3)== LOW)   {     digitalWrite(13,HIGH);          delay(10);   }   else    {          digitalWrite(13,LOW);     delay(10);        }    }

Smart agriculture system using IOT and Blynk app

Image
 Smart agriculture system using IOT and Blynk app Any one want Program for this Project  Comment on the Comment tab  Instagram: Binary_Beast Blogger name: BINARY BEAST