Arduino Web Server with Webpage Stored on SD Card

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Link to C++ sketch:
    akuzechie.blog...

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

  • @TheJavaSync
    @TheJavaSync 3 года назад +2

    Slow, Clear .. Loved it so much
    #I'm not real programmer, just arduino hobbiest

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

    Congratulations, thanks for learning.

  • @이상구-u1z
    @이상구-u1z 2 года назад +1

    thank you .. I tried through your video.. but Initialization SD card... SD card initialization failed! .. what is the problem? do you have any idea?

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

    it is a very useful demonstration here ...... thank you so much

  • @____________________________.x
    @____________________________.x 2 года назад

    Interesting, thanks

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

    Hey ! Does this work with html address links ? Like , does the server responds the correct html page when client asks for a specific one?

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

    I don't know if I'm wrong, but it seems that something is missing to open the page that is on the arduino card? Can you clear this doubt?

  • @ΒασίληςΒασιλάκης-φ2φ

    Thank you for the great video, but ... I want all the files linked to the html page to be stored on the sd card. How can I do this? I want image, video or even audio files to be saved on the sd card and be able to manage them from the html page.

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

    Hallo thanks for sharing

  • @yabel1993.2
    @yabel1993.2 2 года назад

    Thank you very much! I couldn't open de file from de SD, but thanks to this, now y got my html on the webserver.
    But now I'm struggling with the code because I need to read an analog port, temperature, and print it among the web, but if I put the function in the html it doesn't work and show me only the text.
    Do you got any idea? Thanks again!

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

    But will it run indefinitely without freezing? I need a simple button to control a relay on the web page and I've tried integrating the html in the sketch and also running of SD card and neither one will stay running. I have to reset it every 24 hours and it's super annoying.

  • @dannywinkler-moomoo
    @dannywinkler-moomoo 2 года назад

    Is it posible to insert or change values of ADC Ports? Also Manipulate the HTML-File during transfer?

  • @rexsovell.melgar2481
    @rexsovell.melgar2481 2 года назад

    So how can I use it to switch my relay using web server installed on sd card? Currently, I use "readString.indexOf" to detect when to turn the relay using digitalWrite.

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

    Thank you for the video. Could the HTML string be stored in progmem by enclosing with F()?

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

    is this possible with an arduino wifi r3 instead of an arduino with an ethernet shield?

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

    can we add a simple button to control a relay

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

    best video