mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
606 stars 158 forks source link

A way to use this project with ethernet #112

Open mrv96 opened 5 years ago

mrv96 commented 5 years ago

Hi, in order to make the connection more stable, it could be added an option that enable the use of an ethernet interface. If wifi is not strictly necessary is better to use cables usually, and this project is very fine.

LoneWalkerWolf commented 3 years ago

Ethernet is very difficult to do. I have tried many times and failed. Maybe take a look at: https://www.instructables.com/Arduino-Artnet-Node/

mrv96 commented 3 years ago

Maybe Jonas Arnold succeeded: https://github.com/JonasArnold/EthernetDmxNode_esp8266

bangadrum commented 3 years ago

Does the project compile for ESP32 boards? If so then other ESP projects (WLED, ESPHome) have got ethernet working reliably on the ESP32 boards, which I'm led to understand is much simpler than ethernet for ESP8266 boards.

LoneWalkerWolf commented 2 years ago

Just thought I would reopen this thread. We have developed an ethernet version of this project. You can purchase our version from our Tindie store. https://www.tindie.com/products/lonewalker/ethernet-artnet-dmx-node/

LoneWalkerWolf commented 2 years ago

Just thought I would reopen this thread. We have developed an ethernet version of this project. You can purchase our version from our Tindie store. https://www.tindie.com/products/lonewalker/ethernet-artnet-dmx-node/

We are expecting to release the source code early next year.

mrv96 commented 1 year ago

I found the repo (https://github.com/expanseElectronics/ethernetNodes), but source code is not included. The same is for https://github.com/expanseElectronics/artnetnodes, where I found .bin but not the source code.

Where can I find source codes?

LoneWalkerWolf commented 1 year ago

We've decided not to make the source code available online for our wireless nodes; you can, however, flash the .bin file to an ESP8266 and use our pinout doc located here to wire up the MAX485. With our ethernet nodes, we can't release any binaries, as the MAC address of the ethernet IC is hardcoded into the code and would not work when flashing a different IC.

Please send me an email at alexander@expanseelectronics.com, and we can send you the source code for our ethernet or wireless nodes.