Search results

  1. A

    Aux input to OctoWS2811

    Problem solved!! With the help of Mr. Nathanael Lécaudé I replaced <Ethernet.h> and <EthernetUdp.h> by <NativeEthernet.h> <NativeEthernetUdp.h> in the library Artnet.h and now it works like a charm!!! Thank you all anyway!!!
  2. A

    Aux input to OctoWS2811

    Thank you Paul, hope the following info helps! // Receive multiple universes via Artnet and control a strip of ws2811 leds via OctoWS2811 // // This example may be copied under the terms of the MIT license, see the LICENSE file for details // https://github.com/natcl/Artnet // //...
  3. A

    Aux input to OctoWS2811

    Hello Paul Stoffregen, is there any way to have OctoWS2811 Artnet example working with the library NativeEthernet.h? I have a teensy 4.1 ant the ethernet kit but I can't have it running... When I include NativeEthernet.h inside OctoWS2811 Artnet example I get a message saying it can't compile to...
  4. A

    T4.1 Ethernet Library

    Hi Tarqunio could you share the code you were using? Best, Andrá
Back
Top