Miron Kursa

Results 5 comments of Miron Kursa

rFerns author here; this is because both rFerns model size and training time scales with 2^depth, and caret scans the entire 1-16 range of its possible values. Going over 12...

I have been testing esp32s3 with an ambition to push ~2.5MB/s over TCP from the board; the most I was able to get from esp-wifi was 300kBytes/s, achieved mostly due...

Sure: ``` [esp-wifi] rx_queue_size = 3 tx_queue_size = 3 static_rx_buf_num = 16 dynamic_rx_buf_num = 16 static_tx_buf_num=16 dynamic_tx_buf_num=16 ampdu_rx_enable = 1 ampdu_tx_enable = 1 country_code="PL" rx_ba_win = 32 tx_ba_win = 32...

I was not able to run the iperf example with modified parameters (this fancy pseudo-shell got broken easier than wifi), yet I made a simple project with esp-idf stack pushing...

@MabezDev For a fast test I tried bumping esp-wifi to main, and the result was 50% throughput drop, from 313KiB/s to 139KiB/s (this is on S3 board with a sync...