6

I was wondering if it's possible to solder on an ethernet port. Having a OTG USB to Ethernet is a bit bulky.

What I'm trying to do is fit a Raspberry Pi inside my MacBook, and then solder the connection points of my MacBook Ethernet port to my Pi Zero Ethernet port. So, every time I turn on my MacBook it will also boot up my Pi Zero. Is this even doable?

P A N
  • 331
  • 2
  • 4
  • 15
Patoshi パトシ
  • 551
  • 3
  • 9
  • 16

1 Answers1

2

Well, you can, according to this article: Ethernet On Pi Zero – How To Put An Ethernet Port On Your Pi! There the poster reports how they got what seems to be a HanRun branded ENC28J60 SPI-to-Ethernet board which does seem to occur on a certain on-line auction site for a few dollars/pounds.

enter image description here

I found another article for the same device here which suggests that it is 3.3V but 5V tolerant which is promising for something to be hooked up to the RPi.

Whether you can fit this as well as the RPi Zero and any other bits you need inside your MacBook is another matter but this might be useful information for others considering a Wired-Ethernet connection for a Zero.

Edit: Also you may want to refer to "What's the cheapest way to get Network connectivity to the Pi Zero?" and "Which Raspberry Pi Os images support ENC28J60 Ethernet port natively?"

SlySven
  • 3,621
  • 1
  • 18
  • 45