Is it possible to use an ethernet cable as a pack of "conventional" wires?

Hello! I am creating a project that will envolve I²C protocol which, in a nutshell, a central turns on and off street lights while people or vehicles pass through a module. Is there a way to do a master/slave connection using an ethernet cable without having to create a private network between two microcontrollers?

The copper wires inside your Ethernet cables can be used just like you would use DuPont wires. You will have similar I2C challenges regarding distance as well.

1 Like


And there is a way to use a module like this (at least for what I want to do)?

If you use such module (basically an ENC28J60 ) you create an Ethernet network. You need another one and another arduino on the other end.

You haven't told us what it is you want to do.
Below is a schematic of that board. So no that will not "act like a pack of conventional wires".

1 Like

Good point.
Could I do it with an ethernet breakout like this?

would need to see a schematic but it appears to be a possibility.

1 Like

You could just cut the Ethernet RJ45 plug and solder a couple pairs of wires

1 Like

I do that quite frequently. Easiest way to keep 8 different color cables of a decent gauge on hand.

1 Like

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