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

Disable ETH #15

Open
yevhenboichuk opened this issue Aug 23, 2024 · 1 comment
Open

Disable ETH #15

yevhenboichuk opened this issue Aug 23, 2024 · 1 comment

Comments

@yevhenboichuk
Copy link

image
I use esp32 devkit (4MB flash), how can i disable eth, and use only WiFi(i use firmware tCam-mini)

@danjulio
Copy link
Owner

Check GPIO2. It must be left floating so a pull-up can pull it high. The firmware supports two board types: tCam-Mini and tCam-Eth. It uses GPIO2 to select the board type. When it thinks it is running on tCam-Eth it will try to initialize the ethernet driver which will fail as you see if there is no ethernet. You want the firmware to think it is running on a tCam-Mini board.

You can look at the tCam-Mini schematics or the firmware/main/system_config.h file to see what the connections should be.

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