TawnyOwl
Posts: 7
Joined: Fri Jun 22, 2018 12:22 pm

Ethernet Switch HAT

Fri Jun 22, 2018 12:26 pm

I wonder if there is a HAT for the Raspberry Pi 3 with two or three ethernet ports so the RP can also function as an ethernet switch.

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Ethernet Switch HAT

Fri Jun 22, 2018 3:24 pm

TawnyOwl wrote:
Fri Jun 22, 2018 12:26 pm
I wonder if there is a HAT for the Raspberry Pi 3 with two or three ethernet ports so the RP can also function as an ethernet switch.

Likely not as the GPIO I/O is not fast enough to obtain usable I/O speed..
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Ethernet Switch HAT

Fri Jun 22, 2018 6:57 pm

TawnyOwl wrote:
Fri Jun 22, 2018 12:26 pm
I wonder if there is a HAT for the Raspberry Pi 3 with two or three ethernet ports so the RP can also function as an ethernet switch.
You could do it at 10Mbps 10-baseT with a couple of SPI ENC28J60s (the Raspberry will drive 5 SPI devices with no special hardware needed), but it will be astoundingly slow.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

hippy
Posts: 7911
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: Ethernet Switch HAT

Fri Jun 22, 2018 7:47 pm

Your best bet would probably be to use multiple USB-to-Ethernet adapters. But you might then run into USB bandwidth limitations.

The Pi is the wrong tool for the job really.

Return to “General discussion”