Author Topic: A minimal IP computer in an Ethernet jack?  (Read 1137 times)

0 Members and 2 Guests are viewing this topic.

Offline Alex EisenhutTopic starter

  • Super Contributor
  • ***
  • Posts: 3727
  • Country: ca
  • Place text here.
A minimal IP computer in an Ethernet jack?
« on: June 12, 2026, 01:29:36 am »
Just daydreaming here, is there a computer that's built into a network jack, that can take its power from PoE or from the host, support all the DHCP stuff, show up on your network, present a simple web page that lets you twiddle roughly 4 GPIOs?

I've seen these

https://www.amazon.ca/Waveshare-RP2350-ETH-Development-Microcontroller-Dual-Architecture/dp/B0DNLW1CBF?source=ps-sl-shoppingads-lpcontext&psc=1&smid=A50C560NZEBBE

But I'm aiming for something that's the same size as the PCB-mounted Ethernet jack itself.

Maybe I need better keywords?
Hoarder of 8-bit Commodore relics and 1960s Tektronix 500-series stuff. Unconventional interior decorator.
 

Offline Whales

  • Super Contributor
  • ***
  • Posts: 2686
  • Country: au
    • Halestrom
Re: A minimal IP computer in an Ethernet jack?
« Reply #1 on: June 12, 2026, 06:32:16 am »
Quote
But I'm aiming for something that's the same size as the PCB-mounted Ethernet jack itself.

That's probably too small, unless you forgo compliant ethernet transformers and compliant PoE.  That Waveshare item you link is about as tiny as I would expect things to go.

Where do you want to mount this?  Are you imagining installing it in a wallplate (lots of space) or in a rackmount keystone/module (tiny)?

I assume I can't just suggest a Wifi solution like an ESP32?  Wifi is cheaper and smaller than compliant ethernet, but BYO power.

EDIT: Your linked Waveshare board is smaller.  An Orange Pi Zero is bigger than what you want and is over-powered, but IIRC can support passive PoE with a few solder jumpers.

If Element14 has stock then a FIREWALK might do the job. 
« Last Edit: June 12, 2026, 06:35:03 am by Whales »
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 8736
  • Country: hr
Re: A minimal IP computer in an Ethernet jack?
« Reply #2 on: June 12, 2026, 06:42:28 am »
Lantronix X-Port
"Just hard work is not enough - it must be applied sensibly."
Dr. Richard W. Hamming
 
The following users thanked this post: Smokey, Whales, abeyer

Offline Thomas Ballantine

  • Contributor
  • Posts: 25
  • Country: ie
Re: A minimal IP computer in an Ethernet jack?
« Reply #3 on: June 12, 2026, 08:11:53 am »
https://vocore.io/ might fit your use case, I'm kind of amazed that they still exist, but the blog was updated in January
 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 17774
  • Country: fr
Re: A minimal IP computer in an Ethernet jack?
« Reply #4 on: June 30, 2026, 03:14:44 pm »
Just daydreaming here, is there a computer that's built into a network jack, that can take its power from PoE or from the host, support all the DHCP stuff, show up on your network, present a simple web page that lets you twiddle roughly 4 GPIOs?

I've seen these

https://www.amazon.ca/Waveshare-RP2350-ETH-Development-Microcontroller-Dual-Architecture/dp/B0DNLW1CBF?source=ps-sl-shoppingads-lpcontext&psc=1&smid=A50C560NZEBBE

But I'm aiming for something that's the same size as the PCB-mounted Ethernet jack itself.

Maybe I need better keywords?

I haven't seen that much smaller than this.
You probably realize that fitting a MCU + ethernet module or ethernet PHY + PoE supply (itself requiring inductors and capacitors) would be tough to fit on such a small area. A MCU with embedded PHY (such as WCH CH32V307/317/...) would be a single-chip solution but you'd still have to add a crystal, bypass capacitors, and the PoE circuitry.

Besides, if  you want it to be nearly the size of the magjack itself, all the electronics would have to be on the other side right below the magjack, which may cause EMI issues. So I don't really know how practical that idea is. Certainly challenging.
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4640
  • Country: us
Re: A minimal IP computer in an Ethernet jack?
« Reply #5 on: July 01, 2026, 10:24:26 am »
https://wiznet.io/products/serial-to-ethernet-modules/WIZ-IP32
Seems to be based on a programmable core…
There are some others (even smaller) that provide just tcp over spi, and would probably need another chip to implement a web page.




Iirc, TI had something similar sized using one of the stellaris cm3 chips they acquired from luminary micro, but I’m not seeing it in the current lineup.

 

Offline Kilrah

  • Supporter
  • ****
  • Posts: 1989
  • Country: ch
Re: A minimal IP computer in an Ethernet jack?
« Reply #6 on: July 01, 2026, 10:45:12 am »
This is probably the smallest PoE board out there:
https://de.aliexpress.com/item/1005006132611720.html

If you can forego PoE and are OK with a whole OS, the RV nano is smaller
https://de.aliexpress.com/item/1005012190961899.html
« Last Edit: July 01, 2026, 10:50:49 am by Kilrah »
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 6400
  • Country: nz
Re: A minimal IP computer in an Ethernet jack?
« Reply #7 on: July 01, 2026, 11:56:08 am »
If you can forego PoE and are OK with a whole OS, the RV nano is smaller
https://de.aliexpress.com/item/1005012190961899.html

Yup. Sipeed are a good outfit. And you get a full 64 bit 1.0 GHz Linux processor with 256MB RAM, with a bonus 64 bit microcontroller and a 1 TOPS TPU. And you even get the (boot time) choice of RISC-V C906 or Arm A53 as the Linux CPU ... both with 128 bit vector/SIMD processing.
 

Offline 5U4GB

  • Super Contributor
  • ***
  • Posts: 1722
  • Country: au
Re: A minimal IP computer in an Ethernet jack?
« Reply #8 on: July 02, 2026, 10:47:21 am »
https://wiznet.io/products/serial-to-ethernet-modules/WIZ-IP32
Seems to be based on a programmable core…

I was going to suggest a WizNet product as well, the W5500 which is a 10/100 MAC, PHY, and TCP stack in a single device.  They have a bunch of similar products, the 5500 is the one I've encountered the most.
 

Offline Phil1977

  • Frequent Contributor
  • **
  • Posts: 824
  • Country: de
Re: A minimal IP computer in an Ethernet jack?
« Reply #9 on: July 02, 2026, 11:23:37 am »
https://tibbo.com/store/modules/em1206.html

I don't know how complicated it is to power it by POE, but beside that it is even available with LTE  8)  If you embed it into a metal casing around the ethernet port only few people will find it...

2852114-0
 

Offline wraper

  • Supporter
  • ****
  • Posts: 19481
  • Country: lv
Re: A minimal IP computer in an Ethernet jack?
« Reply #10 on: July 02, 2026, 11:42:42 am »
There are modules in extended length ethernet connector.
https://www.cdebyte.com/products/NE2-T1M/1#Parameters
 

Offline Kilrah

  • Supporter
  • ****
  • Posts: 1989
  • Country: ch
Re: A minimal IP computer in an Ethernet jack?
« Reply #11 on: July 02, 2026, 01:29:33 pm »
They all seem to be ethernet to serial though, so you need another MCU behind them to do anything. From OP's post it doesn't seem to be what they want...
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 8736
  • Country: hr
Re: A minimal IP computer in an Ethernet jack?
« Reply #12 on: July 02, 2026, 02:32:05 pm »
X-Port has linux computer inside the RJ45.....
"Just hard work is not enough - it must be applied sensibly."
Dr. Richard W. Hamming
 

Offline MarkL

  • Supporter
  • ****
  • Posts: 2476
  • Country: us
Re: A minimal IP computer in an Ethernet jack?
« Reply #13 on: July 02, 2026, 03:07:13 pm »
There is an Ethernet jack size module from Digi:

  https://hub.digi.com/support/products/system-on-modules/digi-connect-me-9210-linux/

ARM926EJ-S with 8MB flash and 16M RAM.  It runs an old version of Linux (2.6.35) and has 10 pins that can be assigned amongst GPIO, UART, SPI, I2C, timers, etc.  The ethernet is 10/100.

It appears to be a legacy product, but apparently is still being sold (e.g., Mouser is expecting 150 units in September, part #DC-ME-Y413-LX).
 

Offline Alex EisenhutTopic starter

  • Super Contributor
  • ***
  • Posts: 3727
  • Country: ca
  • Place text here.
Re: A minimal IP computer in an Ethernet jack?
« Reply #14 on: July 12, 2026, 01:28:04 am »
Thanks all, lots of suggestions.  :-+
Hoarder of 8-bit Commodore relics and 1960s Tektronix 500-series stuff. Unconventional interior decorator.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf