C
Reaction score
0

Latest activity Postings About

    • C
      So this is a working Artnet 32 output 64 universe sketch For a Sacn version please see https://github.com/brianamos1/DTG_E.131 Which is where most of this came from. You need to change your artnet.h to NativeEthernet.h and should be in here...
    • C
      https://forum.pjrc.com/index.php?threads/t4-1-artnet-error-code1-or-rebooting.75171/ I've just been down a rabbit hole. I dont have time to test with QN I'm afraid, but I've got nativeetherent working by editing the artnet.h and changing the...
    • C
      So it seems you have to edit artnet.h to NativeEthernet, and it doesn't get overridden by defining it in the sketch. Is there really no way to define that outside of the library?
    • C
      Using 1.8.19 octows->artnet and changing #include <NativeEthernet.h> #include <NativeEthernetUdp.h> #include <SPI.h> #include <OctoWS2811.h> #include <Artnet.h> I still get errors C:\Program Files...
    • C
      Previous IDE no change, how can I download old teensyduino versions for ide? Maybe I'll go to 1.8
    • C
      Using the artnet->ArtnetOctWS2811 example as is, results in rebooting board every few seconds changing to NativeEthernet or installing QNethernet, and using that gives a code 1 error sometimes with a collect2 error as well, sometimes not (I've...
    • C
      cat replied to the thread Artnet and Teensy 3.2.
      So I've tried QNEtherent, and altered my artnet.h to QN as well. Still only 3 universes. I've tried sending at 10fps and 30 fps, and still just 3 universes. On restarting the teensy, I can see writen in the log that it does recieve higher numbers...
    • C
      I'm trying to get some old boards back into use, using the latest IDE and the octows examples, or artnet octo example, I can't recieve more than the 1st 3 universes. (I've set a serial write on recieve)...
  • Loading…
  • Loading…
Back
Top