Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very low transfer speed for ESP32-C6 with ESP_HOSTED_FG #493

Open
3 tasks done
MarsTechHAN opened this issue Sep 19, 2024 · 1 comment
Open
3 tasks done

Very low transfer speed for ESP32-C6 with ESP_HOSTED_FG #493

MarsTechHAN opened this issue Sep 19, 2024 · 1 comment

Comments

@MarsTechHAN
Copy link

MarsTechHAN commented Sep 19, 2024

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

I am currently set the ESP32-C6 to SDIO mode with low SDIO frequency (20Mhz), the module is an official ESP32-C6-MINI1 on a custom board with a Linux host. The kernel version of the linux is too old to use the ESP_HOSTED_NG.

Actual behavior (suspected bug)

We are happly about everything ESP_HOSTED_FG provided, but the transfer speed is very slow. We were expecting something aroung 10Mbps, but it only runs to ~2Mhz unidirectional, no matter TCP or UDP, send or receive.

esp32-c6 startup:
image

wifi signal strength:
image

iperf result:
image

Error logs or terminal output

No response

Steps to reproduce the behavior

Build with main branch and IDF. Commit: ce00ca5

Project release version

FG-0.0.6.0.0

System architecture

other (details in Additional context)

Operating system

Linux

Operating system version

Cortex-A7, Custom rootfs and kernel, Linux Kernel 3.10.0

Shell

Bash

Additional context

ESP_IDF Config: https://gist.github.com/MarsTechHAN/e47461dd75386a06eedb0de12c2c6251

@mantriyogesh
Copy link
Collaborator

Hello @MarsTechHAN ,

The transport layer for FG and NG are similar.
So as you get FG working, it would be better to get sdio optimization.

Can you please click a photo of your setup?

Also, what is bare transport throughout you get in either direction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants