hello @ESP_igrr and @jakehuang,
Any update on it?
I also want to start DHCP server on ESP32 on ethernet interface.
Can it possible? Any steps to do it?
I am using esp idf 3.2.
Search found 23 matches
- Thu Feb 20, 2020 1:22 pm
- Forum: General Discussion
- Topic: trying to get ethernet to serve as DHCP server
- Replies: 3
- Views: 8603
- Wed Sep 25, 2019 8:36 am
- Forum: ESP-IDF
- Topic: EMAC TX Chain Error
- Replies: 1
- Views: 4342
Re: EMAC TX Chain Error
I am facing same issue. can anyone help regarding it?
- Tue Jul 10, 2018 12:14 pm
- Forum: ESP-IDF
- Topic: Ping from ESP32
- Replies: 17
- Views: 40923
Re: Ping from ESP32
Hello I am using ping functionality with following configuration PING_TARGET_IP_ADDRESS_COUNT 5 PING_TARGET_RCV_TIMEO 10000 PING_TARGET_DELAY_TIME 500 PING_TARGET_IP_ADDRESS "www.google.com" PING_TARGET_RES_FN pingResults my call call function is as following esp_err_t pingResults(ping_target_id_t m...
- Fri Feb 23, 2018 6:16 am
- Forum: ESP-IDF
- Topic: Need Help to use PSRAM with External efused Flash(16 MB)
- Replies: 7
- Views: 10629
Need Help to use PSRAM with External efused Flash(16 MB)
Hello, When i used efused 16 MB external flash with PSRAM my board is rebooting ,when i enable PSRAM in make menuconfig.When PSRAM option is disable my board works fine and able to acess both 4MB and 16 MB flash. its shows back trace at psram_init() API. I used External flash W25Q128FWSIG-SOIC8. Is ...
- Wed Jan 17, 2018 4:29 am
- Forum: ESP-IDF
- Topic: WiFi Interface Stop
- Replies: 8
- Views: 12875
Re: WiFi Interface Stop
Hello, I tested same code with idf 3.0rc1 which is running perfectly without any issue. I also Tested it with 2.1 and 2.1.1 but, facing same AP disappear issue. So i want to know that is there any issue with WiFi stack or Flash SPI in previous release(2.0,2.1,2.1.1)? Is Anyone know about this kind o...
- Tue Jan 09, 2018 4:47 am
- Forum: ESP-IDF
- Topic: WiFi Interface Stop
- Replies: 8
- Views: 12875
Re: WiFi Interface Stop
hello @ WiFive
Let me know if you need more detail about it, or any suggestion about it.
Let me know if you need more detail about it, or any suggestion about it.
- Fri Jan 05, 2018 4:40 am
- Forum: ESP-IDF
- Topic: WiFi Interface Stop
- Replies: 8
- Views: 12875
Re: WiFi Interface Stop
I am using Idf-2.1 and commit's deatail is as following:WiFive wrote:What esp-idf version and commit are you using?
commit:27574a31e7c41f6e22e10e9b9d7713c6d49f795d
Merge: efdbc63 8134140
Author: Ivan Grokhotkov <ivan@espressif.com>
Date: Mon Jul 24 19:42:36 2017 +0800
- Wed Jan 03, 2018 5:48 am
- Forum: ESP-IDF
- Topic: WiFi Interface Stop
- Replies: 8
- Views: 12875
Re: WiFi Interface Stop
Hello @ESP_Angus @ESP_Sprite I created Simple Rest Server using netcon library. Simple Rest Server Works Fine. But When I introduce Flash Write Operation. I am Writing to flash from 0x300000 location. Size of Data Written into flash is 900KB. My AP disappear After 3 Hour. My partition file detail is...
- Tue Dec 26, 2017 7:19 am
- Forum: ESP-IDF
- Topic: WiFi Interface Stop
- Replies: 8
- Views: 12875
Re: WiFi Interface Stop
hello @ESP_Angus @ESP_Sprite
Can you please suggest me where to look ?
Can you please suggest me where to look ?
- Mon Dec 25, 2017 8:36 am
- Forum: ESP-IDF
- Topic: Unstable partition API flashing functions
- Replies: 38
- Views: 51087
Re: Unstable partition API flashing functions
Hello @ESP_Angus @ESP_Sprite Having problem of AP drop off. I created HTTP server. In my application my client send file to server, And server Store that file in to SPIFFS . More detail is on following thread. http://bbs.esp32.com/viewtopic.php?f=13&t=3891 Is there anything i missed? Let me know if ...