-
Notifications
You must be signed in to change notification settings - Fork 180
Build successfull but image is not working #19
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
Comments
Well for now I switched back to old esp-idf 3.2 and arduino-esp32 tag 1.0.4 with the bugfix from Now I can finally build my own arduino sdk with changed options. I even tried esp-idf 3.3 with arduino-esp32 tag 1.0.5rc3 from yesterday, but It the build comes out with the same problem as in my initial ticket, it's not getting an IP address from DHCP. |
ok, lets clarify :) build is OK, but WiFi is not? If you are using the master branch of this repo, |
Yes I could build successfull with esp-idf branch release/v3.3 and arduino-esp32 tag 1.0.5rc3. I am on the old working stable for now. The reason why I wanted to check for newer esp-idf /arduino-esp32 is that I have strange WLAN disconnect problems which random are happening under UDP load. I am sending about 50 UDP packets (about 40 bytes each) per second by DTLS Streaming (MBEDTLS needs CONFIG_MBEDTLS_SSL_PROTO_DTLS ) and I am receiving about 60 UDP packets (about 500 bytes each) RAW using AsyncUDP. At some random point the DTLS stream becomes unstable and shortly after this WIFI becomes unreliable until reboot, for example here is some debug output with automatic Wifi.Reconnect() tries between.
Also reading data by Serial (Serial.read();) returns no data. |
have you checked how much memory you have available? |
@me-no-dev: yes sure herr is some debug output from between the reconnect tries:
And when its own load it looks like this:
|
For your information, I found the reeason. It appears to overwrite the DHCP address in the new esp-idf. |
I finally got a the environment build successfully and working within Arduino CC by changing the arduino-esp32 branch to "idf-release/v3.3" (See #12 as well)
I made these changes in my sdkconfig_:
Finally after I build an image, the build is not working as expected :(.
DHCP is not working Serial Input also does not work.
With the working SDK Version of arduino-lib, it looks like this:
Is there any chance to make a working build of the libs with these changed sdkconfig defined?
The text was updated successfully, but these errors were encountered: