Search found 3 matches

by josright123
Wed Apr 07, 2021 9:23 am
Forum: ESP-IDF
Topic: DM9051 stop communication after a period networking
Replies: 2
Views: 3023

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...
by josright123
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: 1967

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...
by josright123
Sat Mar 20, 2021 2:54 pm
Forum: ESP-IDF
Topic: DM9051 stop communication after a period networking
Replies: 2
Views: 3023

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...