Raspberry Pi and Spotify Powered Frame

Sdílet
Vložit
  • čas přidán 20. 08. 2024
  • GitHub Source Code: github.com/rya...
    Spotify Developer Dashboard: developer.spot...
    Parts for Build:
    RGB Matrix: www.adafruit.c...
    RGB Matrix Bonnet: www.adafruit.c...
    5v 4a Power Supply: www.adafruit.c...
    Raspberry Pi Zero: www.adafruit.c...
    This is a full build guide for spotipi in 2021. It will show you how to build a Raspberry Pi and Spotify powered frame to display what you are listening to on Spotify. This is a passion project of mine and I hope that you all enjoy it as much as I did making it.

Komentáře • 132

  • @rwardtech
    @rwardtech  Před 2 lety +20

    For those wondering, the code changed and the file “.cache-” is now just “.cache”

    • @Echo42Luke
      @Echo42Luke Před 9 měsíci +3

      Hi Ryan, I am trying to set this up. I have put together all components and soldered the relevant pins on the bonnet, are you able to help as I am trying to set this up using putty via windows. I have installed the raspberry os on the SD, inserted and then SSH'd directly onto the Pi. I have then configured using the commands (im not sure if because im missing any of the copy steps it is not working) I shouldent need to copy anything providing its all been set up already on the pi?)
      Any help is appreciated

    • @bjorngeuns
      @bjorngeuns Před 7 měsíci

      @@Echo42Luke see a comment of @rwardtech below. He advises to run everything directly on the pi

  • @BinjayMister
    @BinjayMister Před 2 lety +7

    I'd love to see a 3-d printed enclosure for this! truly the icing on top the cake

    • @rwardtech
      @rwardtech  Před 2 lety

      Checkout my tiktok and I have a design for a case now :D www.tiktok.com/@rwardtech

  • @ER-dd1ug
    @ER-dd1ug Před rokem +4

    I'd love to build something like this. I've had a Spotify build planned for over a year but I haven't been able to get my hands on a pi without paying a 300% mark up. 600% for the zeros.

  • @SkywarsLobby
    @SkywarsLobby Před 2 lety +1

    Thank you so much! This was able to work perfectly for me compared to the "thirtytwopixels" project.

  • @hanschristianmadsen4696
    @hanschristianmadsen4696 Před 2 lety +2

    Great video!
    I would love to build this if it could integrate with Home assistant, API endpoints for brightness, on/off would make this great!

    • @rwardtech
      @rwardtech  Před 2 lety +1

      Been interested in doing this at some point. I don't have much experience with home assistant but I have only heard good things about it

  • @adodaro
    @adodaro Před 2 lety +4

    Thanks so much for this guide - it’s working perfectly on a Pi 4B! Out of curiosity, would a similar project work with Apple Music? Do they have a similar developer API service to leverage?

    • @rwardtech
      @rwardtech  Před 2 lety

      Really glad you got the project working 😁 unfortunately there is no proper Apple Music api endpoint for this. Spotify > Apple Music

    • @adodaro
      @adodaro Před 2 lety

      @@rwardtech Thought that might be the case - thanks again for all the great work here - my setup is still going strong!

  • @tost3295
    @tost3295 Před 2 lety +2

    Great Video! Do the led matrix drivers need to be specific to the board you are using if it's not the one you've used in the video?

  • @finstuart7919
    @finstuart7919 Před 2 lety

    Would love to see this with the new Raspberry Pi Pico W

  • @matthiasraess4424
    @matthiasraess4424 Před 2 lety +3

    Hi @Ryan Ward great project. After the initial setup with credentials etc, can this be run with any Spotify username when you start up the app?

  • @user-lw9tn4pk3d
    @user-lw9tn4pk3d Před 2 lety +4

    Hi Ryan,
    This is my first project with a raspberry pi. Is there any setup for the pi needed before installing the software on the raspberry pi? Do I need to install the pi OS first? Also any tips for a newbie at this would be much appreciated :)
    Thanks for the awesome video!

    • @rwardtech
      @rwardtech  Před 2 lety +1

      Yes you need to install raspberry pi OS! I recommend using the version named Buster. There are known issues with using spotipi and the latest pi OS named Bullseye

    • @rwardtech
      @rwardtech  Před 2 lety +1

      Also join the discord discord.gg/P97DPpfV
      You can post any questions in there :)

    • @CEOSaturdays
      @CEOSaturdays Před 2 lety +5

      @@rwardtech can we grab a fresh link ? Running into issues with the generating token step

  • @lifeofabronovich7792
    @lifeofabronovich7792 Před rokem

    Hi, cool project, I got it to work and it looks awesome! The only issue is that it takes a while for the display to update, it can take anywhere from like 10 seconds after the song starts to halfway into the next song. Is this due to the nature of Spotify's API or is it something that I can fix myself?

    • @lifeofabronovich7792
      @lifeofabronovich7792 Před rokem +6

      Update: I got it to switch songs in a timely manner by making the following changes to the code:
      1. Make the cache file writable
      2. Change the time.sleep values in the python file from 1 second to 5 seconds (Pi zero gets overloaded if you try to query every seconds, might be fine leaving this alone on a more powerful pi)
      3. Add a 10 second timeout to the get request in the python script. I think this was the main issue. If you don’t have this, then it’s just gonna hang forever until it does get a response from the server.

  • @AndyD0820
    @AndyD0820 Před rokem +1

    Great video, thanks. Do you think it would be possible to integrate the lyrics feature of Spotify to get a Karaoke machine? Thanks a lot for your work,it's really great and inspiring.

  • @ToolboyBebop
    @ToolboyBebop Před 3 lety +3

    Hi Ryan, this is an awesome project! In my attempt I fail unfortunately, maybe you have an idea?
    Actually, everything worked as described, but the display is distorted by the colors. You can see on the matrix that the covers are loaded, but white and bright colors are displayed in red.
    Do I still have to configure the display of the colors correctly somewhere here?
    Maybe you have a good tip for me, have the process now already 3 times as described, but the result is always the same.
    Thanks!!
    Strange is also that the spotipi logo is displayed well in the right colors.

    • @rwardtech
      @rwardtech  Před 3 lety +3

      I’m really glad you got the display to work functionally! It is a pretty complicated project and I tried to make it as easy as possible to get running.
      As for troubleshooting, I highly recommend reading this: github.com/hzeller/rpi-rgb-led-matrix
      There is a README.md with a “troubleshooting” section. I used this when building the project to fix any issues with the display.
      If you still can’t figure it out, reach out and I will see what I can do :)

    • @ToolboyBebop
      @ToolboyBebop Před 2 lety +3

      Hi @@rwardtech, thanks that really solved it. Someone there described exactly my problem. When the panel gets too little power, white light is displayed as red. Changed power supply and good. Sometimes so it can be so simple :D

    • @rwardtech
      @rwardtech  Před 2 lety +2

      I’m so glad you figured out your problem! That is an excellent resource for troubleshooting anything with a RGB matrix.

  • @Billy-jw6zz
    @Billy-jw6zz Před 2 lety +2

    does with work on Windows? when I put in the bash generate-token.sh command it gives me "command not found" errors and skips over all the Spotify inputs (client id, secret etc.) and tells me that is has created a token "Filename: .cache- ". Not sure what I'm doing wrong.

    • @maxa.2337
      @maxa.2337 Před 2 lety

      Hey, i just solved your problem:
      you have to change the end of line format of the "generate-token.sh" file.
      For that open the "generate-token.sh" file with Notepad++.
      Then you have to click on edit, format end of line and change to unix.
      Afterwards just safe the file and try to run the bash command again.
      Hope this helps.
      Have a nice day :)

    • @Billy-jw6zz
      @Billy-jw6zz Před 2 lety

      @@maxa.2337 Hey man thanks for your help. This partially solved the problem and it is appearing the command prompt now but it is telling me pip isn't found for line 2. I have python installed on my computer but do I need to install the UNIX version also? This is kind of a first project so I think I'm missing some groundwork stuff which the video assumed I would have.

    • @EliBlumkin
      @EliBlumkin Před 2 lety +1

      @@Billy-jw6zz hey did you figure this out? Having the same issue

    • @rwardtech
      @rwardtech  Před 2 lety +1

      I recommend running all the commands on your raspberry pi. This eliminates issues regarding macOS or windows

  • @samuelwebb8804
    @samuelwebb8804 Před 2 lety +1

    heya absolutely love this and thank you so much for sharing your code going to try this very soon. I was just wondering if you have seen the modern day record player by talaexe or Uma Abu if so have you ever looked into combining these projects?

  • @MrDangerouspanda
    @MrDangerouspanda Před 2 lety +1

    Went through this twice now but nothing is appearing on the matrix. The default spotipi logo appears when I try and run a different .py file to test the matrix is working, but no album cover. And if I run your individual .py files (displayCoverArt etc.) I get "No Module Named Spotipy" even though I've ensured it's installed, and tried re-installing it with 'pip install spotipy' and a half dozen other commands. Any ideas?

    • @TheMohammadsen
      @TheMohammadsen Před 2 lety

      hey man, im having the same issue, have you solved it by any chance?

  • @eqL_Suit
    @eqL_Suit Před rokem +2

    @rwardtech i tried your tutorial with the solderin but I don't get any output to the screen. The spotify app dashboard recognizes the requests that are coming in but the screen stays black. When i hold the screen and apply light pressure by the sides a few leds light up a little and dim again when i let go. Do I have a faulty screen? The power and data seems to be coming through when i check for a current but the screen stays black. In the raspberrypi.local dashboard everything looks fine and the screen is set to on. Can you help me?

    • @eqL_Suit
      @eqL_Suit Před rokem

      @rwardtech do you have any idea? still struggling to get it to work

    • @Echo42Luke
      @Echo42Luke Před 9 měsíci

      I have having the exact same issue, any ideas on resolution?

    • @Michael90G
      @Michael90G Před 3 měsíci

      I also have the same issues, my matrix works with the bonnet when I run other code - but this doesn't work for me

    • @hiiiicao
      @hiiiicao Před 3 dny

      Was anybody able to figure this out?

  • @IAM_HC
    @IAM_HC Před 4 dny

    Can you do the live backgrounds?

  • @B0A2
    @B0A2 Před 2 lety

    That’s so cool what did you use to convert the image?

    • @rwardtech
      @rwardtech  Před 2 lety

      The rpi rgb matrix library from user hzeller on GitHub! The guy is a genius

  • @kyleyoung2464
    @kyleyoung2464 Před 5 měsíci +1

    Spotipi

  • @briankeegan9684
    @briankeegan9684 Před 2 lety +1

    can this be integrated to also play audio using a rasberry pi as a receiver?

  • @mathiaskidane1672
    @mathiaskidane1672 Před rokem

    If I were to use a raspberry pi 3b, would I need a power supply for the Pi and the bonnet? And if so, if there a split cable online I could buy that could power both at the same time?

  • @theaveragemegaguy
    @theaveragemegaguy Před 2 lety +1

    Could I do this without soldering? I don’t have the tools necessary for that D:

    • @infuze6647
      @infuze6647 Před 2 lety +1

      Would love to know the answer to this question too! I want to make this but I’m confused with the soldering part 😫

    • @rwardtech
      @rwardtech  Před 2 lety

      Unfortunately soldering is required for this project. It is honestly really easy though and I recommend learning it!

  • @martinkorel
    @martinkorel Před 2 lety

    Hi Ryan, this was my first Raspberry Pi project and it is such a center piece at home. I started with a 32x32 matrix. Just bought a 64x64 for extra details. I set it up, but I am noticing flickering which was not the case with the 32x32 matrix. Any Ideas?
    Awsome project, and thanks.

    • @rwardtech
      @rwardtech  Před 2 lety

      Thanks for the kind words! With the 64x64 did you solder the “e” pin on the matrix bonnet?

  • @3D-Amir
    @3D-Amir Před 2 lety +2

    Great tutorial. Thank you so much. Btw is it possible to change the Resolution to 128 x 128.I have 4 Hub75 and I want to chain them together.

    • @1DavisPaz
      @1DavisPaz Před 2 lety

      I am also looking for a solution for this. I have a NovaStar MCTRL300 and 4 1.9mm 128x128 modules on a frame. I'd love to do something on this with a high definition image of the album cover but am having a hard time finding a way to do it, between using a service like Dakboard or programming something like this. Please reply if you find a way to do that?

  • @jcpruett98
    @jcpruett98 Před 2 lety

    I’m not good with soldering. During the set up, is it possible to use the convenience option and skip the soldering of GPIO 4 and 18 for the project or is it an absolute requirement?

    • @rwardtech
      @rwardtech  Před 2 lety +1

      It is possible to just use the convenience option! You likely see flickering on the display but it should work

  • @cyprus125
    @cyprus125 Před 2 lety

    if you go in our dash board with spotify is there information there. i've done this walk through 2 times now thinking i messed up something simple. i get no errors and no display, when is the raspberry symbol supose to apear as well?

  • @IMadeThisForYou
    @IMadeThisForYou Před 2 lety

    Great guide! Can this be set up to connect to your local internet via wifi?

  • @Jeaunas
    @Jeaunas Před 2 lety +3

    Hi Ryan, whenever I'm trying to make the .cache file, this message pops up. Also it just creates the .cache file, not .cache-[spotifyusername].
    /home/pi/spotipi/python/generateToken.py:12: DeprecationWarning: You're using 'as_dict = True'.get_access_token will return the token string directly in future versions. Please adjust your code accordingly, or use get_cached_token instead.
    token = auth.get_access_token()
    It does seem to create the file though so, not sure what the problem is. When completing the setup, my display doesnt show anything though.

    • @TheMohammadsen
      @TheMohammadsen Před 2 lety

      Hey man! Have you solved this? Im having the same issue, my screen is stuck on the base logo. I checked the Spotify console, and I've had one pull request

    • @rwardtech
      @rwardtech  Před 2 lety

      Yes, this was an issue with the code. It removes the username from the file. But just using the .cache file will work just fine!

  • @brycedesabrais2442
    @brycedesabrais2442 Před 2 lety +1

    Hello Ryan, I have gotten everything to work and it displays a raspberry as the default page. However, the spotify album covers will not display as I play music. How can I troubleshoot what went wrong with this part of the project?

    • @rwardtech
      @rwardtech  Před 2 lety

      I would first see if you can access the web client. It should be .local

    • @brycedesabrais2442
      @brycedesabrais2442 Před 2 lety

      @@rwardtech I appreciate the response! I got it working, I was screwing up the path to the token. I did solder it but the display is quite flickery and it is not super easy to tell what album cover you are looking at. Currently looking into that

    • @brycedesabrais2442
      @brycedesabrais2442 Před 2 lety

      Another update! Redid the soldering and it looks gorgeous

    • @rwardtech
      @rwardtech  Před 2 lety

      @@brycedesabrais2442 Awesome, glad it turned out nice!

    • @TheMohammadsen
      @TheMohammadsen Před 2 lety +1

      what path did you use for your token?

  • @einsdave
    @einsdave Před 2 měsíci +1

    Anybody has an idea if this still works in 2024? I ve tryed it out and always got messages like: This command is depricated. And it is not working by now. Please help

    • @davemaytree2697
      @davemaytree2697 Před měsícem

      Did you get it to run yet? I'm having some issues as well. Might be my own fault tho.

  • @meghanroshak1927
    @meghanroshak1927 Před 2 lety

    What are the two white wires on your rgb matrix bonnet as it doesn’t come with those

  • @-Fidelis-
    @-Fidelis- Před 4 měsíci

    Is there any way to do this with an image off of your phone? Or a video off of your phone?

  • @IJuziI
    @IJuziI Před 2 lety +1

    Do you have to connect the Pi to a laptop, or does it work via Wifi?

    • @rwardtech
      @rwardtech  Před 2 lety +1

      Nope, it just connects to your wifi!

    • @IJuziI
      @IJuziI Před 2 lety

      @@rwardtech Thanks! So it should work with a Google Home Speaker?

    • @rwardtech
      @rwardtech  Před 2 lety +1

      @@IJuziI Yep it will work as long as the speaker is connected to your spotify account :)

  • @big_gingus
    @big_gingus Před rokem

    is there any alternative tha would work instead of a rasberypi something that can be aquaried easily ?

  • @spacemini24
    @spacemini24 Před 11 měsíci

    wanted to do that with tidal but it doesn't seems to exists any official api ...

  • @insproad
    @insproad Před 2 lety

    Nice project, before I did that with esp32. But now it broke up. I wanna do with raspi zero, can I do without adafruit rgb matrix hat??

  • @nhsplayer07
    @nhsplayer07 Před 2 lety

    Do you ever hit the Spotify api rate limit?

  • @thanhvo003
    @thanhvo003 Před 2 lety

    Hi Ryan,
    I tried building your project recently and I made it until the last step where I navigate to the web app with the browser, the pi kept refusing to connect (either with the IP or the .local).
    Do you have any insights on my problem...?

  • @konstiking1885
    @konstiking1885 Před 2 lety

    Can i use the RGB Matrix HAT, which you habe used in your first video instead of the bonnet?

    • @SkywarsLobby
      @SkywarsLobby Před 2 lety

      Yes, I'm using it right now and it works the same.

  • @wulpixkimi
    @wulpixkimi Před 2 lety

    Is there a version where I can use a normal Pi 4 and a mini Screen to see the cover (and the Song name) in better quality?

    • @rwardtech
      @rwardtech  Před 2 lety

      There isn’t a version for this, but that might be a thing in the future!

  • @pickleSoSpicy
    @pickleSoSpicy Před 2 lety

    hey there! i got all the way to the end of the video and for some reason, i am unable to edit the settings on the web app. the web app just isnt popping up for me for some reason. any help would be appreciated!!!!!! :D

  • @jameskennedy1555
    @jameskennedy1555 Před 2 lety

    Hey Ryan,
    This is a great project and I would love to do it. But unfortunately when I try I get this error. ImportError: No module named spotipy. I have tried both on my MacBook and on a raspberry pi and I am getting this error on the both. Do you know why this would be. Thanks James.

    • @rwardtech
      @rwardtech  Před 2 lety +1

      I appreciate the kind words about the project! It sounds like you have not installed the spotipy library. In order to fix this simply type "pip install spotipy" in your terminal.

    • @wesbeights
      @wesbeights Před 2 lety

      @@rwardtech I'm receiving the same error even though I've installed the library several times using the "pip3 install spotipy" command. All lines show "Requirement already satisfied" and then when I run the "bash generate-token.sh", it shows
      "File "python/generateToken.py", line 2, in
      import spotipy
      ImportError: No module named spotipy"
      Do you have any advice for me? Thank you in advance!

    • @rwardtech
      @rwardtech  Před 2 lety

      @@wesbeights hey Wes! I’ve seen bizarre behavior with that package in the past. I recommend trying to run “python3 -m pip install spotipy” instead. After you run that run “pip3 list” to ensure its installed

    • @wesbeights
      @wesbeights Před 2 lety

      @@rwardtech Thank you for the response! I just gave that a try and it came back with "Requirement already satisfied" for all. I then tried "pip3 list" and it gave me this: certifi 2021.10.8
      charset-normalizer 2.0.12
      distlib 0.3.4
      filelock 3.6.0
      idna 3.3
      pip 22.1.2
      platformdirs 2.5.1
      requests 2.27.1
      setuptools 49.2.1
      six 1.15.0
      spotipy 2.19.0
      urllib3 1.26.9
      virtualenv 20.14.0
      wheel 0.36.2

  • @PrinceNavy_
    @PrinceNavy_ Před 2 lety

    what's the SD card for? should i download the rasberry pi software onto it? this is my first time using raspberry pi so which software should i use?

    • @juliak.2712
      @juliak.2712 Před 2 lety +1

      Install Raspberry Pi Imager on your computer, using that you can install the Raspian OS (I think Raspian Buster is recommended) on your SD card

  • @Official_LKS
    @Official_LKS Před 2 lety

    Hey, I have the following problem: When I run the file "bash generate-token.sh
    " I get this message "generate-token.sh: line 2: pip: command not found
    ". After my user name this message: "Traceback (most recent call last):
    File "python / generateToken.py", line 2, in
    import spotipy
    ImportError: No module named spotipy
    "
    Can you help me?

    • @Official_LKS
      @Official_LKS Před 2 lety

      It works. I have forgot to installed Pyhton. But now: i dont get the Authorization by Spotify.

    • @EliBlumkin
      @EliBlumkin Před 2 lety

      @@Official_LKS hey, did you solve this problem? Having the same issue

    • @Official_LKS
      @Official_LKS Před 2 lety

      @@EliBlumkin Did you work with Gitforwindows? You will need an extra computer. On this computer, you must load and install the dates from GitHub.

    • @EliBlumkin
      @EliBlumkin Před 2 lety +1

      @@Official_LKS I’m working on a Mac, but I have the exact same error

    • @isaac-xw6dc
      @isaac-xw6dc Před rokem

      you ever solve the issue? @@EliBlumkin

  • @Casper-mv2pw
    @Casper-mv2pw Před 2 lety

    Does this work via wifi or bluetooth? It needs wifi to know wich song to show right?

    • @rwardtech
      @rwardtech  Před 2 lety

      It works via wifi. Im hoping in the future I can get it to work using Bluetooth

  • @ramshambo2001
    @ramshambo2001 Před 3 lety

    can you chain these displays together to get a resolution of 128x128 and can you output out to it like a normal display?

    • @rwardtech
      @rwardtech  Před 3 lety +1

      That’s a really good question. You definitely could chain them together but would need to modify the source code to support the updated resolution.

    • @ramshambo2001
      @ramshambo2001 Před 3 lety

      @@rwardtech think I'm gonna just bite the bullet get down to some tinkering! Thanks for the video!

    • @rwardtech
      @rwardtech  Před 3 lety +1

      Good luck with the build! Let me know how it goes and if I can help with anything.

    • @tuh-seh9189
      @tuh-seh9189 Před rokem

      I'm thinking of doing this so any information on how it went for you would be really appreciated!

  • @daanhobbel4660
    @daanhobbel4660 Před 2 lety

    Hi,
    First of all awesome project :D I already have all the parts and I'm trying to follow your tutorial. but keep getting stuck at the part where you give your username. I'm getting this error
    Traceback (most recent call last):
    File "python/generateToken.py", line 2, in
    import spotipy
    ImportError: No module named spotipy
    The weird thing is that I did install spotipy. Because every time I try to pip install it says it is already "satisfied". it also shows up in the pip list.
    Any idea what this could possibly be?
    Thanks in advance :)

    • @quelpo7695
      @quelpo7695 Před 2 lety +4

      creating a virtual environment and using pip to install spotipy in that environment fixed this issue for me.

    • @daanhobbel4660
      @daanhobbel4660 Před 2 lety

      @@quelpo7695 That did the trick! thank you so much :D

    • @PrinceNavy_
      @PrinceNavy_ Před 2 lety

      hey, could you explain how you solved this? having the same issue rn

    • @daanhobbel4660
      @daanhobbel4660 Před 2 lety +1

      @@PrinceNavy_ just like Monish said. I created a virtual environment and installed all the library’s there. Look up “virtualenv python” to find out how to create one.
      Goodluck!

    • @EliBlumkin
      @EliBlumkin Před 2 lety

      @@daanhobbel4660 thank! What pip command did you use to install when in the environment?

  • @trondlindblom
    @trondlindblom Před 2 lety

    Is it possible to do this with an 128x128 matrix for higher resolution?

    • @rwardtech
      @rwardtech  Před 2 lety +1

      Yes it is possible and has been done

  • @Junkpilepunk
    @Junkpilepunk Před 2 lety

    Hey there, i love teh idea to see the album cover on a led Panel.
    So i ordered the stuff needed and tried for myself.
    I went through the whole installation without any obvious errors but when i try to open the cofiguration page in my web browser i can't find the pi.
    Could anybody offer some help on that?
    i can provide more information if neeeded but i just used the tutorial on a fresh raspbian buster install

    • @juliak.2712
      @juliak.2712 Před 2 lety

      Can you connect to the Raspberry Pi via ssh?

    • @Junkpilepunk
      @Junkpilepunk Před 2 lety

      @@juliak.2712 yeah all that worked. i'll try again today maybe i just missed something

    • @Junkpilepunk
      @Junkpilepunk Před 2 lety

      @@juliak.2712 it worked now. I don't know if i did something wrong several times or if the script got an update. Anyway thanks for yoour help.

  • @gare148
    @gare148 Před 2 lety

    I set up everything but the screen still doesn't display anything, the setting page works but just not the matrix, anyone know what might be wrong or a way to test if my rgb matrix is actually working

    • @rwardtech
      @rwardtech  Před 2 lety

      Join my discord discord.gg/P97DPpfV
      Let’s see if we can figure out what’s going on :)

    • @EliBlumkin
      @EliBlumkin Před 2 lety

      @@rwardtech hey man, could I get an updated link? This is expired?

    • @kitkookie6639
      @kitkookie6639 Před 2 lety

      did you get the issue fixed?

  • @hectorcovarrubias6680
    @hectorcovarrubias6680 Před 2 lety

    is soldering those pins required?

    • @rwardtech
      @rwardtech  Před 2 lety

      This is not a requirement, however it will improve the flickering present on the rgb matrix

  • @sapperdeflap
    @sapperdeflap Před rokem

    1:13 what a terrible way to connect your powerleads, why not strip the cable and solder the ends baffles me a bit.

  • @melinaja13
    @melinaja13 Před 2 lety

    I have a question: Does it make a difference if I use a 64x64 3mm pitch, instead of a 64x64 2.5mm pitch? I wanted to buy the one you use, but it is unfortunately out of stock:(

    • @tomdevries2590
      @tomdevries2590 Před 2 lety

      The 2.5mm will be slightly smaller, as the pitch is the distance between the LEDs. Outputting to the display should be the same.
      I just ordered the 2.5mm myself as well 😊

    • @rwardtech
      @rwardtech  Před 2 lety

      It makes no difference at all :) The pitch just means the space between the each pixel. A smaller pitch means the matrix will be smaller. Where as a larger pitch means the matrix will be bigger. Hope this helps!

  • @eqL_Suit
    @eqL_Suit Před 2 lety

    Hey there nice video, is there a way to connect this to a battery instead of a wall adapter? Would be really nice to hang it on a wall permanently only having to take it off for charging a rechargeable battery.

    • @rwardtech
      @rwardtech  Před 2 lety

      This is definitely a possibility however it’s something I have not tested. I would imagine you would need a pretty good battery and would have to charge it pretty often

  • @josephstella1903
    @josephstella1903 Před 9 měsíci

    Can I power it with a micro usb into the the pi