home automation circuit using youtube

 home automation circuit using youtube

hello, friends how are you, in this article, I will show you how to control your home appliances using youtube,

Requirements

1. Arduino Uno
2. Relay.
3. audio pin.
4. Diode 1N4007.
5. DC power supply.
6. Load.

Connection.
Vin - Relay +ve
D8 - Relay -ve.
A0 - Audio +ve 
Gnd. - Audio -ve.
connect 10K ohm resistor parallel with audio output.


Some ideas and experiments can be Dangerous. And for that, you don't Risk and Damage yourself and the Environment, I am a professional in my business With a lot of experience! Every video, even that completed with compliance with all safety measures. Enjoy the video

 

WARNING :

This video is for demonstration and educational purposes only. Each demonstration presents risks and hazards that must be fully understood before attempting. And should be performed only by professionals.

:--) for any business & sponsorship inquiry

       rcresearch369@gmail.com 

 

More videos.

Test AC & DC with 12v Transformer

https://youtu.be/jYgChHeBi38

 

homemade inverter with DC motor commuter

https://youtu.be/qwyHnZAaAcE

 

 

:--) Top 03 Awesome Electronic Projects With LED, Capacitor, Transistor bc547, Battery, Soldering iron

https://youtu.be/erpFDAl-cgA

 

:--) How to make Heat & Fire sensor with diode.अब आग लगने पर जाने इस के मदद से पूरी जानकारी के साथ बनाए.

https://youtu.be/CkQd6HQIvgE

 

:--) 4in1 top electronics projects with relay, transistor, photodiode, resistor full details in Hindi

https://youtu.be/B1ttxeciqQU

 

:--) How to make amazing selfie light at home

https://youtu.be/noPthAtTEhw

 

:--) Top 05 super electronic projects with Transistor, USB, Resistor, LED, Relay, UV Light, DC Motor

https://youtu.be/bav50QeL31A

 

:--) How to make powerful Air Conditioner air cooler at home, Diy homemade cooler or DIY Air Conditioner

https://youtu.be/_BU9D7W6a1Y

 

:--) Homemade Super gadget for pubg & free fire gamer, mobile cooler

https://youtu.be/jtomOufKRXw

 

:--) How to make smart smoke detect alarm circuit using transistor bc 547, buzzer resistance sensor

https://youtu.be/qqZQRTmWeR4

 

:--) 4 in 1 super gadget अब घर पर बनाए आसानी से बहुत ही काम कि चीज़ हे homemade gadget

https://youtu.be/oBFW6n8r32I

 

:--). Make a powerful audio amplifier using mosfet z44n . छोटा साउंड सिस्टम्स घर पर बनाए

https://youtu.be/KBVBdnJ7x5o

 

:--) Make error less testing device with android mobile phones , मोबाइल से टेस्टिंग डिभाइस कैसे बनाए

https://youtu.be/J0xOPcfFs2s

 

:--) Clap switch using arduino & without sound sensor ( with coding & circuit diagram )

https://youtu.be/hH07vDR9zn8

 

:--) How to make DJ Disco light at home with any electronic circuit , mini electronic projects

https://youtu.be/vpfuJeeWxu8

 

:--) Top 02 Power Saving Electronic Device Using Transistor

https://youtu.be/tSP8gnjnkt0

 

:--) Super 4x4 LED dancing light with RGB effects without any controller

https://youtu.be/gcbDw-WPchE

 

:--) How to make wireless energy car , super electronic projects

https://youtu.be/A6pZUmOfZco

 

:--) protect your self. Homemade project

https://youtu.be/NrptazalSXI

:--) How to make wireless earphone or bluetooth earphone at home

https://youtu.be/CFlzrHVzK8U

 

:--) Automatic sanitizer to stop the spread of germ & bacteria ये प्रोजेक्ट्स बीमारी फेल्नेसे बचायेग

https://youtu.be/OSC98S-bVfQ

 

:--) Drone, How to make Remote control drone without microcontroller

https://youtu.be/y6Bhn-ky4Ao

 

:--) Smart Tester , Homemade smart tester, इस tester से सब टेस्ट कर सकते है

https://youtu.be/XBZ8407Qsns

 

Wireless Electric Current & Voltage Tester using transistor , measuring distance 6-10 cm

https://youtu.be/j977p2NgFEw

 

day night automatic light using a solar panel, without any electronic circuit

https://youtu.be/qdvFAXSuwxE

 

 how to make simple traffic light with transistor

https://youtu.be/dV_rMArC1oc

 

Homemade Variable DC Power Supply, 230v AC to DC 1.5v,3v,4.5v,6v,7.5v,9v & 12v एक डिवाइस और काम अनेक

https://youtu.be/HWtT2uxFLqs



Arduino Code

int audioJackRead = 0;
boolean signal1, check, check1;
long mils, milsTrue;
void setup()
{
  pinMode (8, OUTPUT);
  digitalWrite (8, HIGH);
}
void loop()
{
  mils = millis ();
  audioJackRead = analogRead(A1);
  if (audioJackRead <5)
  {
    if (mils - milsTrue >= 400)
    {
   signal1 = false;
    }
    else
    {
      if (milsTrue !=0)
      {
        signal1 = true;
      }
    }
  }
  else
  {
    signal1 = true;
    milsTrue = millis ();
  }
if(signal1 == true)
{
  if (check == 0)
  {
    digitalWrite(8, LOW);
  }
  if (check == 1)
  {
digitalWrite(8, HIGH);
  }
}
else
{
  if (digitalRead(8) == 1)
  {
    check = 0;
  }
else
{
  check = 1;
}
}
}


Comments

Popular posts from this blog

How to make talking Voltmeter at home

how to make taking distance measurement device using Arduino and ultrasonic sensor

How to make voltmeter using Arduino