Giter Site home page Giter Site logo

Comments (4)

ChangboBro avatar ChangboBro commented on August 16, 2024

I have tried to change my existing WiFi's SSID into full English, but nothing changed. :(

from esp32_nat_router.

martin-ger avatar martin-ger commented on August 16, 2024

ESP32 Cam should be no issue.

Did ou try it like this: use HTTP-style hex encoding like "Mine%2bYours". This will result in a string "Mine+Yours". With this hex encoding you can enter any byte value you like, except for 0 (for C-internal reasons)?

from esp32_nat_router.

ChangboBro avatar ChangboBro commented on August 16, 2024

Oh, I found the issues! The first time I opened the web interface using my smartphone's native browser, and the problem occurred, then I tried Chrome browser, and it works totally fine!
Maybe it's because the native browser of my smartphone redirects or refreshes the web page immediately after I click the 'set' button, it doesn't wait for the ESP32 to process the information?

Also, I changed my existing WiFi's SSID back into Chinese again, the STA settings of the web interface can set WiFi's SSID into Chinese, but it seems the ESP32 can't connect to it. So maybe I should use English SSID now.

from esp32_nat_router.

ChangboBro avatar ChangboBro commented on August 16, 2024

ESP32 Cam should be no issue.

Did ou try it like this: use HTTP-style hex encoding like "Mine%2bYours". This will result in a string "Mine+Yours". With this hex encoding you can enter any byte value you like, except for 0 (for C-internal reasons)?

Sorry, I didn't learn web development before, so I didn't understand what "HTTP-style hex encoding" means. but I find a website that introduces URL Encoding here๏ผšhttps://www.w3schools.com/tags/ref_urlencode.ASP
so I used the URL encoder on that web page to encode my WiFi's Chinese SSID. Fortunately, somehow it works! Thank you for your reply and your project! It helps me a lot.

from esp32_nat_router.

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.