Ran out of ethernet ports

Hi!

My team is currently using a Jetson Nano plugged in to the radio via Ethernet for vision processing. We would also like to add a LED controller to our robot, and our current solution is to use a Arduino with Ethernet Shield. Both would communicate with the RoboRio via UDP over ethernet. (We want to keep the USB-B port on the rio free for tethered testing during competition)

But, there are only two ethernet ports on the radio, and one of them is connected to the RoboRio. What’s the best way to go for implementing two onboard controllers? Would a ethernet splitter work for this application?

An ethernet switch is your best bet. I saw this a while back, it’s pretty thorough.

2 Likes

Out of curiosity, why choose Ethernet to send values to leds? In the past, I had a few dios whose sequence determined the pattern, but I heard that wpilib now has built-in led control via pwm.

1 Like

HERE is what we use and it works well.

1 Like

We also use this and it works well

1 Like

3468 is also using this Network Switch. Works a treat!

we have used the 5 and 8 port versions of this network switch. Its powered from the VRM 12v 500ma line.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.