Screen share ANYTHING to this matrix! (Pi Pico)

  Рет қаралды 123,086

bitluni

bitluni

Күн бұрын

Пікірлер: 156
@reddcube
@reddcube 2 жыл бұрын
Could you 3D print direct on to a diffusion firm, and just skip the first layer.
@bitluni
@bitluni 2 жыл бұрын
this is genius! will try and upload result
@lostname1781
@lostname1781 2 жыл бұрын
Or maybe switch filaments between first and second layer. Transparent or grey for the first layer, and Black for the walls.
@uranoxyd
@uranoxyd 2 жыл бұрын
@@bitluni maybe get in touch with Thomas Sanladerer
@fuba44
@fuba44 2 жыл бұрын
I feel like this should run "the game of life" code, auto resetting on some basic conditions. Super cool board
@gokulc8621
@gokulc8621 2 жыл бұрын
Even langrangs ant simulation
@ethzero
@ethzero Жыл бұрын
The WLED firmware for ESP(8266|32) has a Game Of Life prebuilt effect.
@jena_thornwyrd
@jena_thornwyrd 2 жыл бұрын
I HAD to stop the vid at 0:18, because in the starting teaser I have seen something I had not in years, and that bring very good memories… The Farbrausch "Masagin" Nvision 08 Invitation demo !!!!! DAMN I LOVE THIS ONE !!!!! THANK YOU TO BRING BACK THOSE MEMORIES !!!!!
@Anticitizen666
@Anticitizen666 2 жыл бұрын
I made a tile wall with custom 16x16 neopixels each, running from an ESP32. I wrote a windows app so it would stream a region of my desktop over UDP to the wall (I only had 15 tiles to start with) and it ran great over WiFi at 60fps 😁 Yourube videos look great on it. Takes a LOT of power though. Obviously in c/c++
@LunesPeltier
@LunesPeltier 2 жыл бұрын
Hello, I have a similar project that I am working on. Could we exchange on the C/C++ solutions you found?
@FanofWebsCTO
@FanofWebsCTO Жыл бұрын
I would like to understand what you have done also!
@ihmSelbst
@ihmSelbst Жыл бұрын
I build this with wled and send a json to update.
@azpcox
@azpcox 2 жыл бұрын
Pretty sure we got Rick Rolled in low res. :). Really cool expandable project!!!
@patrickmcguinness3095
@patrickmcguinness3095 2 жыл бұрын
It's funny that when I see the thumbnail on my feed I know it's one of your videos. Thanks super useful!
@BRUXXUS
@BRUXXUS 2 жыл бұрын
I've had an LED matrix lying around for a a while now but haven't played with it. Maybe this will give me the inspiration to finally make something with it!
@multiplysixbynine
@multiplysixbynine 2 жыл бұрын
Nifty. I just made a hexagonal matrix of LEDs with triangular cells using 3D printed parts and acrylic. The LEDs are teeny tiny 1515 SMD components so it’s quite compact.
@OMGWTFBBQSHEEP
@OMGWTFBBQSHEEP 2 жыл бұрын
Sounds nice, shouldve put up a video of it!
@arxaaron
@arxaaron 2 жыл бұрын
Nicely done. Great project and easy to follow, precisely explained tutorial on how to do it. Thank you for the resources! I'll be doing this one soon! Icing on the cake was the display testing with J.R. Bob Dobbs & Boing Ball graphics. Huge seal of approval!
@chrisleech1565
@chrisleech1565 2 жыл бұрын
Most refreshing thing so far this weeknd. Thanks @Bitluni. Such brilliant library and coding. I have not done Micro Python but have begun Lua in Mach4
@SimonRumble
@SimonRumble 2 жыл бұрын
In case anyone's trying to print the undimensioned STL files, I set the height of the entire print labelled to 42mm and printed and it fits perfectly. This is for the "30mm" (distance from LED to diffuser) file.
@electronics.unmessed
@electronics.unmessed 2 жыл бұрын
Nice idea! And a lot of substance in your video! 👍👍👍
@Clark-Mills
@Clark-Mills 2 жыл бұрын
With the black 3D printed baffle you could dip the assembly in silver (or white) paint to improve brightness. Spraying or brushing would be too hard given the shape. Draining after dipping should work well. Nice project, thanks!
@Ziraya0
@Ziraya0 2 жыл бұрын
Techmoan recently took apart a really bad ikea sound visualizer thing, it used a microphone to "detect" the "beat" and step through a low res gif. More interestingly it used an LED grid like this and a frosted translucent plastic panel of lenses to create large circular "pixels" from each LED. With a clear-ish filament you could probably 3D print a similar pixelizer panel to produce a look like this, but with much less depth, I expect less filament, and you could potentially put a gap between the pixelizer and the LED panel, which would , if vented top and bottom, create a natural convention of air across the LEDs to help keep them cool
@LunesPeltier
@LunesPeltier 2 жыл бұрын
I am very interested in a C/C++ version.
@Patrick_Black
@Patrick_Black 2 жыл бұрын
everytime I try this I become this error code " Traceback (most recent call last): File "", line 82IndentationError: unexpected indent " can u explain what this mean?
@rishikeshsarangi1245
@rishikeshsarangi1245 Жыл бұрын
Just move the line back and forth using tab space and try again
@bickhofe
@bickhofe 2 жыл бұрын
Danke!
@bitluni
@bitluni 2 жыл бұрын
Thanks! ☺
@StormBurnX
@StormBurnX 2 жыл бұрын
The new thumbnail looks good!
@dfgaJK
@dfgaJK 2 жыл бұрын
4:38 bo0obies the blur only works if you don't miss a frame!
@bitluni
@bitluni 2 жыл бұрын
🤐
@linuxgeex
@linuxgeex 2 жыл бұрын
@bitluni you should spray silver spraypaint on the inside of the cover to avoid cross-channel leak and material absorption of the light which just wastes power.
@PuchMaxi
@PuchMaxi Жыл бұрын
@0:25 Hey Bitluni, what happened to the Pi Pico with Ethernet and PoE design? Do you sell it, or can we buy it somewhere? 🙂
@0sliter0
@0sliter0 2 жыл бұрын
UDP stream is the most efficient way to send pixels to the RGB strip. Also using C++ would allow you to do it in 60 FPS. I did similar project with esp8266 and 288 led strip. And also, you can go to your router settings and assign static IP to the rpi so you don't need to update it everytime...
@LunesPeltier
@LunesPeltier 2 жыл бұрын
Hello, I have a similar project that I am working on. Could we exchange on the C/C++ solutions you found?
@0sliter0
@0sliter0 2 жыл бұрын
@@LunesPeltier yeah, but I'm still experiencing some troubles reconnecting to the server (from esp). If you can improve on that it would be great. I'll ping you in Discord
@mousefad3673
@mousefad3673 2 жыл бұрын
Nice to see 'Bob' making an appearance.
@drksbr
@drksbr 2 жыл бұрын
You can use udp socket to send data.
@everydaytinkerer
@everydaytinkerer 2 жыл бұрын
This is totally awesome, I will need to look into this myself. I guess you could modify the case to have sections to daisy chain them together as well.
@OMGWTFBBQSHEEP
@OMGWTFBBQSHEEP 2 жыл бұрын
Supercool end result! Do you think it's possible to connect it directly to a computer in order to get a higher fps?
@bitluni
@bitluni 2 жыл бұрын
I tested CDC with esp32 S2 before tt's certainly fast
@OMGWTFBBQSHEEP
@OMGWTFBBQSHEEP 2 жыл бұрын
Thats promising, would've been a cool moody light to have on my desk:D maybe i should build one!
@raspberrypi
@raspberrypi 2 жыл бұрын
Ah, this is brilliant!!
@usefulelectronics
@usefulelectronics 2 жыл бұрын
Wow this is awesome!! Is it possible to use LVGL library with such RGB LED matrix? :D
@chain3519
@chain3519 2 жыл бұрын
I don't know of a ready made solution, but if you make an LED driver function compatible with their format, it would definitely work. LVGL just passes data to the driver
@Pixelcrafter_exe
@Pixelcrafter_exe 2 жыл бұрын
if you wire the neopixels directly to the pico, you might get problems in noisy environments, since the rp2040 runs on 3V3 and the ws2812b expects a 5v signal voltage
@Scootercorn
@Scootercorn 7 ай бұрын
I was looking for something like this as I have those panels laying around but I don’t know how to send matrix image data to them. Thank you!!
@LevisTovi
@LevisTovi 2 жыл бұрын
Hi, great work. Can you please share the link to the livestream you’ve showed at 3:30? Thanks
@teslastellar
@teslastellar 2 жыл бұрын
Putting a dark plexiglass sheet in front of the panel will diffuse the light and make it look much better.
@leadscollector
@leadscollector Жыл бұрын
I have a Pico W. I have tried this even on a basic setup and only ever see 3-5 lights come on seemingly at random... Any ideas what I might be doing wrong. It just wont work
@ShahZahid
@ShahZahid 2 жыл бұрын
i made a similar thing about a year ago based on the esp8266, it has clock, weather, patterns, drawing, games, animations and streaming via jinx! capabilities, i think you need better diffusion tho i used 2mm thick frosted acrylic and a sheet of tracing paper (or wax paper) behind it, and the leds were completely diffused
@Yhetti
@Yhetti 2 жыл бұрын
What happened to the RPOE? I've been waiting to place an order for 10 of them for two years
@pfriedel
@pfriedel 2 жыл бұрын
I ended up having to put ears on the corners to keep them from lifting. The rest of it printed up beautifully, and then I tried tearing off the ear like I usually do, forgetting that the bottom layer is no stronger than the ear. Oops! It looks nice with faux marble filament anyway and I'll take a second swing at printing it later on.
@owenhill22
@owenhill22 Жыл бұрын
Awesome! Thank you for this tutorial. I printed a single initial layer of black PLA at 0.28mm but the light can't pass through. Is there a way to increase the brightness of the LEDs?
@algeroth
@algeroth Жыл бұрын
Another question set :), you can connect to any gpio (GP) pin right? And what if you wanna join a couple of this matrices? Just connection output to input and one data gpio will do? Finally how should both be powered?
@LooLL321
@LooLL321 2 жыл бұрын
ssid = 'lab' password = 'booobies' nice one! :D
@Keeping_IT_Simple
@Keeping_IT_Simple 2 жыл бұрын
Looks like I finally might have found a reason to dig out my long disused 3d printer - I hope it still works . Apart from the rp2040w I have the rest of the components... Thanks for sharing this , a great project ! If you don't mind me asking how do you get such great video of the led panels in operation? I have just started making video & I struggle loads with this so any hints would be appreciated!
@bitluni
@bitluni 2 жыл бұрын
ESPs should work fine
@valmikibiswas9337
@valmikibiswas9337 5 ай бұрын
Hi thanks for this tutorial. I'm trying to run a screen share using: 1. RGB LED matrix - 64x32-pixels 2. i75 with Pi Pico W onboard matrix driver Am getting no errors, but nothing is showing up on the matrix. I have altered the xRes and yRes but no success. Is there something to do with the pin or anything else? Any guidance would be helpful. Thanks.
@vasiliyivanishvili9025
@vasiliyivanishvili9025 2 жыл бұрын
Cool project! May you check this panel brightness? Without diffuser of course.
@MrHuntPowa
@MrHuntPowa 2 жыл бұрын
Have you tried to use the second core of the pico to improve the framerate?
@clockworkspiral
@clockworkspiral 2 жыл бұрын
Ah, eternal love-hate relationship with the WS2812-type LEDs, worked in enough things that have zero redundancy on the serial line, meaning the moment an LED went out it would take out everything after it in the chain too. Makes the newer WS2813-type ones with their redundancy pin seem really appealing after that .-.
@thetheoryguy5544
@thetheoryguy5544 Жыл бұрын
Would a Pi Zero W be even better? I want to start a project using 4 64x64 matrixes to make a mini LED board for my DJ set. I want to be able to sync the visual effects from virtual DJ's video mixer to one of these over WIFI. I'm new to this but want to learn basic coding and scripting.
@jjackFrenchi35
@jjackFrenchi35 10 ай бұрын
hi, is it possible to do the same project on a raspberry pi 4 with 4 P5 led matrix panels? 🤔😀
@bennguyen1313
@bennguyen1313 2 жыл бұрын
There's a 5x5 ESP32-based RGB board I saw on "Bringing the bling with MicroPython".. do you think one could modify the code to transmit the Windows' Start logo to that tiny matrix?
@sagarmakhija1994
@sagarmakhija1994 2 жыл бұрын
Really nice work, Can we connect 10 Matrix to improve the image quality? Does pico w capable of it?
@conorstewart2214
@conorstewart2214 2 жыл бұрын
In the pico C sdk there is a socket library now, based on lwip, I think very similar to how it’s done on the esp32 so it may be worth trying out.
@SidneyCritic
@SidneyCritic 2 жыл бұрын
I wonder if you can put a lens on each cube and project it - lol -.
@algeroth
@algeroth Жыл бұрын
Can you wire/connect power and gnd directly to 5v and gnd pi pins?
@Maxjoker98
@Maxjoker98 2 жыл бұрын
I think even if you daisy-chain them, you'll always have an "open end", and thus "spare wires". You should probably not create any loops.
@NilsRohwer
@NilsRohwer 2 жыл бұрын
This is really fantastic, could you do something similar with an esp32 or doesn't it have enough punch?
@vault-techec7257
@vault-techec7257 2 жыл бұрын
Raspberry Pi Pico VGA or HDMI?
@bitluni
@bitluni 2 жыл бұрын
why not
@liongames13231
@liongames13231 2 жыл бұрын
What if you only update the pixels that have changed to reduce the data being sent?
@hippopotamus86
@hippopotamus86 2 жыл бұрын
I doubt that is the issue, the data is minimal compared to everything else it has to do.
@ThanassisTsiodras
@ThanassisTsiodras 2 жыл бұрын
It's been one and a half decade since then... but I am pretty sure you are playing on your screen Farbrausch's Masagin from Nvision 2008. Very cool :-) As a demoscene fan, surely you realise we expect a futute video with an assembly implementation of the livestream engine - none of this slow interpreter stuff! 😀
@kcchang61
@kcchang61 Жыл бұрын
Great Job! I hope your additional implementing on ESP32 and Arduino IDE.
@cabanossi
@cabanossi 2 жыл бұрын
Cool Masagin on LEDs 😁
@anonuser2640
@anonuser2640 2 жыл бұрын
I don’t suggest wifi share use vga or even hdmi also try with smaller led and it will be perfect
@ryanschmitt5053
@ryanschmitt5053 Жыл бұрын
could you do screen share with an esp32?
@shashankarmy
@shashankarmy 2 жыл бұрын
Do more stuff using pico w
@SLAYERSARCH
@SLAYERSARCH 2 жыл бұрын
why not try a spi tft like a micro display next?
@Chriva
@Chriva 2 жыл бұрын
When did you guys watch Masagin? That demo is awesome :D
@SimpleElectronics
@SimpleElectronics 2 жыл бұрын
Love it!
@HugRunner
@HugRunner 2 жыл бұрын
Nice and inspiring video! I really want to build some kind of led screen with e.g. a clock for running events and similar, that can be set and controlled remotely, but then these led matrices are too small. You showed that it's possible to chain them though, but could you make a video on that topic to easily extend the size a bit?, but without making it a ping-pong wall :)
@scottwilliams895
@scottwilliams895 2 жыл бұрын
Very cool project!!
@atomicdetailsoc
@atomicdetailsoc 2 жыл бұрын
can hub75 boards be used with wled?
@keshavraina97
@keshavraina97 Жыл бұрын
Can you please add a command to clean display in your esp32 VGA out library. As it will be very useful for displaying moving data on screen.
@CreateWithRobin
@CreateWithRobin 2 жыл бұрын
I didn't expect to get Rick Rolled by Bitluni at the end!
@ytdlgandalf
@ytdlgandalf 2 жыл бұрын
Not just the end
@ping170
@ping170 2 жыл бұрын
OMG, I fell like I've been rickrolled 😱 Great job 👍
@Davidhernandezguerrero
@Davidhernandezguerrero Жыл бұрын
Hi, is possible replicate this project in ESP32? regards
@Can_I_Have_A_Go
@Can_I_Have_A_Go Жыл бұрын
Hi. Can this be ported to a esp32?
@TecSanento
@TecSanento 2 жыл бұрын
A Websocket stream might be sufficient to send the data :))
@rootstaszek6363
@rootstaszek6363 2 жыл бұрын
How fast refresh rate can be?
@hamses6433
@hamses6433 2 жыл бұрын
Has somebody implemented this but with a different display e.g. 64x32 rgb led matrix. I'am not finding a good and easy to use micropython library for such a display.
@inlywang8157
@inlywang8157 2 жыл бұрын
impressive video
@michaelschecker2716
@michaelschecker2716 2 жыл бұрын
Cool project!
@aloisiomello7243
@aloisiomello7243 2 жыл бұрын
I've ported to ESP32, is exactly the same code, but I've changed the connection status from != 3 to != 1010 and run as expected :D
@dormitor187
@dormitor187 2 жыл бұрын
Nice work and bring new ideas. Super Typ :-)
@typxxilps
@typxxilps 2 жыл бұрын
great and quite short one !
@anonuser2640
@anonuser2640 2 жыл бұрын
Fps can improve also with smaller led try it 😉
@volkinaxe
@volkinaxe 2 жыл бұрын
i wood like to make some thing like this butt offline without wifi as i only have the peco i only plan to have one gif of some eyes blinking evey 5 or so sces
@oliverpolden
@oliverpolden 2 жыл бұрын
I think the Pi Pico W is the most fun and cheap way to learn all kinds of programming disciplines: IO, memory, APIs, logic…
@Jon-yh3gb
@Jon-yh3gb 2 жыл бұрын
@@wesleyswafford2462 esp8266 we're single core, but the newer esp32 are dual core. Haven't tried the pi pico w since when I bought stuff for my wireless led matrix project the esp was cheaper but it also is a golden hammer.
@kleveque618
@kleveque618 2 жыл бұрын
Thank you so much! It work!
@z4zuse
@z4zuse 2 жыл бұрын
5:06 subtle.
@claudelesueur807
@claudelesueur807 2 жыл бұрын
Ambilight ?
@karlohegedis1692
@karlohegedis1692 2 жыл бұрын
Thank you for making a video explaining all the essentials of tNice tutorials software. You really helped understand the software more, thank you
@Ralfonso_Di_Rosetto
@Ralfonso_Di_Rosetto 2 жыл бұрын
cool Project
@rezaeslami3852
@rezaeslami3852 2 жыл бұрын
Right here with ya, bro
@ytfp
@ytfp 2 жыл бұрын
RR'd twice in one video, NICE.
@Drxxx
@Drxxx 2 жыл бұрын
Great video
@choahjinhuay
@choahjinhuay 2 жыл бұрын
Must be nice to have a pico w
@Jkauppa
@Jkauppa 2 жыл бұрын
concentrate the solar to the panels you already have with aluminium mirrors
@Jkauppa
@Jkauppa 2 жыл бұрын
parabolic mirror to one/two-sided solar panel
@Jkauppa
@Jkauppa 2 жыл бұрын
collect extra power as direct heat from the panels
@Jkauppa
@Jkauppa 2 жыл бұрын
same collector is the cooler for the panels
@ManfredGerhard
@ManfredGerhard 2 жыл бұрын
That’s nice 😍
@deathshaker0026
@deathshaker0026 Жыл бұрын
Thats the thing. you feel like the display needs to be bigger.
@toolzshed
@toolzshed Жыл бұрын
Whoa cool
@dan3a
@dan3a 2 жыл бұрын
Be really careful with barrel plugs, some manufacturers like Sony reverse the polarity.
@bitluni
@bitluni 2 жыл бұрын
center positive plz 😬
@StopaskingformynameYouTube
@StopaskingformynameYouTube 2 жыл бұрын
I get that devellopping is part of the journey here, but you COULD just use signalRGB for this with the raspberry pico W. It comes with screen sharing for stuff like this allready included aswell as support for the pico and pico w. :) It's also a slider for refreshrate and other features. :)
@abdulr5320
@abdulr5320 2 жыл бұрын
Nice !
@johndododoe1411
@johndododoe1411 2 жыл бұрын
So much computing power wasted by interpreted languages and web scripting, when everything would run much faster with native C code for the ARM chips on both ends.
@piotrdarnowski5190
@piotrdarnowski5190 Жыл бұрын
Why stop on C? We could go even faster with bare assembly 😭
Raspberry Pi Pico W: Wireless Weather Station
17:13
ExplainingComputers
Рет қаралды 302 М.
How does an RGB LED Matrix work?
11:36
ezContents
Рет қаралды 45 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
I made a fake CRT TV with a LASER
16:05
bitluni
Рет қаралды 740 М.
Ping Pong LED Wall v3
21:47
bitluni
Рет қаралды 898 М.
Build Your Own Live NHL Scoreboard with Raspberry Pi!
10:45
Howchoo
Рет қаралды 112 М.
How To Make a DIY Tidbyt Display for HALF the Price?!
11:25
Modern Hobbyist
Рет қаралды 44 М.
Raspberry Pi Pico - SSD1306 OLED Micro Python Library and Setup
12:59
Novaspirit Tech
Рет қаралды 75 М.
I made a 32x32 WLED MATRIX that's SOUND REACTIVE!
15:55
Make It Work
Рет қаралды 66 М.
I made a custom ASIC: World's first of its kind
16:38
bitluni
Рет қаралды 199 М.
I made a little LED Matrix and everything went wrong
14:08
bitluni
Рет қаралды 75 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН