Page 1 of 1

wifi/event broken in latest 4.0

Posted: Wed Jul 31, 2019 6:38 am
by danny@cs.huji.ac.il
hi,
the example in examples/wifi/getting_started/station is broken.
the dhcp is answering but the esp32 is not.

Re: wifi/event broken in latest 4.0

Posted: Tue Aug 20, 2019 6:29 am
by danny@cs.huji.ac.il
Am I the only one with this problem?
cheers,
danny

Re: wifi/event broken in latest 4.0

Posted: Wed Aug 21, 2019 8:32 am
by liuzhifu
HI Danny, could you describe your issue in detail?

Re: wifi/event broken in latest 4.0

Posted: Wed Aug 21, 2019 7:50 pm
by danny@cs.huji.ac.il
i compile the examples/wifi/getting_started/station, just setting sid and password,
i the run it, and I can see my dhcp answering, but the app is stuck.
the example in 3.2 runs fine, reporting the obtained ip, no such luck with 4.0.

danny

Re: wifi/event broken in latest 4.0

Posted: Thu Aug 22, 2019 11:22 am
by liuzhifu
HI Danny, the example code in IDF v4.0 works well on my side, could you let me know the type of router to which the ESP32 station is connected? Did you correctly configure the password and SSID of your station?

Re: wifi/event broken in latest 4.0

Posted: Thu Aug 22, 2019 11:55 am
by danny@cs.huji.ac.il
Hi Liuzhifu,

I just did a git pull, and now it's working ok!
I guess something got fixed ...

thanks,
danny