Search found 7 matches
- Wed Apr 10, 2024 8:27 am
- Forum: ESP-IDF
- Topic: Access to webserver use softap and ethernet at the same time
- Replies: 0
- Views: 644
Access to webserver use softap and ethernet at the same time
I'm trying to connect to a web server via Ethernet and softap at the same time, and with separate interfaces, both can now log into the web interface using 192.168.4.1. I found a message in this FAQ url,dose it any suggestions? https://espressif-docs.readthedocs-hosted.com/projects/esp-faq/en/latest...
- Tue May 30, 2023 1:13 am
- Forum: ESP-IDF
- Topic: transport messages between tcp server and http server
- Replies: 3
- Views: 1456
Re: transport messages between tcp server and http server
forward the data on port 5000 directly to port 80 What are you trying to do? I think you may not be aware of the differences between HTTP and TCP. The ultimate goal is to use the same ip, port 80 for the webserver and port 5000 for the tcp server listening port. I need to display the incoming and o...
- Mon May 29, 2023 4:00 pm
- Forum: ESP-IDF
- Topic: transport messages between tcp server and http server
- Replies: 3
- Views: 1456
transport messages between tcp server and http server
Hello everyone. I have set up an http server at 192.168.4.1:80 and a tcp server at 192.168.4.1 listening on port 5000, how should I transfer the data from the tcp server to the web using the http server? Any suggestions? There are about 2 ideas now, the first is to set up a tcp client on the http se...
- Wed Dec 07, 2022 4:20 pm
- Forum: Hardware
- Topic: ESP32-WROVER-IE + LAN8720 ethernet ,GPIO0 voltage is only 1.6v, can't enter spi flash boot mode normally
- Replies: 4
- Views: 3354
Re: ESP32-WROVER-IE + LAN8720 ethernet ,GPIO0 voltage is only 1.6v, can't enter spi flash boot mode normally
Thank you for your replyESP_ondrej wrote: ↑Wed Dec 07, 2022 4:04 pmI am afraid you have no other option... The LAN8720 outputs REFCLKO even if it is in reset...
It seems to be the only solution to this problem, which was previously solved by removing lan8720 when Ethernet was not in use.it’s a legacy issue.
- Wed Dec 07, 2022 2:05 pm
- Forum: Hardware
- Topic: ESP32-WROVER-IE + LAN8720 ethernet ,GPIO0 voltage is only 1.6v, can't enter spi flash boot mode normally
- Replies: 4
- Views: 3354
Re: ESP32-WROVER-IE + LAN8720 ethernet ,GPIO0 voltage is only 1.6v, can't enter spi flash boot mode normally
Hi, this issues has been discussed multiple times. The issue is the GPIO0 is boot strap pin. When you connect RMII REF_CKL which is active during boot time, you have 50:50 chance that the ESP32 is set to download mode. The reason is the CLK signal is there and it changes the state of GPIO0 between ...
- Wed Dec 07, 2022 9:46 am
- Forum: Hardware
- Topic: ESP32-WROVER-IE + LAN8720 ethernet ,GPIO0 voltage is only 1.6v, can't enter spi flash boot mode normally
- Replies: 4
- Views: 3354
ESP32-WROVER-IE + LAN8720 ethernet ,GPIO0 voltage is only 1.6v, can't enter spi flash boot mode normally
Hello everyone. I am using ESP32-WROVER-IE + LAN8720 to debug ethernet functionality on an existing board with LAN8720 pin4, pin5 external 25Mhz crystal.LED2/nINTSEL pulldown, 50MHz output from nINT/REFCLKO to GPIO0 of esp32.I using basic example, and get the ip. But there is a problem, the board of...
- Fri Sep 16, 2022 3:23 am
- Forum: ESP-IDF
- Topic: the signal intensity problem when i test the example of SoftAP
- Replies: 0
- Views: 898
the signal intensity problem when i test the example of SoftAP
The board i used is ESP-WROOM-32 ,after I downloaded the example of SoftAP,i use wirelessmon to monitor the wifi signal intensity when i connect my device,the result is shown in the figure. 10:15:48 i start wifi 10:19:33 i connect my phone 10:22:03 i connect my computer what problem me is why the si...