ESP32 Arduino HTTP web server: Serve Image from SPIFFS file system

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 12

  • @ayashkantavtar3335
    @ayashkantavtar3335 3 роки тому

    One issue I am facing with the SPIFFS is that when I upload the application bin file through the esptool then the file is corrupted. Why this happen?

  • @arthasronald2186
    @arthasronald2186 4 роки тому

    Is there any way to contact you in case I can't technical troubleshooting some problems?

  • @jantrisko
    @jantrisko 4 роки тому

    Is there any way to add an image to a html code on ESPAsyncWebServer?

  • @ingenia-tec5194
    @ingenia-tec5194 3 роки тому

    Thanks a lot :D
    Its a great video :D !!!
    I have two questions about this method to serve a image...
    1) This method ... could it be used to serve all kind of images? GIF for example ? or SVG ?
    2) Could you use this method to serve an Web page (HTML,CSS,JavaScript) that uses Images stored with the SPIFFS ? How can we use that image stored with SPIFFS to place within our HTML file ?
    Thanks for your video :D
    Thank you

  • @bobdylan5926
    @bobdylan5926 5 років тому

    how do we convert images to base64 in the code? I want to capture an image with an esp32 cam and convert it to bitmap or base64 etc... to be able to show the image using this method on the website.

    • @madhu_devara
      @madhu_devara 5 років тому

      bob dylan do you findout the solution...?, i'm looking into same problem

  • @gilsongoes6116
    @gilsongoes6116 5 років тому

    Olá, Can you do this with esp8266?

  • @FernandaOliveira-pf3pd
    @FernandaOliveira-pf3pd 4 роки тому

    guys, on my arduino there is no option "ESP32 Sketch data upload", what can I do?

  • @GeorgeFlorian12
    @GeorgeFlorian12 5 років тому +1

    SPIFFS is outdated, try FatFS. It's a LOT faster than SPIFFS.

    • @techtutorialsx11
      @techtutorialsx11  5 років тому +1

      Hi! Thanks for the suggestion :) I have already done a couple of tutorials on the FAT file system, although I haven't yet done any comparison between both in terms of performance.
      Nonetheless, I haven't yet found any simple to use method to upload files to the FAT file system, such as the plugin we have for SPIFFS. This is why I'm still using SPIFFS for these HTTP web server tutorials.
      I haven't investigated much about comparisons between the two, but I would say that SPIFFS and FAT are two alternatives.

    • @GeorgeFlorian12
      @GeorgeFlorian12 5 років тому +1

      @@techtutorialsx11 Great, I am gonna check them out !