Комментарии •

  • @LucasAres
    @LucasAres Год назад +1

    Thank you! It worked very very very fine

    • @JWNZ
      @JWNZ Год назад

      awesome!

  • @keithglynn9237
    @keithglynn9237 2 года назад

    If you don't mind, please show your controller connections and the sketch. I am using an ESP32 with bluetooth. I can connect to the Jinx animator but I am having trouble with the ESP32 outputting data to the 16 x 16 matrix, even with the pinmode assignment in my sketch.

    • @JWNZ
      @JWNZ 2 года назад +1

      Hi Keith, I don't have a sketch for this one I am using the WLED github.com/Aircoookie/WLED/releases which has a binary that you just flash to your ESP32. Pretty sure you can configure your output pins once it is flashed. As far as I know, it only supports wifi, not bluetooth. For my project, I used a ESP01 and there is a driver board specifically for this module so there isn't really any wiring involved.

  • @kertjans8794
    @kertjans8794 10 месяцев назад

    Great tutorial!
    I have a question...
    I have created a [20x20] matrix in WLED using two
    vertically stacked [10x20] arrays. The first LED
    in each physical array is in the Lower Left corner
    and goes Up and is in a Serpentine configuration.
    This works perfectly in WLED! All demos including
    Scrolling Text work great.
    I'm now trying drive this display using Jinx through
    the DMX interface.
    Jinx Can successfully communicate with my device...and send data.
    But I can't get the mapping correct. I have tried many
    different configurations with many variations, here are two:
    1) Three Universes:
    8x20x3 = 480 channels
    8x20x3 = 480 channels
    4x20x3 = 240 channels
    2) Four Universes:
    10x10x3 = 300 channels
    10x10x3 = 300 channels
    10x10x3 = 300 channels
    10x10x3 = 300 channels
    All have holes in the resulting display (I can be more specific
    if anyone wants the details)... or wrapped mapping... also, X and Y
    seem to be reversed.
    Is there any guide for DMX mapping in Jinx with WLED?
    Should this work with the physical layout of my matrix?
    Are there physical matrix layouts that WLED supports that
    cannot be represented in Jinx?
    Any help is appreciated...

  • @LightsOfElberfeld
    @LightsOfElberfeld Год назад

    hey i got this program to work but I'm quite sure i am doing something wrong in the setup. I set up a grid of 32x16 and I couldn't get it to send that many channels to a single device. I ended up cheating and creating a separate device with the same ip address for each universe. Is there a better way?

  • @wchorski
    @wchorski Год назад

    wondering if Jinx can be integrated into my setup.
    - I run DMXis inside Ableton.
    - the DMXis controller to my regular lamps
    - WLED strips running independent effects.
    could I combine Jinx and the DMXis plugin to work as one universe? And Use the DMXis to be the master (to control tempo and trigger different effects for Jinx > WLED)

    • @JWNZ
      @JWNZ Год назад

      Not a pro at it, but I think jinx is the same sort of thing as albeton?

  • @changchung
    @changchung Год назад +1

    Thanks for share. But it's kind hard to follow you on the instructions. Maybe is too easy but I haven't clear.

    • @JWNZ
      @JWNZ Год назад

      Thanks for the feedback. Keep an eye on my site jasonwinfield.nz I will do a post about it soon which might be easier to follow.

  • @marknielflores9173
    @marknielflores9173 2 года назад

    thnks for this, however im having problen on output patch, i have 16x16 led, please include how to patch matrix lex, thanks

    • @JWNZ
      @JWNZ 2 года назад +1

      I don't have a 16x16 to test but I have configured what I think might work. Check the screenshots at the bottom of this page. fsc.co.nz/rgbtramp/

    • @marknielflores9173
      @marknielflores9173 2 года назад

      @@JWNZ thank you! I followed your instructions, I've tried it but only the first patch 16x9 works for me, when I patch the second 16x7 it patched but the sequence of the led is not correct, ang some led don't lit

    • @marknielflores9173
      @marknielflores9173 2 года назад

      drive.google.com/file/d/1L0VHn_bEpBHVpcXDpbSklXR9DgzO04VX/view?usp=drivesdk

  • @nehalkhan558
    @nehalkhan558 Год назад

    sir, which controller used and what is the code to read or interface with controller

    • @JWNZ
      @JWNZ Год назад

      Have a look here ruclips.net/video/4pxLlIhOmeI/видео.html

  • @mdudewheresmacar
    @mdudewheresmacar 7 месяцев назад

    Is it possible then to control this via a hardware interface that runs DMX such as Wolfmix WMX1?

    • @JWNZ
      @JWNZ 7 месяцев назад

      Keep eyes on this issue github.com/Aircoookie/WLED/issues/2824

  • @michaeldeloso9042
    @michaeldeloso9042 28 дней назад

    is jinx software can download to ipad or on the android tablet and phone?

    • @JWNZ
      @JWNZ 23 дня назад

      As far as I know it's only on PC

  • @eziothegoat
    @eziothegoat Год назад +1

    i noticed that you can have maximum 512 channels per universe, how can i control more than 170 LEDs?

    • @JWNZ
      @JWNZ Год назад

      AFAIK you would need to start another universe.

    • @eziothegoat
      @eziothegoat Год назад

      @@JWNZ with the same ip and everything?

    • @keepitdialed
      @keepitdialed Год назад

      @@eziothegoat Yup, it will just mirror each other. if you don't want to mirror each other you just need more universes which jinx can do.

  • @ortadoguled
    @ortadoguled Год назад

    Arduino code

    • @JWNZ
      @JWNZ Год назад

      Check the show notes under WLED