Search found 3529 matches

by WiFive
Fri Nov 15, 2019 12:06 am
Forum: ESP-IDF
Topic: TCPIP get/set hostname always fails
Replies: 4
Views: 5354

Re: TCPIP get/set hostname always fails

I guess it could be because WIFI_EVENT_STA_START dispatches the tcpip_adapter_start to a worker thread and then calls your event handler so it is possible the worker thread hasn't actually created the netif when your function is called. Maybe a retry loop with a vtaskdelay(1)?
by WiFive
Thu Nov 14, 2019 1:24 am
Forum: ESP-IDF
Topic: [closed] moving to cmake/IDF V4.0 is causing problems
Replies: 13
Views: 9736

Re: moving to cmake/IDF V4.0 is causing problems

Looks ok. Could this problem also be related to your use of gpio 9&10.
by WiFive
Wed Nov 13, 2019 10:42 pm
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17023

Re: can't redirect console output (regression)

rc means release candidate and comes before a stable release. Stable release is v3.3 no suffix.
by WiFive
Wed Nov 13, 2019 9:05 am
Forum: Hardware
Topic: Unable to factory reset WROVER
Replies: 7
Views: 6951

Re: Unable to factory reset WROVER

12-15 are jtag pins
by WiFive
Wed Nov 13, 2019 2:23 am
Forum: ESP-IDF
Topic: TCPIP get/set hostname always fails
Replies: 4
Views: 5354

Re: TCPIP get/set hostname always fails

Have a log output at debug log level?
by WiFive
Wed Nov 13, 2019 2:06 am
Forum: ESP-IDF
Topic: (resolved) can't redirect console output (regression)
Replies: 22
Views: 17023

Re: can't redirect console output (regression)

Are you using PICO-D4? Do you have psram disabled in menuconfig?
by WiFive
Wed Nov 13, 2019 1:58 am
Forum: ESP-IDF
Topic: Large ULP project build problem IDF V4.0 beta1
Replies: 4
Views: 5017

Re: Large ULP project build problem IDF V4.0 beta1

rel too far BFD_JUMPR_STEP message only exists in the old toolchain. It was removed here https://github.com/espressif/binutils-esp32ulp/commit/8d5477b3fa3293173b2d39648eca538bff1e18e1 Do you have an older version installed that may still be in PATH? https://github.com/espressif/esp-iot-solution/blo...
by WiFive
Tue Nov 12, 2019 11:55 am
Forum: ESP-IDF
Topic: How to rewrite EFUSE
Replies: 6
Views: 6787

Re: How to rewrite EFUSE

No, reset only clears the shadow registers, not the efuse