-
Notifications
You must be signed in to change notification settings - Fork 118
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
M5Stack CoreS3 and W5500 Error during network initialization (BSP-537) #374
Comments
i need this too |
I experience the following: using the Demo of https://github.com/espressif/esp-bsp/tree/master/examples/display this runs when ONLY the USB is plugged. as soon as i plug in the Power from the W5500 the Demo stops and the Screen turns dark. |
there is one way to keep the Demo Running:
then it runs. I think to make this fully stable, AXP2101 Chip must be used to comunicate with i2c with the ESP32. |
@diplfranzhoepfinger it's the correct way to work. The bsp driver does not fully control the AXP2101 and set BUS_OUT and USB_OTG to 0. |
i tested: i get different Errors: code: log:
|
I am one step forward: |
Board
M5Stack CoreS3
Hardware Description
M5Stack CoreS3 with W5500 PoE Base
IDE Name
VSCode with PlatFormIO 6.1.16b1
Operating System
Linux
Description
W5500 share the the same SPI bus with the ILI9342C display controller and fails to initialize with the following log messages
Error occurs while allocation the driver
s_mac = esp_eth_mac_new_w5500(&w5500_config, &mac_config);
.When the program starts without
bsp_display_start();
the network interface is working fine.It could be a SPI bus sharing conflict but I can't find any solution to fix the problem.
Link to the devices used.
M5Stack Core-S3
Network Interface
Sketch
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
The text was updated successfully, but these errors were encountered: