Search found 151 matches

by meowsqueak
Sat Feb 23, 2019 3:06 am
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

An odd observation - I am powering my ESP32 devkit (DOIT) via an external 5V power supply, and I am also using a USB cable to view the monitor console. I've discovered that when the USB cable is connected, the WiFi RSL reports as zero and the device is unable to connect via WiFi. But if I disconnect...
by meowsqueak
Sat Feb 23, 2019 1:09 am
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

Please update IDF branch release/v3.1. The commit ID of the bugfix is ef2bf2386255514ff0d2bc1b30b638251fd769dd. Please check whether it works for you. I've rebuilt and flashed my app using espressif/esp-idf commit 57118e2f10a79af0627ed56d42d24584cd4033d8 (which includes that one) and it has not res...
by meowsqueak
Wed Feb 13, 2019 9:32 pm
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

FWIW, I've seen no issues whatsoever with Wifi. I'm always working against the tip of master so I've seen all the versions on my device and I do many, many, soft-resets while developing against my Wrover module. Are you all sure that it is not something external affecting your wifi-connection? Well...
by meowsqueak
Wed Feb 13, 2019 9:30 pm
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

ESP_Sprite wrote:
Tue Feb 12, 2019 1:38 am
Have you opened a bug on Github for this? If not, you may want to, it usually is tracked a bit easier there than a random forum post.
I haven't, but I'll gather more info and put a report together. I'll test with master too.
by meowsqueak
Mon Feb 11, 2019 7:42 pm
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

Just bumping this because WiFi behaviour has definitely regressed in 3.1 (compared to 3.0) and I think it's a major issue as it requires a hard power cycle to recover, which is impractical for many deployed IoT projects.
by meowsqueak
Sun Feb 03, 2019 4:58 am
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

Now I've got my thread back... :) Unfortunately updating to the head of master for esp32-wifi-lib as suggested by brp80000 hasn't sorted out my problems with v3.1.2. In particular, approximately once in 5 or 10 resets I will see the WiFi connect, but the log will fill with the following message ever...
by meowsqueak
Tue Jan 29, 2019 11:43 pm
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

According to my observations in the new versions of IDF (it seems after 3.0.x) all password login modes on the WIFI_AUTH_WPA_WPA2_PSK access point do not work Interesting - although I'm not sure this accounts for my case where 3.1.2 works, but head of the 3.1 branch doesn't. Can anyone from Espress...
by meowsqueak
Mon Jan 28, 2019 11:20 am
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

Re: v3.0 to v3.1 migration guide? WiFi not working...

I downgraded ESP-IDF to v3.1.2 (rather than release/v3.1) and WiFi seems to connect properly. So something seems to have broken WiFi between Jan 2nd and Jan 25th. I'll stick with 3.1.2 for now.
by meowsqueak
Mon Jan 28, 2019 11:15 am
Forum: ESP-IDF
Topic: v3.0 to v3.1 migration guide? WiFi not working...
Replies: 29
Views: 29735

v3.0 to v3.1 migration guide? WiFi not working...

Is there a guide to updating an ESP-IDF application from v3.0 to v3.1? Specifically I'm having trouble getting WiFi to connect to my access point after simply changing to release/3.1 (0e2eccfad0feb15629a931f1183a6d9841ee0487) and rebuilding. Before I start going through diffs with a fine-toothed com...
by meowsqueak
Mon Jan 28, 2019 11:02 am
Forum: ESP-IDF
Topic: esp_log_level_set() with tag provided as variable has no effect
Replies: 3
Views: 4971

Re: esp_log_level_set() with tag provided as variable has no effect

Looks like this was fixed a little over a year ago on the master branch, but the fix has not made its way into 3.0.7. It is in 3.1 though.