Genus running on 6x(64x64) RGB matrices using hzeller's rpi-rgb-led-matrix library

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • This video was produced to support the following github thread: github.com/hze...

ความคิดเห็น • 32

  • @HennerZeller
    @HennerZeller 3 ปีที่แล้ว

    Neat!

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว

      Henner, nice to hear from you!!
      Wanted to share that I published two videos from my company that show the final product. th-cam.com/video/D8hZz3YfJ5w/w-d-xo.html
      And:
      th-cam.com/video/tZuQKhhq8zI/w-d-xo.html
      Thank you for writing such an awesome library! ❤️

  • @talk9415
    @talk9415 4 ปีที่แล้ว +1

    is there a step by step tutorial for building and coding this?

    • @aprihalsi3649
      @aprihalsi3649 3 ปีที่แล้ว

      Yes ,i want too ,can you give? Please

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว

      Apologies for the delayed reply; Take a look at github.com/hzeller/rpi-rgb-led-matrix

  • @borelkamnang9041
    @borelkamnang9041 ปีที่แล้ว

    Thanks for your video.
    If I understand correctly, are you taking a screenshot from the Raspberry to the Matrix Pannels?
    and also I can see that it is a Linux mint which is installed in your rapsberry?
    Please can I have here the command you type in the terminal ?

    • @atomicnoexcept
      @atomicnoexcept  ปีที่แล้ว

      Not a screenshot, but rather the code is running on the Linux box and send it over the screen buffer data from the SDL2 instance over the network to the pi

  • @proNOOBIE_
    @proNOOBIE_ 5 ปีที่แล้ว +2

    How to do this, please help

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว

      Take a look at github.com/hzeller/rpi-rgb-led-matrix

  • @julianorosario6533
    @julianorosario6533 3 ปีที่แล้ว

    Could you tell me how you're powering the boards and the pi? Are you using two separate power sources? I am using 4 panels (2 chains) and the ElectroDragon drive board.

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว

      Hi Juliano. For the large project I assembled (5x pis running a total of 25 64x64 matrices), I used two ALITOVE 5V 60A 300W power supplies.
      When we were driving the displays with Pi 3B+'s I used an Anker PowerBank.

    • @julianorosario6533
      @julianorosario6533 3 ปีที่แล้ว

      @@atomicnoexcept Cool thanks for the quick reply!

  • @ajonsson2013
    @ajonsson2013 5 ปีที่แล้ว

    Hmm, looks interesting and fun. Is it hard to build? I dont have much programming skills.

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว

      Yeah it is hard to build. :( Programming skills are required.

    • @arthurvitela4487
      @arthurvitela4487 ปีที่แล้ว

      Start with esp

    • @ajonsson2013
      @ajonsson2013 ปีที่แล้ว

      @@arthurvitela4487 can you elaborate? Googling says it's just a framework for C

  • @aprihalsi3649
    @aprihalsi3649 3 ปีที่แล้ว

    how to make it, can you help me? because this relates to my final project as a student, please and I've done steps like in your video entitled "raspberry pi 4 driving 10 RGB matrix

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว +1

      Hi Apri, what is your exact issue?

    • @aprihalsi3649
      @aprihalsi3649 3 ปีที่แล้ว

      can you provide a program to connect the raspberry pi to the led because I also use the same driver as you, so I can also display what I want right like a video or image and and can display like in your video this...thank you so much

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว +1

      @@aprihalsi3649 see github.com/hzeller/rpi-rgb-led-matrix

    • @aprihalsi3649
      @aprihalsi3649 3 ปีที่แล้ว

      @@atomicnoexcept Yes, I have, but I can't find a program to be able to display the image on the LED according to the monitor as in your video. I beg you, thank you

    • @atomicnoexcept
      @atomicnoexcept  3 ปีที่แล้ว

      @@aprihalsi3649 If you're looking for static images, Henner's library explains how to do this. What exactly is your final project?
      Have you considered posting this in Henner's repo issues area?