-
Notifications
You must be signed in to change notification settings - Fork 17
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
pins for ws5500 #82
Comments
Hi, the W5500-branch relates to the v0.7 hardware. You can check the Kicad schematics and board files to see the connections. Due to personal reasons, I was not able to fully check the v0.7 hardware yet and it might well be that not everything works as expected. I plan to fix this in the upcoming days and weeks. |
I'm struggling to find the w5500 branch. Can the ethernet port be used instead of connecting it to via usb to a computer? |
Sorry, my fault. I keep very unstable developments in my own fork: https://github.com/kripton/rp2040-dmxsun/tree/ethernet_w5500 Yes, the Ethernet port can be used instead of the USB for web server, ArtNet and sACN/E1.31 |
Having looked further, it appears to be for a standalone W5500 board. I've a couple of these laying around: https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico only pins GPIO20, GPIO21 seem to be duplicated. Is this something that could be designed around? |
Well, yes and no. It's not for a standalone-board, it's for the dmxsun hardware. The KiCad files are in this folder: https://github.com/OpenLightingProject/rp2040-dmxsun/tree/main/hardware. So, no, the pinout is most probably not compatible with https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico. That board didn't even exist when I did the W5500 code. For a workaround: Have a look at https://github.com/kripton/rp2040-dmxsun/blob/ethernet_w5500/src/pins.h to get an idea of the pinout. Or have a look at the schematics. You should be able to get the W5500 running but if pins overlap with what the dmxsun has, you will not be able to output 16 universes anymore. Are 8 universes enough for you? ;) |
Hello! I'm doing some tests with the ws5500 branch, does it work? What would be the pins used to connect my ws5500 board to the rp2040?
Thank you!!
The text was updated successfully, but these errors were encountered: