-
Notifications
You must be signed in to change notification settings - Fork 75
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
esp-idf 4.3 + latest code(56ee43e) constantly reboot #16
Comments
I didn't test with the latest version, but the stack overflow indicates that the stack size has to be increased for the Wifi TX task. Probably some internals have changed in the latest IDF and more stack is being used. Try to add 512 bytes. There is another error in the log: wifi:invalid interface 0 |
Hummm... Tx stack overflow is OK. I think
|
It seems ok {WiFi mode(STA=1), interface(STA=0), package buffer length(1500)}, BUT failed with
I found
|
a)
|
Are you using the same esp-idf version as described in the README ? I had issue with that and now I am using release/v4.3 branch (commit 389a848a6a7b11cfd2e33bf34752483906bc9237 from December 29 09:42) of ESP IDF and it works. I also had to change line 693 of main.cpp for the following line : |
Do you get the 802.11n modes (MCS0 to MCS7) working? For me,
Also got 40MHz rates working:
Without setting the bandwidth, it did not work. Maybe because the default is HT40 or maybe it is initializing something internally. |
@JulesThuillier @rottaran BUT no video on RPI 3B+ nor Ubuntu laptop. please see latest code(9610792) no video on RPI Window #22 @jeanlemotan Do you have an suggestion on this? |
@rottaran I have got IDF 4.4 (latest) working (I mean compile and log shows working). And I found there are a lot of changes if IDF 5.0 used. Do you have the patches for 5.0? @JulesThuillier I just changed code your suggested and some debug issues. @jeanlemotan This is my PR: Fix no WiFi RF packet send issue and upgrade to IDF v4.4(latest) #23 . If you can see the video on gs. Then I think it's OK to merge. BTW: Please let usknow:
PS: I wanna know why my gs is not working :( |
I'll try this weekend to check the stuff above. |
Thanks. that's really helps. |
@lida2003 Sorry no I don't have patches for 5.0, currently I'm still trying to figure out how to make it work completely (I still just have a black screen pop up with a crash soon after on my RPi 4), before upgrading the soft. |
@JulesThuillier Hummm.... RPI 4, now we are on the same starting line. It seems that RPI 3B+/4/Ubuntu 20.04 have the black screen with latest gs code. Maybe we have to dig a little bit deeper. Good news is @jeanlemotan will take a look when he has time. |
The air firmware should now work with IDF4.4.4. But pls use the committed sdkconfig, it's critical for memory reasons. |
fresh build, reboot issue something to do with "esp_wifi_internal_set_fix_rate"
|
I use AI-Thinker module with 2MB PSRAM(which should be causion). The code constantly rebooted, any clues?
Just flash and monitor the logs:
ESP_IDF 4.3 and esp32-cam-fpvn(latest), which might be a little bit different from esp-idf-v4.3-beta1.
And the default build sdkconfig is quite different with repo's sdkconfig(which should be used with esp-idf-v4.3-beta1 , see
sdkconfig_with_default_build.patch
The text was updated successfully, but these errors were encountered: