rp2040-dmxsun icon indicating copy to clipboard operation
rp2040-dmxsun copied to clipboard

pins for ws5500

Open jazzvivi2 opened this issue 1 year ago • 5 comments

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!!

jazzvivi2 avatar Nov 17 '23 18:11 jazzvivi2

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. If you do not want to install KiCad or are not familiar with it, you can also check one of the latest GitHub Action's build results. They should contain the schematics as PDF

kripton avatar Jan 05 '24 12:01 kripton

I'm struggling to find the w5500 branch. Can the ethernet port be used instead of connecting it to via usb to a computer?

phill-85 avatar Feb 26 '24 14:02 phill-85

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

kripton avatar Feb 26 '24 20:02 kripton

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?

phill-85 avatar Feb 28 '24 14:02 phill-85

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? ;)

kripton avatar Mar 06 '24 22:03 kripton