ESP32 Web Server using AJAX

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

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

  • @Rob-id3zf
    @Rob-id3zf Месяц назад

    Nice Video. Simple clear example. Explained and shown very well. Thanks!

  • @Zhilinjain
    @Zhilinjain 10 месяцев назад

    Exactly what I was looking for …. Thanks

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

    Thank you!

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

    Hello Anas, many thanks for the Video. I found it very informative. My challenge are my poor WEB programming skills. Hope to learn more about it in the future.

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

      Thanks Bruder for your feedback. You can check out my other videos on web programming.

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

    Very nice and simple explanation about AJAX. Thank you. Your videos should have more views.
    Greetings from Bosnia.

  • @lone-eltemplodeltalento6196
    @lone-eltemplodeltalento6196 2 года назад +1

    I find using fetch() API easier to use to request data instead of using xhr but great video 👍

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

    Excellente présentation...Merci.

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

    Awesome video, thank you very much!

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

    do a tutorial on how to send temperature sensor data that is connected to esp32 to a wordpress website, so the esp32 just connects to the internet to push data and displays that data with ajax on a wordpress site.

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

    Thank you! very informative.. but quick question: how do you request two different analog values? since you write the whole responseText to the innerhtml.. Also, how do you send Data (for example a dropdown value) back to the ESP? Thank you!

    • @mibrahim4245
      @mibrahim4245 Год назад +2

      hmm, in php, I output the values in JSON format e.g: sensor.name, sensor.value, etc... and in JS when I handle them, I do: JSON.parse(key.value)

  • @ingenia-tec5194
    @ingenia-tec5194 2 года назад

    Hi, I have a question ... How can I use AJAX to get information from a form in HTML?
    I want to create a Sign-up / Login page in HTML served by the ESP32, so that after the client sends the data, the ESP32 can perform some actions in Hardware.
    Thanks for your videos :D
    You are Great :D
    Thanks a lot.

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

      Hi,
      Are you still interested about it?

    • @ingenia-tec5194
      @ingenia-tec5194 Год назад

      @@mibrahim4245 yes please :3

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

      @@ingenia-tec5194 I can do your task for affordable price if you're interested.

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

    Can you write the codes in micropython ?

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

      I'm not familiar with Python. I have to do some research. Thanks for your feedback.