-
-
Notifications
You must be signed in to change notification settings - Fork 111
W5500/SPI Ethernet Support (T-ETH-Lite-S3) #129
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
base: mdev
Are you sure you want to change the base?
Conversation
Optimized FFT from ESP-DSP Optimized Low-Pass filter from ESP-DSP Un-interleave ESP-DSP FFT results
Hi @troyhacks . |
This is great, thanks @januszwoj ! Just to assess the level you can help here, do you know how to build WLED from the source code and upload the resulting firmware to the ESP32-S3? |
Hi @troyhacks |
…o W5500+Art-Net
Hi @troyhacks .pio/libdeps/esp32S3_8MB_S/ETHClass2/src/ETHClass2.cpp: In member function 'bool ETHClass2::beginSPI(eth_phy_type_t, uint8_t, int, int, int, int, int, int, spi_host_device_t, uint8_t)': .pio/libdeps/esp32S3_8MB_S/ETHClass2/src/ETHClass2.cpp:403:15: error: 'digitalPinToGPIONumber' was not declared in this scope
So far I haven't been able to figure out a way to jump over it. |
…o W5500+Art-Net
…o W5500+Art-Net
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Are you still playing around with this? I have all the hardware and a good amount of coding experience but adding W5500 to OG ESP32 is what I'm interested in (8 RMT chans). Imagine the lower pin occupation could lead to wifi/eth/TFlash/OLED/butttons/MIC/ 8 channels one stop shop. |
W5500/SPI Ethernet support, currently hardcoded for the T-Eth-Lite-S3 board - which is the only S3 board I know of with Ethernet:
https://www.lilygo.cc/en-ca/products/t-eth-lite
Needs lib_deps:
https://github.com/troyhacks/ETHClass2 (for W5500 support)
https://github.com/troyhacks/TroyHacksAsyncUDP (fixes a bug with AsyncUDP, backports some fixes from IDF v5.1)
Also likely needs IDF v4.4 to work correctly. Tested on v4.4.6.
Updated to use the new ETHClass2 - so there's a bunch of code ifdef'd out if it's an ESP32-S3 just to work around the fact that SPI Ethernet isn't really a thing we're accounting for at the moment in WLED - so I'd consider this a proof of concept, even if it works.
May be useful (not in this state) for adding SPI Ethernet to WLED for the original ESP32?