ESP32 WiFi Manager - Custom Design Tutorial

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

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

  • @ESP32Web
    @ESP32Web  8 месяцев назад +10

    Hello ESP32 Enthusiasts, This library is now free to download and use - licencing has been removed.

  • @tareqwaleedabukhalaf4300
    @tareqwaleedabukhalaf4300 15 дней назад

    it looks amazing ! . i am just wondering if it replacing lib , same functionality but with more customization? also when the esp32 playground will be released?

    • @ESP32Web
      @ESP32Web  12 дней назад +1

      Hello Tareq, Awesome to hear you liked the library. I have replied to your email & might make a short video addressing the library and the objectives of ESP32 Web as a project. As per ESP32 Playground, that should be dropping over the course of the next week!

  • @DuaaKhan-sx2ng
    @DuaaKhan-sx2ng 6 месяцев назад +2

    This was so helpful!🙂Thanks

  • @benid696
    @benid696 8 месяцев назад +1

    Very interesting library, when will the update come out?

    • @ESP32Web
      @ESP32Web  8 месяцев назад

      Thank you for your interest. Hopefully within a week or two. This one will not be an additional features update though.

  • @aklein7892
    @aklein7892 8 месяцев назад +2

    What is the scope of the licence? Can I use it commercially in as many products as I want with the purchase of one licence?

    • @ESP32Web
      @ESP32Web  8 месяцев назад

      Yes, that is correct...currently you can use the licence key in as many ESP32 chips as you'd like. The next update is removing the licencing requirements altogether and you can just download and use the software package free of charge.

    • @AndreReisAndrecsreis
      @AndreReisAndrecsreis 2 месяца назад

      @@ESP32Web Thanks a lot for making this great app free! You should consider give the option to receive donations.

  • @lucasianii8178
    @lucasianii8178 7 месяцев назад +1

    Thats a wonderful library, any reason you decided to withdraw the license purchase?

    • @ESP32Web
      @ESP32Web  7 месяцев назад +4

      Thank you - really appreciate that. Yeah, I thought I would be a lot nicer if you guys could just own the code forever without depending on me maintaining the licence verification servers - so now there are no external dependencies.
      There are plans on monetising some pro features a lot later down the road. But things will get really fun & interesting with that update.

  • @MikeMaynard-n2h
    @MikeMaynard-n2h 10 месяцев назад

    Really interesting! I would like to implement this without using Platform Io. Is it possible to use this just using the Arduino IDE and use VS Code to edit the Web files? Thanks!

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

      Hello There, Yes I think our library could be used with the Legacy Arduino IDE, v1.8.19. This might require slight refactoring of the files structure for easy changes using the Legacy Arduino IDE. Can have a look into this once we've pushed out our next update...which will also make this whole library free of charge. Subscribe to be notified.

  • @lakshmidivijap384
    @lakshmidivijap384 7 месяцев назад +1

    hello thanks for the video . i tried downloading the library and faced a small issue .in data folder there is no config.json and wifi-config.json files included. can you please send the code insde them so that i could add them in my library. i wanted to change the name of the webpage.

    • @ESP32Web
      @ESP32Web  7 месяцев назад +1

      Thank you for raising your concerns.
      1) As per the config.json, that is no longer needed. You now only have to change the url name in the one place, the ESP32Web.cpp file under the variable "local_URL" on or around line 21.
      2) As per the wifi-config.json file, that is also not needed. The library is made so that it will create that file itself.
      Hope that helps. If more assistance is needed, please open an issues ticket on the github repository, & I will assist accordingly. github.com/ESP32-Web/WiFi-Manager_Library/issues

    • @lakshmidivijap384
      @lakshmidivijap384 6 месяцев назад +1

      @@ESP32Webthanks a lot! your tutorials are of great help .🤗it made my work soo easy😀

    • @ESP32Web
      @ESP32Web  6 месяцев назад +1

      Great to hear!

  • @oOKunalOo
    @oOKunalOo 5 месяцев назад

    Hi, I am getting the following error
    Reading file: /wifi-config.json
    [ 4093][E][vfs_api.cpp:105] open(): /littlefs/wifi-config.json does not exist, no permits for creation
    - failed to open file for reading
    [ 4108][E][vfs_api.cpp:105] open(): /littlefs/wifi-config.json does not exist, no permits for creation
    Failed to open data.json file
    Initialising Soft Access Point...
    Brownout detector was triggered

    • @ESP32Web
      @ESP32Web  5 месяцев назад

      Hello There, Could you please email me at support@esp32web.com or open an issue at github.com/ESP32-Web/WiFi-Manager_Library/issues and I will assist you accordinly.
      When you get in touch, could you share the following:
      - Which version of the library you are using.
      - Are you using the Arduino IDE or PlatformIO.
      - Full Screenshot (or a copy and paste) of the Serial Monitor.

  • @bektinurwanto
    @bektinurwanto 17 дней назад

    how to change if i use ip_addrs/update

    • @ESP32Web
      @ESP32Web  17 дней назад

      Hello There. Do you mean accessing the website with just the ip address rather than a “.local” url ?

  • @hansdegroot652
    @hansdegroot652 5 месяцев назад

    Hi can 8 still use esp now? When using wifi manager?

    • @ESP32Web
      @ESP32Web  5 месяцев назад +1

      Hello There, although I haven't had the chance to test this yet, I don't see why it wouldn't work. Let me know if it doesn't work for you.

  • @miladkimiyagar7598
    @miladkimiyagar7598 2 месяца назад

    can we use this for esp8266 ?

    • @ESP32Web
      @ESP32Web  2 месяца назад

      Hey There, unfortunately I don’t believe so, as this library is utilising a few pre-existing libraries that happen to be geared towards supporting the ESP32 only.

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

    *promo sm* 😉

  • @ajaviles13
    @ajaviles13 14 дней назад

    Hi ! I followed the exact steps for VS Code and when I go to upload the "Filesystem Image" after uploading the main.cpp, I get this error message:
    Building FS image from 'data' directory to .pio/build/seeed_xiao_esp32c3/spiffs.bin
    sh: /Users/ajaviles/Documents/PlatformIO/Projects/ARCHIVES/CaptivePortalWithESP32Web/mklittlefs: No such file or directory
    *** [.pio/build/seeed_xiao_esp32c3/spiffs.bin] Error 127
    Seems like an easy fix but I cannot seem to crack it. Any suggestions ?

    • @ESP32Web
      @ESP32Web  12 дней назад +1

      It sounds like the "mklittlefs.exe" file wasn't copied over or plugged in in via the "platformio.ini" file. If still having issues, email me at support@esp32web.com and i'll try help you out.

    • @ajaviles13
      @ajaviles13 11 дней назад

      @@ESP32Web Hi! Thanks for responding. I just shared an email to that support email with a Loom recording of my VS Code.