robertoostenveld / esp8266_artnet_dmx512

56 stars 11 forks source link

Wired lan #8

Closed lhvandersteen closed 1 year ago

lhvandersteen commented 1 year ago

Hello.

Is there a option to use a wired connection instead of wireless.

Thank you

robertoostenveld commented 1 year ago

In principle yes, but then you should implement it with an arduino or other microcontroller board with a wired ethernet interface. Then you would get something similar as https://www.enttec.com/product/din/ethernet-to-dmx-rdm-adapter/

The esp8266 is a wifi microcontroller module and not suited for wired network, so my design is not of use.

lhvandersteen commented 1 year ago

Hello

Thank you for the quick answer.
Would this also be working https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware

Or this WT32-ETH01 https://a.aliexpress.com/_mM3X1ju

Thank you

robertoostenveld commented 1 year ago

Yes, that might work. Or an Arduino Uno with an Ethernet Shield, or an Adafruit Feather with the FeatherWing. But none of them will work with the firmware that is in this repository; they all would require a significant rewrite. I think that - at best - 25% of the code in my repository would be reusable, the rest would probably have to be written from scratch.