Search found 57 matches

by thethinker
Sun Jan 13, 2019 12:40 am
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13617

Re: Details Regarding "Received packet radio metadata header"

I'm still trying to find out how to read this clock. That's the only way I can think of which lets me find the offset between the HW clock and real clock. Please help!!
by thethinker
Sat Jan 12, 2019 11:48 pm
Forum: ESP-IDF
Topic: esp_eth_disable() crash
Replies: 4
Views: 5551

Re: esp_eth_disable() crash

Hmm,
Really ? None of the ESP guys are willing to help?
by thethinker
Sun Jan 06, 2019 10:02 pm
Forum: ESP-IDF
Topic: esp_eth_disable() crash
Replies: 4
Views: 5551

Re: esp_eth_disable() crash

Okay,
I believe here is the bug that no one really ever fixed:
https://github.com/espressif/esp-idf/issues/1246
by thethinker
Sun Jan 06, 2019 8:22 pm
Forum: ESP-IDF
Topic: esp_eth_disable() crash
Replies: 4
Views: 5551

Re: esp_eth_disable() crash

Okay, so turns out the issue was an open UDP socket which is used by "esp_log_set_vprintf()" function (I'm sending logs to a server using udp socket). I believe this is a bug? stopping dhcp client for that socket does the same crash. I solved it by closing the socket first but this should be handled...
by thethinker
Sun Jan 06, 2019 9:08 am
Forum: ESP-IDF
Topic: esp_eth_disable() crash
Replies: 4
Views: 5551

esp_eth_disable() crash

HI guys, So I have came across an issue with lan8720 and pico-d4. I noticed there is no IP lost timer for ETH interface, so If my link is up and I lost IP I won't know about it (ex: if router gets disconnected from a switch that esp is connected to). My attempt to fix the issue: --Ping the gateway a...
by thethinker
Thu Dec 20, 2018 1:53 am
Forum: ESP-IDF
Topic: HTTP Authentication fails when using config with username, password entry
Replies: 8
Views: 12856

Re: HTTP Authentication fails when using config with username, password entry

HTTP Version was my issue I believe. I changed from the python server to Apache and it solved my issue.
by thethinker
Thu Oct 04, 2018 1:58 am
Forum: ESP-IDF
Topic: HTTPS OTA with Basic Authorization
Replies: 12
Views: 15460

Re: HTTPS OTA with Basic Authorization

Anybody?
by thethinker
Mon Oct 01, 2018 11:05 pm
Forum: ESP-IDF
Topic: HTTPS OTA with Basic Authorization
Replies: 12
Views: 15460

HTTPS OTA with Basic Authorization

Hello everybody, So I have the simple https ota working, now I just need to add basic authorization to it. I tried filling in the config structure with use and pass and the authorization type, but that didn't work. Then I noticed the esp_https_ota.c is actually using the function :esp_err_t err = es...
by thethinker
Mon Oct 01, 2018 10:03 pm
Forum: ESP-IDF
Topic: HTTP Authentication fails when using config with username, password entry
Replies: 8
Views: 12856

Re: HTTP Authentication fails when using config with username, password entry

Hi There!
Were you ever able to figure this out? I'm having the same problem.
by thethinker
Sat Sep 08, 2018 10:06 pm
Forum: Hardware
Topic: QUESTION - ESP32-D2WD + External ESP-PSRAM64
Replies: 6
Views: 10222

Re: QUESTION - ESP32-D2WD + External ESP-PSRAM64

So If we use those pins for the PSRAM, we won't be able to use the SDcard in 4-bit interface mode anymore, right?