Hello,
I trying to build an embedded ARTnet to DMX device, I already have the device figured out and tested with the arduino uno and ethersheild as per this project here:
http://www.deskontrol.net/blog/arduino-based-dmx-artnet-node/
what I'd like to do is make a custom PCB with the everything on one board, which most of it I have figured out, the thing I can't figure out is I'd Like to have 2 switched ethernet ports on the finished pcb. So ethernet can come in on either port and also allow for chaining multiple of the devices together.
for the base of the design im bassically building the pcb starting around the atmega 328 then adding the wiznet w1500 chipset as per this diagram from the ethersheild add on for the arduino uno:
http://arduino.cc/en/uploads/Main/arduino-ethernet-shield-06-schematic.pdf
beyond that is where things get a little more problematic for me, to add switched ports i was thinking of using something like this:
http://www.micrel.com/_PDF/Ethernet/datasheets/KSZ8863MLL_FLL_RLL_DS.pdf
However, I don't know if this is the correct chip to add, or how to interface it with the w1500, can someone please help me out?
What I'm looking for is a diagram to interface these two chips with one another. Or if this isn't what I need, the proper components and a diagram of how they would work together. Also any other components I might have to add in such as resistors, capacitors, cristals, etc.. I'm fairley new to builds like this, but I can read an electrical diagram and make (most) sense of it.
Anyways thank you in advance, any replies would be much appreciated.