Control Relay ESP-01 Module from Smartphone

แชร์
ฝัง

ความคิดเห็น • 57

  • @aargee77
    @aargee77 ปีที่แล้ว +1

    Worked like a charm, just that i had to change the baud rate to 9600 for the serial monitor

  • @DenisFlorentino
    @DenisFlorentino ปีที่แล้ว +1

    Excelente videotutorial, depsues de medio año logre hacer funcionar el dispositivo, gras por compartir sus conocimientos, saludos.

  • @user-xp1ud7uo4w
    @user-xp1ud7uo4w หลายเดือนก่อน

    Super Thank for easy explanation

  • @jeandilissen4197
    @jeandilissen4197 11 หลายเดือนก่อน

    Excellent videotutorial, thanks

  • @occamraiser
    @occamraiser หลายเดือนก่อน

    Thank you and thanks for the link to the script and HTML - most useful. :)

  • @victorsaizayala6693
    @victorsaizayala6693 ปีที่แล้ว

    FUNCIONA!! . El mejor sobre el ESP8266 01S.

    • @YaserAliHusen
      @YaserAliHusen  ปีที่แล้ว +1

      gracias, no olvides ver otros videos y suscribirte a mi canal

  • @Bianchi77
    @Bianchi77 ปีที่แล้ว +1

    Nice video, thanks :)

  • @jucerago
    @jucerago 10 หลายเดือนก่อน

    Thank you, It works really well.

    • @YaserAliHusen
      @YaserAliHusen  10 หลายเดือนก่อน

      You're welcome!

  • @alexeigopher5458
    @alexeigopher5458 10 หลายเดือนก่อน

    so use-full. now days 2023 and esp01 still alive! willl do something!!!

  • @profmssassia
    @profmssassia ปีที่แล้ว

    Super Thanks !!!

  • @hattour1
    @hattour1 5 หลายเดือนก่อน

    Super Thanks

  • @briandance7194
    @briandance7194 6 หลายเดือนก่อน

    In the required materials should the Arduino IDE be listed? I have downloaded Arduino IDE for linux. ESP_01 does not show up as a Board. When the USB programmer is pluged in the Serial port shows up but ESP_01 is not one of the board types on that port. Is this video suitable for newbies to the IDE?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      You must Install the Boards in Arduino IDE
      In Preference -> Additional Boards Manager URLs, add: arduino.esp8266.com/stable/package_esp8266com_index.json
      Or you can googling it
      Thank you

  • @MrJamesoro
    @MrJamesoro 7 หลายเดือนก่อน

    a quien no pueda descargar el archivo, use otro explorador. excelente video

  • @simonhall8109
    @simonhall8109 4 หลายเดือนก่อน

    Thanks Yaser, much appreciated, could I ask if you could suggest how to change the code from a switch to a momentary button , thanks

    • @YaserAliHusen
      @YaserAliHusen  4 หลายเดือนก่อน

      Sorry I have not ever try it.
      Do you mean, we must hold the button to turn on the relay, when we release, relay will be turned off, right?

  • @user-xp2im1kz1t
    @user-xp2im1kz1t ปีที่แล้ว +1

    Very good, I have tried it and it is feasible, but may I ask if the IP address will change after a period of time?

    • @YaserAliHusen
      @YaserAliHusen  ปีที่แล้ว

      I have not ever try for long period
      If connected, maybe the ip will not change

  • @claudioredolfi2526
    @claudioredolfi2526 5 หลายเดือนก่อน

    Excellent sketch but when I connect the power the relay energizes when it should remain off but instead it energizes without command.
    If I have to turn on a light bulb, an opposite action is necessary: the relay must be turned off. not energized when connecting the ESP-01 power supply.

    • @YaserAliHusen
      @YaserAliHusen  5 หลายเดือนก่อน

      You use relay which it will ON when receive Low signal, right?
      So, in code, in setup, turn off the relay first by write HIGH the relay

  • @girishpanchal9072
    @girishpanchal9072 6 หลายเดือนก่อน

    Hi, thanks for nice video. Can I connect to esp01 which is on home wifi from my smartphone which is on other network maybe in some other region?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      if use web server, we cant connect.
      But we can use MQTT communication for long distance over the world connection

  • @MrBobWareham
    @MrBobWareham 6 หลายเดือนก่อน

    Thanks for the video, very interesting, but can I control multiple separate relays, one in each room to turn on off?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      This video explain control a ESP device via its webserver page, so you can add more relays in 1 device, you can use ESP32 or ESP8266 with more GPIO.
      If you mean control more devices with 1 page, you can use node-red dashboard, it can connect more device an out control on a dashboard page

    • @funlife8744
      @funlife8744 6 หลายเดือนก่อน

      You can use the ESP8266 Relay x 4 Module to control 4 devices.

    • @MrBobWareham
      @MrBobWareham 6 หลายเดือนก่อน

      Thanks for your reply, but I would like to use 5 single relays one in each room to turn on 5 lights but from one web page @@YaserAliHusen

  • @daniellee9933
    @daniellee9933 8 หลายเดือนก่อน

    After completed uploading and error .
    Error : fail to connect to ESP8266 : timeout waiting for packet header

    • @YaserAliHusen
      @YaserAliHusen  8 หลายเดือนก่อน

      Disconnect the cable,
      Follow the steps

  • @anbumalarv9413
    @anbumalarv9413 7 หลายเดือนก่อน

    If i am doing many pieces like this will it have seperate ip address

    • @YaserAliHusen
      @YaserAliHusen  7 หลายเดือนก่อน

      Yes, 1 ESP has unique IP address

  • @rahmanmr3838
    @rahmanmr3838 ปีที่แล้ว

    where to find ESP8266 wifi file ?

  • @garymazzataz9350
    @garymazzataz9350 ปีที่แล้ว +1

    never worked for me

  • @kai3558
    @kai3558 6 หลายเดือนก่อน

    where to buy the part where u connect the power to power on the relay ?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน +1

      You can find Micro USB to Dip adapter, there are similar with this part

  • @amateamchannel3687
    @amateamchannel3687 ปีที่แล้ว +1

    When suddenly the electric power supply goes out and at that time the status of the relay module is ON. Then the electric power supply turns ON again, does the status of the relay module remain ON?

    • @YaserAliHusen
      @YaserAliHusen  ปีที่แล้ว

      I set, initial status is OFF, so when power turn on, relay become OFF

    • @amateamchannel3687
      @amateamchannel3687 ปีที่แล้ว

      @@YaserAliHusen
      is it possible to set the initial status to the last status? or must be added battery back up memory?

    • @YaserAliHusen
      @YaserAliHusen  ปีที่แล้ว

      @@amateamchannel3687, I think you cant.
      If you want, you must store the status in something, in additional relay, pararel with main relay and connect output relay as input.
      Esp will check the input as relay status in initial start up.
      And you must use another esp device like esp8266

    • @amateamchannel3687
      @amateamchannel3687 ปีที่แล้ว

      @@YaserAliHusen Terima kasih for the information

    • @thejocelyn5994
      @thejocelyn5994 6 หลายเดือนก่อน

      Yasser sorry but initial power is at on, so when power turns on relay is on. How to reverse that in the code?? thanks @@YaserAliHusen

  • @palaskar5020
    @palaskar5020 10 หลายเดือนก่อน

    It connect with wifi after uploading the program. But when I connect with relay module it cannot connect with wifi.. please reply

    • @YaserAliHusen
      @YaserAliHusen  10 หลายเดือนก่อน

      Please follow the steps, others could connect it well

  • @shuvankardutta5694
    @shuvankardutta5694 ปีที่แล้ว

    Can you please re upload the code.it is not available in drive
    Only html code has

    • @YaserAliHusen
      @YaserAliHusen  ปีที่แล้ว

      There is INO file: TEST_SERVER_ESP01_Rev1.ino
      You can put it into foldee with same name
      Did you download zip file?

  • @AvreZiwar
    @AvreZiwar 10 หลายเดือนก่อน

    Where i get app?

    • @YaserAliHusen
      @YaserAliHusen  10 หลายเดือนก่อน

      You just download the ino file

  • @GordonWilson67
    @GordonWilson67 7 หลายเดือนก่อน

    cannot download code?

    • @YaserAliHusen
      @YaserAliHusen  7 หลายเดือนก่อน

      I provide the link at video description, did you download it?

    • @GordonWilson67
      @GordonWilson67 7 หลายเดือนก่อน

      Yes, thank you for the fast reply, at first I was trying to click on the links to download them and that did not work, but then I saw a download button in the upper right corner and that worked, thank you. 🙂@@YaserAliHusen

  • @BlenderAnimation_
    @BlenderAnimation_ 11 หลายเดือนก่อน

    That was esp01s

  • @magidfathalla1717
    @magidfathalla1717 17 วันที่ผ่านมา

    thans. but the link not working😢

    • @YaserAliHusen
      @YaserAliHusen  16 วันที่ผ่านมา

      You can follow the steps in video,
      Most of comments said they succesful tried this tutorial

  • @danilogabriel6628
    @danilogabriel6628 8 หลายเดือนก่อน

    That is why I cannot upload code

    • @YaserAliHusen
      @YaserAliHusen  7 หลายเดือนก่อน

      Please follow the steps, especially about additional cable jumper