Search found 3 matches
- Wed Apr 07, 2021 9:23 am
- Forum: ESP-IDF
- Topic: DM9051 stop communication after a period networking
- Replies: 2
- Views: 3184
Re: DM9051 stop communication after a period networking
When I test the rpress' replaced workaround as below: ulTaskNotifyTake(pdFALSE, pdMS_TO_TICKS(50)); Its 50ms polling is too long, Try reduce to 10ms still work OK and get better performance for ethernet (but with additional CPU usage). If reduce to less then 10ms, The IDF keep print 'CPU CUT' messag...
- Sat Mar 20, 2021 3:14 pm
- Forum: ESP-IDF
- Topic: Add DM9051 to ESP32-S2 and run eth2ap but get poor network performance
- Replies: 1
- Views: 2050
Add DM9051 to ESP32-S2 and run eth2ap but get poor network performance
After build, flash and monitor the eth2ap example. The ESP32-S2+DM9051 can accept and establish the connection from the WiFi station. While the WiFi station execute a Browser to visit a web-site, It was difficult to view a whole page since the bandwidth look very low. How can we fix the bandwidth lo...
- Sat Mar 20, 2021 2:54 pm
- Forum: ESP-IDF
- Topic: DM9051 stop communication after a period networking
- Replies: 2
- Views: 3184
DM9051 stop communication after a period networking
After build the examples of 'basic' or 'eth2ap' with DM9051 module, It can get a dynamic IP from a DHCP server. It can work for ethernet good, But it stop communicate after quite a while. No helpful message log can be found in the printed-out monitor, How can we improve the DM9051 network support fu...