Search results

  1. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Can you try once with lower universe count? int unsigned UNIVERSE_COUNT = 8; //How Many Universes 8, 8, 8, 4, 8, 8 int unsigned UNIVERSE_LAST = 8; // List the last universe typically its sequencially from start but does not have to. 8, 16, 24, 28, 32, 40
  2. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    yes https://www.da-share.com/software/da_tester/ I downloaded it from here. PS. I tried MAdrix with my LED-screen, but the demo-version does not allow 'output' :-(
  3. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Can you run a test with the software I told you? Does it work with Jinx?
  4. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    When you have testpatterns, it means the connection between Teensy and your LEDs are ok. You can ping, then the teensy is running ok. So, I would expect a problem with your software on the PC? Try with the Scan test software: maybe this makes thins more clear on what happens or not? My first...
  5. G

    E1.31 sACN Ethernet DMX - MegaPixel One W5500 TX socket problems

    I'm following this thread too. What for me would be a nice parameter to configure via a very simple webinterface: LEDS.setBrightness(50); //value should be 0-255 Very Bright after 100 default is 50 to save on current and eyes! Unfortunately, I'm not good at programming, so might not be...
  6. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Hi Crees. I was trying to send you a small thank you video, but the forum will not accept video's. Anyway. Thank you very much for your support! I can tell you it works like a charm! :-) Geert
  7. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Tx for your help Crees!!! The LED's are ok, because I have the test-routine implemented that lids up all the LED's at startup of the Teensy. Anyway, due to the way I have constructed the display, I end up with 22 universes. Panel 1 has 60x15 LEDs= 5,2 universes (1-6), wired to outputs 1 and 2...
  8. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Hi Crees, When using these settings: int unsigned UNIVERSE_COUNT = 23; //How Many Universes 8, 8, 8, 4, 8, 8 int unsigned UNIVERSE_LAST = 22; // List the last universe typically its sequencially from start but does not have to. 8, 16, 24, 28, 32, 40 and printing : if(packetSize){...
  9. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Hi Crees, many thanks for helping out! Did not have lot of time to investigate last days. The only thing I was caning was indeed this 23 universes. int unsigned UNIVERSE_COUNT = 23; //How Many Universes 8, 8, 8, 4, 8, 8 int unsigned UNIVERSE_LAST = 23; // List the last universe typically its...
  10. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Hi Guys, I'm nearly there. I have a running setup with 22 universes. But my setup (I have 4 panels of 60 x 15 LEDs) requires 23 universes. With 22 Universes, my last 40 LEDs are not lit by LINX. (see photograph) When I change the code to 23 universes, nothing happens anymore: no data to the...
  11. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Thank you very much Crees!!! The 120MHz seems to do the trick! I still have Partial "framing detected", but I have 25fps. I'm happy and will continue to build now. (I've attached the code, it is the code from your website, adapted to my setup)
  12. G

    E1.31 sACN Ethernet DMX Performance help - 6 Universe Limit improvements?

    Hi smartguys in this thread. I'm also trying to get my 60x60 LEDframe to work with Jinx via E1.31. But it seems only 3 universes are being processed. (as I can see in the println). I've tried CREES and HSIBOYS and the MEGAPixelController code and tried the ethernet-One-socket-hack from crees...
  13. G

    Gladiator with OctoWS2811 - working example

    Thanks a lot!! So, I need to go a litlebit programmig again :-)And yes, you are right, I made a calculation error. It will make things less difficult! I see that actually, there is already a Teensy 3.6. Is the firmware ready for Teensy 3.6, or should I stick to Teensy 3.2 for better...
  14. G

    Gladiator with OctoWS2811 - working example

    Hi All, I've been reading here numerous posts about artnet/WS2812 controlling. There seem te be quite some knowledge in this group, therefore my question: I would like to build a 60x60 led matrix. (The Led-strips WS2813 are already at home). What would be the best hardware setup for some video...
Back
Top