Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFi.softAP doesn't work #2

Open
Paolovolo opened this issue Apr 27, 2020 · 2 comments
Open

WiFi.softAP doesn't work #2

Paolovolo opened this issue Apr 27, 2020 · 2 comments

Comments

@Paolovolo
Copy link

I apologize if I was wrong to write here, but I have not found where to request information on this very interesting ttgo-t-call sketch.
I declare that I am not a programmer.
I ask for help because I can't get it to work, ESP32sim800l restarts repeatedly showing the following error: "Programm ESP32_TTGO_T_CALL_TinyGSM
assertion "dataSize == readSize" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/nvs_flash/src/nvs_storage.cpp", line 419, function: esp_err_t nvs :: Storage :: readMultiPageBlob (uint8_t, const char *, void *, size_t)
abort () was called on the PC 0x400ffd7f on core 1
Restarting ...
"
I don't understand what kind of error it is, it occurs during installation when it requires WiFi.softAP (ssid, password);
Could you help me understand?
Thanks again for the work done.
Paolo.

@Zaurik97
Copy link

Hi,
I had a similar problem but I got it working by adding esp_netif_init(); as the first line in my setup() , the way I understood it this should clean wifi stack and helps avoid some issues.

@SFeli
Copy link
Owner

SFeli commented Jan 6, 2024

Dear Paolovolo and Zaurik97,
I have reworked the whole programm. On my oppinion the problem was that the events of the wifi server are not firing as before.
The WIFI-driver has changed and so the programm didn't start the connection.
By the new structure it should work. Can you please give the new version a try? Thanks and have a pleasant new year. Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants