Giter VIP home page Giter VIP logo

Comments (4)

cotestatnt avatar cotestatnt commented on May 29, 2024

Hello @toneytang and thank you for your interest.

The only external dependency is ArduinoJson library, everything else is part of the Arduino core for ESP32 or ESP8266 and therefore you don't need to install anything else.

With latest release I have deeply revisited the built-in /setup web page: now you can update the firmware OTA and also upload any source files (there are many nice examples included in the "data" subfolder).

In this regard, in the examples I tried to show all the functions that the library makes available and they are certainly the first point to start from.
What would you like to use it for? WiFi manager and parameter configuration or to design a sort of User Interface?

from esp-fs-webserver.

toneytang avatar toneytang commented on May 29, 2024

Hi, @cotestatnt . Thank you for your reply. I just managed it working under Arduino IDE yesterday. The project is wonderful, it satisfies almost everything of my needs. So, the thing I need to figure out is how to customize the webpage and learn how to use it.

I am going to use it for an little sensor to store the data on an SD card and also has web ui to view the data easily.

from esp-fs-webserver.

toneytang avatar toneytang commented on May 29, 2024

By the way, may I ask what is the size for the FS? I am using ESP32-C3-MINI-H4 module.

from esp-fs-webserver.

cotestatnt avatar cotestatnt commented on May 29, 2024

how to customize the webpage

This a possibility, but not a must: the /setup web page can be customized injecting your own HTML/CSS/JS code (check the customHTML.ino example), but it is mainly intended as an endpoint useful for configure a project, not as UI..
You could upload a complete custom web sources as for UI, but it'your choice offcourse. I have an old project similar to your needs, if you like I can provide you.

By the way, may I ask what is the size for the FS?

This depends from the board and not from MCU type. The SPI flash memory with ESP32 is always external, so every board maker can choose the size he need. Keep in mind that library can work also directly from SD memory aniway because it's indipendent from filesystem type.

from esp-fs-webserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.