DIY Ethernet E1.31 Controllers?

While the ESPixelStick based controllers are great sometimes you want (or need) a wired Ethernet connection. One of the Xmas lighting site members (Barnabybear) has written code for a great range of controllers using an Arduino Nano, ENC28J60 Ethernet shield and a RS485 module. You will not find a cheaper wired solution that these. You can find more information on various postings on the DIYCHRISTMAS.ORG site. Here is a summary of his projects:

Cabled E1.31 to 16 on/off outputs, test firmware and parts:
https://diychristmas.org/vb5/showthr…ll=1#post91147

Cabled E1.31 to WS2811 pixel:
https://diychristmas.org/vb5/showthr…ll=1#post91536

Cabled E1.31 to 4 outputs WS2811 pixel hardware:
https://diychristmas.org/vb5/showthr…ll=1#post95062

Cabled E1.31 to DMX:
https://diychristmas.org/vb5/showthr…ll=1#post91537

Cabled E1.31 to TLS3001:
https://diychristmas.org/vb5/showthr…l=1#post100881

All firmware variants and set up code as .HEX files.
https://diychristmas.org/vb5/showthr…ll=1#post97088

The above board is a the single output WS2811 pixel controller. As you can see there are not many parts required. It uses a inexpensive RS-485 module as a invertor driver for the pixel data line as the NANO outputs negative logic (so it needs to be inverted).