Low speed for image transmission using HTTP on esp

hi,

I am using ESP P4 with OV5647 Mipi CSI, connected to FGH100MAAMD2 card using SPI in STA mode

it is connected to HalowLink2 in AP mode which is connected to my home WIFI 2.4ghz.


I am trying to upload an image (1080p) to a remote server using http client write through halow.

I am able to upload the image to the server but speed is too low. around 10kbps

i am using 64 tx pool queue and 64 rx pool queue.

is this expected? how can i improve the speed?

This could be a limitation of EU duty cycling (2.8% for clients). Though I would expect more than 10kbps.

That is 2.8% per hour though, so you could try to use mmwlan_set_duty_cycle_mode to change to burst mode instead.

Can you try an iperf? What is your throughput there?