Integrating Wiznet WZ5500 with Esp32 in Moddable #1510
Unanswered
rmontrosecbw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate the Wiznet SPI Ethernet chip with Moddable 5.8. Espressif 5.4 has built-in support for the WZ5500, which I enable in the sdkconfig. defaults for my new target board (based on the moddable_six_cdc.
I see the enc28j60 driver and tried copying that and creating a wz5500 driver beside it, but I'm not sure how to specify Moddable to use the WZ5500 driver instead of the ENC28J60. In the manifest,json I found the SPI pin mapping.s
But they seem universal for all Ethernet devices. How do I specify that these will only apply to my device or target?
I would appreciate any direction someone could share with me on approaching this. I want to contribute this to the Moddable repository so it can support the WZ5500 along with the ENC28J60.
Beta Was this translation helpful? Give feedback.
All reactions