WebSockets Explained: Real-Time Communication with ESP8266

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 39

  • @PalestinianMan
    @PalestinianMan Год назад +1

    That worked fantastically. Thank you

  • @photorealm
    @photorealm Год назад +1

    Fantastic video and code example. This made my day, thank you for sharing your knowledge. Everything worked on the first compile and upload and it was something I was trying to understand on the 8266.

  • @jorgeholguin2009
    @jorgeholguin2009 Год назад +1

    Great video thanks.
    I only have a ESP32.
    Will the posted code work with it?

    • @bichop4314
      @bichop4314 Год назад

      the same concept but you should change the server library to esp32

  • @javierCi
    @javierCi 3 года назад +1

    Great explanation and code to show newby people how to communicate to every element in a webpage

  • @josezambrano3105
    @josezambrano3105 2 года назад +2

    Really good, one of the best lesson I have seen. Really greatfull

    • @MrDIYca
      @MrDIYca  2 года назад

      Glad to hear that!

  • @ruenjou
    @ruenjou 9 месяцев назад

    Yes it works. Thanks.

  • @kharumonsongrit6177
    @kharumonsongrit6177 Год назад

    Thank you so much for clip and information

  • @HedroomMax
    @HedroomMax 11 месяцев назад

    Great and yet simple video, thanks!
    Where is your accent form? Sounds german :)

  • @angelv1393
    @angelv1393 2 года назад +1

    thank you so much ❤👏👏👏

  • @sumukha-infotech
    @sumukha-infotech 2 года назад +1

    Thank you so much the video , hooe same concept works for Esp32 board too

  • @mrafayshams3089
    @mrafayshams3089 2 года назад +1

    Great Video! How can we run this over the internet rather than local ip address?

    • @MrDe0
      @MrDe0 2 года назад

      You would need a router that supports port forwarding and port remapping, then you would be able to use your public ip address rather than the local ip.

  • @Glanmire3
    @Glanmire3 Год назад

    Your video content that information what I'm looking for, however I would like to ask about a detail. I hope my theory is right and please correct me if I'm wrong. Well, I'd like to apply esp8266 boards as WebSockets clients (temperatute and humidity sensor) and I gonna have a simple linux server what is at certain time ask the clients about update. Because the clients would be consuming as low power as possible in this case the client-server connection isn't constant it's only builtd up the connection if the server ask the client. In other words, is it working the WebSockets in this situation?

  • @AllertonEPS
    @AllertonEPS 2 года назад

    Thank you - beautifully clean video and GREAT Clarity.
    ( Have you looked into the newer ESPASyncWebServer ? ) - I have been trying to get this to work - as it has advantages over the ESP8266WebServer )
    Thanks again ....

    • @MrDIYca
      @MrDIYca  2 года назад

      I haven't but it looks great

  • @ooong6330
    @ooong6330 Год назад

    Good explanation.

  • @misha1533
    @misha1533 2 года назад

    can you explain how did you connect potentiometer to wemos d1 mini?

  • @md.mainuddin8211
    @md.mainuddin8211 Год назад

    Thanks, man ❤

  • @devilvortex1
    @devilvortex1 Год назад

    someone know the font name in sharing source code?

  • @speedtnt7591
    @speedtnt7591 2 года назад

    Can you do it with NodeJs and mongoDB? so the connection is global...thanks...

  • @prateekmahajan1929
    @prateekmahajan1929 3 года назад +1

    Awesome

  • @themisk.3843
    @themisk.3843 2 года назад

    do you have any tutorial for mqtt over websocket? thanks in advance

  • @lafusaja1617
    @lafusaja1617 2 года назад

    Good job

  • @eastern815
    @eastern815 2 года назад

    thank you

    • @MrDIYca
      @MrDIYca  2 года назад

      You're welcome

  • @annoorkhan4219
    @annoorkhan4219 2 года назад

    Do you have any NODE JS code for web application ?

  • @truedwell
    @truedwell 3 года назад

    great!

  • @rifkyakhmadf7872
    @rifkyakhmadf7872 2 года назад

    can it be said as iot project?

    • @MrDIYca
      @MrDIYca  2 года назад

      Everything is IoT nowadays :)

  • @nitsanbh
    @nitsanbh Год назад +1

    I had no idea Arduino was powerful enough to serve http requests

  • @fatihsonmez
    @fatihsonmez 2 года назад

    liked, subscribed

  • @alexrossouw7702
    @alexrossouw7702 2 года назад +1

    I'd go get drunk that Bar di Re Arduino and chat about projects all night long

  • @TuanNguyen-pj2lv
    @TuanNguyen-pj2lv 2 года назад

    where can i contact for you ,i have some problem and could you help me pls>>>?/...

  • @TheJavaSync
    @TheJavaSync Год назад

    With micropython, pls