Making Monday - Getting an 64x32 RGB Matrix working [Was Live On Twitch]

  Рет қаралды 21,313

Brian Lough

Brian Lough

6 жыл бұрын

We eventually did it and it was a real team effort! Thanks to everyone! This display is amazing looking, will definitely use it in an upcoming video!
Link to Panel* - amzn.to/2qIQapR
Library Used - github.com/2dom/PxMatrix
Adafruit Learn Guide - learn.adafruit.com/32x16-32x3...
Other Platforms:
Twitter: @witnessmenow - / witnessmenow
Twtich: BrianLough - / brianlough
Instructables: witnessmenow - www.instructables.com/member/...
My Tools & Kit*:
Ts-100 Soldering Iron
- UK : amzn.to/2nlOF23
- US : amzn.to/2jDcyxl
Logitech C920 HD 1080p Pro webcam
- UK: amzn.to/2pnxk9Z
- US: amzn.to/2BsLMiF
Blue Snowball USB Microphone
- UK: amzn.to/2C0x4TH
- US: amzn.to/2DEA85J
Self Adjusting Wire Strippers
- UK: amzn.to/2C0urkR
- US: amzn.to/2BXQAh1
Support what I do by using my Amazon Affiliate links:
Amazon.co.uk: amzn.to/2g7mJIO
Amazon.com : amzn.to/2ykDQ42
*= Affiliate Links

Пікірлер: 32
@UnexpectedMaker
@UnexpectedMaker 6 жыл бұрын
That is an amazing looking LED Panel! Great job!
@BrianLough
@BrianLough 6 жыл бұрын
Thanks, was more than a little inspired by your stream using it :)
@clippedwing-bensmith1614
@clippedwing-bensmith1614 5 жыл бұрын
@brain I brought the panel through your amazon link (UK) however mine has come different, it has no marking ls apart from the arrows and Pin Pout. My display just shows all leds fully lit, putting a hard time on my psu. Any other ideas on how to ID the board?
@yusuf120581LED
@yusuf120581LED 6 жыл бұрын
Amazing
@BrianLough
@BrianLough 6 жыл бұрын
Thanks!
@shinevisionsv
@shinevisionsv 6 жыл бұрын
Awesome! :D
@BrianLough
@BrianLough 6 жыл бұрын
Thanks Shinevision!
@shinevisionsv
@shinevisionsv 6 жыл бұрын
:D
@robfantini3949
@robfantini3949 2 жыл бұрын
Hi Brian, have you managed to increase brightness. I'm using esp32 and 64x32 waveshare boards . Some confusion regarding the ground or E pin. I've played with code and it doesn't make any difference if I use pin or not or ground it. I have demo and tetras workings, it's just dim . Any help would be appreciated. Great channe5 Rob UK
@stevanusrasjid6666
@stevanusrasjid6666 4 жыл бұрын
hello sir, that's a great project, i want to ask you something, how bout i change the EPS8266 to arduino uno? is that possible? thank you :)
@bramSDASCL1759
@bramSDASCL1759 3 жыл бұрын
Still coming back to watch this,, and still no rgb panel yet 🤣
@dhavalpatel1622
@dhavalpatel1622 4 жыл бұрын
Hi sir i am dhaval i work on this project but i have interface some problem. First 4 row on after 4 off than 4 on... When i upload program than this type pattern are drown
@muralimuluka878
@muralimuluka878 5 жыл бұрын
i want to use 3 P6 (32x32)RGB led matrix panels with Node Mcu then how i have to establish the connections for P6 to P6. if i am connections directly (one output is input of next)through FRC cables the Screen is splitting in between those 3 modules.
@BrianLough
@BrianLough 5 жыл бұрын
I've never tried, but the library suggests you can connect the output of the first panel into the input of the second, the output of the second into the input of the third and then connect the 5 wires from the input of the first to the output of the third . Check the readme of the pxmatrix library
@muralimuluka878
@muralimuluka878 5 жыл бұрын
thank you sir, yes sir i did the same, what you have said before texting you, while connecting like the the entire screen was splitting, and 1st line printing 1st module(1st line,8 pixel) and second line on 2nd module like that.. please can you suggest me.
@adityaprasad7632
@adityaprasad7632 3 жыл бұрын
How to change the font?
@thinkhelpservice
@thinkhelpservice 3 жыл бұрын
so in the end what was the issue, I have my P3 matrix and bought and built Brian board for the ESP32 but im not getting any display
@BrianLough
@BrianLough 3 жыл бұрын
What code are you running on it? My Discord is a much easier place to debug these kind of issues BLough.ie/discord Also Note: PxMatrix has recently changed one of the default pins it uses for its examples. P_OE previously used to be 2, but now has switched to 16. These boards were designed with P_OE connected to pin 2, so you will need to change P_OE back to 2 to use PxMatrix's examples.
@thinkhelpservice
@thinkhelpservice 3 жыл бұрын
@@BrianLough using your witnessmenow / WiFi-Tetris-Clock code
@thinkhelpservice
@thinkhelpservice 3 жыл бұрын
ill join your discord but I'm not very familiar with it, hope they are tolerant to noobs
@abdelademboukoutaya2505
@abdelademboukoutaya2505 6 жыл бұрын
does this lib support p8 panels with 1/4 scan rate ?
@BrianLough
@BrianLough 6 жыл бұрын
I'm not sure, you can pass the scan rate in ok, but what they library does with it I'm not sure. Worth a try I guess!
@abdelademboukoutaya2505
@abdelademboukoutaya2505 6 жыл бұрын
thank you i will give it try
@MPElectronique
@MPElectronique 4 жыл бұрын
Hey Brian. Would you share the code for displaying jpeg on the display? Thanks. Marc :)
@BrianLough
@BrianLough 4 жыл бұрын
Hey Marc, I added it as an example to the Spotify library, I will make a more general one soon github.com/witnessmenow/arduino-spotify-api/blob/master/examples/esp32/displayAlbumArt/albumArtMatrix/albumArtMatrix.ino It's heavily based on this example from the image decoding library github.com/Bodmer/TJpg_Decoder/tree/master/examples/Web_Jpg
@MPElectronique
@MPElectronique 4 жыл бұрын
@@BrianLough Thank you :)
@apexd8921
@apexd8921 5 жыл бұрын
I just recently setup a 64x32 based on a Raspberry pi After a false start, I got the driver downloaded-installed and a demo running with a total of about 4 command lines. There's a $3 Hat with 3 - HUB-75 sockets, that may be good for 36 panels, and saving a lot of soldering, www.electrodragon.com/product/rgb-matrix-panel-drive-board-raspberry-pi/ The popular driver that Adafruit references: github.com/hzeller/rpi-rgb-led-matrix A plus using a raspberry pi is the capability of sending video to the panels. There are 2.0 mm and 1.666 mm spacing 64x32 panels 5" wide or less, that could be used for a mega name tag with 4 line of text.
@PsiQ
@PsiQ 6 жыл бұрын
i call fake news on that thumbnail ! It wasn't there in the stream! it only said "The End"* (or similar) 😄 now that i watched it on twitch you wont get your big youtube money 😑 * "thats it for Making Mondays"
@BrianLough
@BrianLough 6 жыл бұрын
haha, am I not allowed take photos for thumbnails anymore :) I just thought it would make interesting photo :P
@rajendrapalan9519
@rajendrapalan9519 2 ай бұрын
Digital clock
A LED Display for Smarter Every Day
21:28
Brian Lough
Рет қаралды 11 М.
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,9 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 90 МЛН
The ULTIMATE Raspberry Pi 5 NAS
32:14
Jeff Geerling
Рет қаралды 1,6 МЛН
World's worst video card? The exciting conclusion
24:23
Ben Eater
Рет қаралды 2,9 МЛН
Pixblasters LED Panels Quick Guide
6:14
Pixblasters Master
Рет қаралды 261
How does an RGB LED Matrix work?
11:36
ezContents
Рет қаралды 38 М.
Reverse Mounted LEDs (Diffusing LEDs through the PCB material)
15:42
12 Useful & Interesting ESP32 Projects for Beginners!
9:41
ToP Projects Compilation
Рет қаралды 593 М.
Build Your Own Live NHL Scoreboard with Raspberry Pi!
10:45
Howchoo
Рет қаралды 103 М.
64x64 RGB LED Matrix Panel - SmartMatrix and Teensy 3.6
15:52
Gadget Reboot
Рет қаралды 82 М.
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 184 М.
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 448 М.
Clicks чехол-клавиатура для iPhone ⌨️
0:59