Search found 54 matches
- Sun Jan 06, 2019 8:22 pm
- Forum: ESP-IDF
- Topic: esp_eth_disable() crash
- Replies: 4
- Views: 2319
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...
- Sun Jan 06, 2019 9:08 am
- Forum: ESP-IDF
- Topic: esp_eth_disable() crash
- Replies: 4
- Views: 2319
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...
- Thu Dec 20, 2018 1:53 am
- Forum: ESP-IDF
- Topic: HTTP Authentication fails when using config with username, password entry
- Replies: 8
- Views: 5555
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.
- Thu Oct 04, 2018 1:58 am
- Forum: ESP-IDF
- Topic: HTTPS OTA with Basic Authorization
- Replies: 12
- Views: 6300
- Mon Oct 01, 2018 11:05 pm
- Forum: ESP-IDF
- Topic: HTTPS OTA with Basic Authorization
- Replies: 12
- Views: 6300
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...
- Mon Oct 01, 2018 10:03 pm
- Forum: ESP-IDF
- Topic: HTTP Authentication fails when using config with username, password entry
- Replies: 8
- Views: 5555
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.
Were you ever able to figure this out? I'm having the same problem.
- Sat Sep 08, 2018 10:06 pm
- Forum: Hardware
- Topic: QUESTION - ESP32-D2WD + External ESP-PSRAM64
- Replies: 6
- Views: 4488
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?
- Mon Aug 27, 2018 6:32 pm
- Forum: Hardware
- Topic: PSRAM/SD card/PICO D4
- Replies: 11
- Views: 8111
Re: PSRAM/SD card/PICO D4
Hi guys, Any comments on this? I'm also trying to do the same. I have the SD card fully working with the PICO-D4, I was about to change to the standard chip rather than the SOP since the SPRAM was only available in 1.8V and that wouldn't work with the internal 3.3V flash, but now there is a 3.3V ver...
- Thu Aug 23, 2018 9:30 pm
- Forum: ESP-IDF
- Topic: promiscuous mode
- Replies: 5
- Views: 3647
Re: promiscuous mode
Thank you for the suggestionAgree007 wrote:I am not an ESP guy, but the esp32 can only look at one channel at a time, and not even on one channel only it have the power to collect all packets in the air.
Just my 2 cent

- Thu Aug 23, 2018 12:23 am
- Forum: ESP-IDF
- Topic: promiscuous mode
- Replies: 5
- Views: 3647
Re: promiscuous mode
Any of the ESP guys willing to help us with this please? It has been a while.