No video

Open Source Mini Video Player (Arduino, ESP32, Electronics, PCB Design)!

  Рет қаралды 60,734

Super Make Something

Super Make Something

Күн бұрын

Пікірлер: 159
@LarryBank
@LarryBank 2 жыл бұрын
Creative use of my JPEGDEC library. The 160x128 LCD is a good compromise for size/speed. FYI - the ESP32-S3 WROOM module will execute the code about 15% faster. As soon as Espressif shares documentation on the SIMD instructions of the S3, I'll be able to speed up JPEG decoding even further.
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thanks and that’s super cool about the S3! More speed is always better! 😃
@devrim-oguz
@devrim-oguz Жыл бұрын
It also has enough pins for 16 bit or more lcd displays for faster updates!
@najarhamdi
@najarhamdi 6 ай бұрын
Hi, think you for this awesome work, any way to get the wiring diagram, I'am working on a similar project with some tweaks. Please 🙏.
@robwray3563
@robwray3563 11 ай бұрын
This is the perfect weekend project I was looking for. Thank you
@SuperMakeSomething
@SuperMakeSomething 11 ай бұрын
You’re welcome! Good luck with your build!
@ESCcrasci
@ESCcrasci 2 жыл бұрын
Been following this project progress for quite a while now. The end output is excellent!. And this also proves that good things take time. Clearly the MJPEG method is a waay better than trying to draw bitmaps multiple times. Great project and video! Also, 📺
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thank you so much, that really means a lot! I’m really excited with how everything came together. I’m happy to hear that you liked it video! 📺🙌
@PCBWay
@PCBWay 2 жыл бұрын
Terrific - thanks! 👍 Clear, comprehensive & helpful. Do more uploads pls, Alex!
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thank you! 😃
@ModBotArmy
@ModBotArmy 2 жыл бұрын
📺 awesome job. Your projects are always super inspiring 👍
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
📺 Thank you so much! 🙌
@arturo182
@arturo182 2 жыл бұрын
Thanks for the shout-out :)
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thank you for the name suggestion! 😄
@v1nd1cta
@v1nd1cta 9 ай бұрын
First time watching your channel. Amazing production quality. I love these B-reels and animations. One easy improvement idea came up. You can easily improve the looks of these 3D-printed component stands by changing the Z-seam setting in your slicer to place the layer change spot on the backside so you dont have those small blobs on the frontside. Kinda useless info but wanted to share in case you are interested. Everything else seems so nice! Examples on a video: 6:44, 8:37
@SuperMakeSomething
@SuperMakeSomething 9 ай бұрын
Thanks for watching! That is a great tip!
@cidsantiago9577
@cidsantiago9577 Жыл бұрын
This video is DOPE!!!! I found it while researching for my air hockey table project, and it actually helped me a lot with ideas. I already have the ESP32, arduino, and ILI9341 monitor to my project. My idea is that every time someone scores a goal it displays a video animation and keeps the scoreboard. Thank You!
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
That sounds like an awesome project! Good luck with your build!
@nyckid
@nyckid 7 ай бұрын
Just stumbled on this video, you're saving my tail on an upcoming project! ❤
@SuperMakeSomething
@SuperMakeSomething 7 ай бұрын
Awesome! Glad you found the video! Good luck with your project!
@plainsabertooth7828
@plainsabertooth7828 2 ай бұрын
Would be fun to have it look like one of those old school portable TVs
@SuperMakeSomething
@SuperMakeSomething 2 ай бұрын
That would be pretty sweet!
@bjoernhaucap6111
@bjoernhaucap6111 Жыл бұрын
I actually had issues with smooth video in my dashboard when simulating a moving gauge. This should make it a lot smoother. Since I have defined frames now I should be able to have real quick response on my gauges
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Awesome! Good luck with your project!
@shikasketchbook7610
@shikasketchbook7610 11 ай бұрын
I was looking for a project like this to display my gif design, this is so far the best vids i found+ and to watch other animes as well.I'm a beginner in Arduino but will slowly try and built this project, thank you for the video
@SuperMakeSomething
@SuperMakeSomething 11 ай бұрын
Thank you for watching! I’m glad that you like the video and good luck with your build!
@RealDevastatia
@RealDevastatia Жыл бұрын
I bought some of those 8 ohm 2W speakers for a portable 65C816 computer I'm building, and worried that they might not be loud enough to cut through background noise. I guess this confirms that they'll be usable. Thanks!
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
You bet! They are surprisingly loud!
@thaphreak
@thaphreak Жыл бұрын
📺 Can't believe I don't see a single one.
@BestFirmwareAround
@BestFirmwareAround 11 ай бұрын
I created a Video Capture demo board, using a dsPIC and a similar LCD, all done in pure software - works fine enough given the ADC speed (3.5MHz) it's on my channel :) Love this one too of course!
@SuperMakeSomething
@SuperMakeSomething 11 ай бұрын
Super cool! I will check it out. Thanks for sharing!
@ronalddhs3726
@ronalddhs3726 2 жыл бұрын
📺Thanks man; your projects are awesome! We need more of them :)
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thank you so much!
@PCBWay
@PCBWay 2 жыл бұрын
Couldn't agree more!
@zaidhussain5206
@zaidhussain5206 2 жыл бұрын
Thank you so much for sharing this video
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thank you, Zaid!
@markhaus
@markhaus 6 ай бұрын
If you don’t need WiFi but still want a truly embedded device to play video off of storage then one of later teensy boards seems like a better choice. You should be able to go up to 480p, JPEG video or possibly even real video formats like x264. I’m doing this with an esp32 mostly because I don’t want the sd card dependency. I just want to point it to a server and press play and it will be like a broadcast TV channel, looping long playlists of videos
@jgaguilar3127
@jgaguilar3127 Жыл бұрын
My Mind Blow With This Super Video Fantastic
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thank you!
@edwardfletcher7790
@edwardfletcher7790 Жыл бұрын
The ESP32 is such a kickass little processor 👍😆
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
It's really a great platform. I just wish that for this build that Espressif Systems would make a version with castellated edges! 😄
@akul24
@akul24 Жыл бұрын
@@SuperMakeSomething you can just use esp32 chip without the dev board and solder it with hot air gun or even with just soldering iron
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
@@akul24 Definitely an option, but this would limit the number of people who could build this project, since a lot of people only have a soldering iron.
@tarthechef
@tarthechef 4 ай бұрын
Love. Can’t wait to make it. How much do all of these cost? Or did u mention it and I prob missed it
@user-ji4cc4hp7y
@user-ji4cc4hp7y 8 күн бұрын
📺
@EC5ABG
@EC5ABG Жыл бұрын
Muy bueno. Gran proyecto👍👏
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thank you!
@ergindemir7366
@ergindemir7366 10 ай бұрын
7:20 I wouldn't desolder the pins, as desoldering is too much work. Instead I would bend the pins 90 and trim necessary to match the pads. This way you convert the module to smd plus soldering is much easier now.
@SuperMakeSomething
@SuperMakeSomething 10 ай бұрын
This is a great idea and wouldn’t make the project much thicker. Thanks for the tip! It would have definitely have helped with some soldering difficulties I had during the livestream. 😅
@dfn808
@dfn808 Жыл бұрын
What an awesome project. Thank you for sharing!
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thank you!
@kumaraliyanage8629
@kumaraliyanage8629 Жыл бұрын
can i get the pcb file? oh and 📺
@kaczkawil1
@kaczkawil1 2 жыл бұрын
So cool
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Thank you!
@BastetFurry
@BastetFurry Жыл бұрын
5:18, sorry but KiCAD also lets you change the board as you like. And whats good enough for frigging CERN of all places is good enough for me.
@Cypher195
@Cypher195 Жыл бұрын
📺I was searching for a specific solution and happened to find this video. While this video doesn't meet my needs directly it certainly is informative and I liked it as someone with no prior DIY experience. If you're interested I'm trying to solve this problem: Car has a built-in dashcam but no way of viewing saved footage while on the go e.g. after an accident. The solution would be a device similar to what you show but the differences would be: Able to browse the contents of inserted memory card (meaning I still have to take out the card from the cam and put it in the device). Able to play the video files as is (Might be a non-starter given your explanation of video decoding processor requirements). Able to do Wi-Fi transfer of selected video footage from device to mobile phone (no idea what software will take care of that).
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
That’s a cool idea! My project queue is full at the moment, but if you end up building this project, please let me know!
@ModelsCraft
@ModelsCraft 11 ай бұрын
Great!!!
@lavacat720
@lavacat720 Жыл бұрын
*Pulls out 5tb sd card to watch a 1 hour movie in raw format*
@kumaraliyanage8629
@kumaraliyanage8629 Жыл бұрын
I will make this but can you tell me how much this project cost you? and could you pls tell me how to replace ST7735 with ILI9341 ?
@RealDevastatia
@RealDevastatia Жыл бұрын
You should be able to find the appropriate Arduino library for whatever display you're using.
@TheOldKid
@TheOldKid 7 ай бұрын
Dang I'd love to do this. Building the physical project would be a breeze but at my knowledge level of programming and software steps I got lost about 1/3 of the way through the explanation. I will make an attempt and if I can't seem to be successful I'll throw it in the drawer with the other microcontroller projects I have made multiple attempts at but failed. I guess I'm learning all the ways not to do it
@SP95
@SP95 2 жыл бұрын
📺 nice
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
📺 Nice! 🙌
@FODTony
@FODTony Жыл бұрын
dope channel! came from veratasium
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thank you for checking out the channel! 🙌
@unnisathyadas4598
@unnisathyadas4598 Жыл бұрын
Awesome..❤️❤️❤️
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thank you!
@ChasyGLOC
@ChasyGLOC 2 жыл бұрын
So if LCD_MOSI = 23 connects to SDA. what does LCD_MISO = 19 Connect to on the LCD there is No MISO on the LCD is it not Connected. I'm new to electronics just trying to create my own diagram of the circuit?
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Good catch. This was a relic from code development, but you are correct that D19 is not actually connected to anything because there is no MISO on the LCD. There is a MISO/MOSI pair on the SD card, however, which are connected to D12 and D13, respectively.
@boomermark
@boomermark Жыл бұрын
Hi Alex... great project, great materials. you do show a back plane or case back for the project but we are not finding any .stl files to print one. Could you share that please?
@divdav
@divdav 2 жыл бұрын
Looking forward to a kit link!
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Parts are currently on order! I’ll post links when they are ready for purchase - stay tuned!
@divdav
@divdav 2 жыл бұрын
@@SuperMakeSomething awesome! What’s the best way to keep an eye out?
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
@@divdav I will post a pinned comment and update the video description here, but the best way would be to follow on Instagram and Twitter! To start, we are doing a small batch run so they may sell out quickly!
@evergregorio3238
@evergregorio3238 Жыл бұрын
Hey awesome project. I would like to make one but, I know I would mess it up. I was wondering if you sell some already made?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Sorry I do not sell any pre-made ones, but the kit should be back in stock soon!
@anlpereira
@anlpereira Жыл бұрын
I'm using arduino 2.0 and this library is not installing. What should be? Thankd
@barrettjacobsen6614
@barrettjacobsen6614 2 жыл бұрын
Could you please explain what function the resistor and capacitor are doing? Everything else seems somewhat self explanatory on what it’s doing and why it’s a necessary part but those two have me stumped (I’m more of software guy, just getting into hardware)
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
You bet and good eye! The capacitor is there to filter out audio noise from the circuit. I was experiencing some high frequency “clicking” noise over the speaker that corresponded to the SD card being read and adding a small capacitor into the audio portion of circuit fixed the issue for me. The resistor is also audio related, specifically for the volume control. Humans don’t perceive volume as linear, so logarithmic potentiometers are typically used for modulating volume. Unfortunately these can be quite expensive, so I instead use a resistor that is matched with the resistance of the volume thumbwheel potentiometer to create a nonlinear resistance change when the thumbwheel is rotated. Unfortunately this didn’t end up making it into the final video, but it’s definitely one of my favorite parts of the build! Analog circuit design is a whole world of its own and so much fun! Hope this helps!
@kenheitmueller69
@kenheitmueller69 Жыл бұрын
Is it possible to gain some frame rate by disabling sound? I'd like to feed a 320 x 240 screen but do not need audio. thanks.
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Right now both MP3 and video decoding are running off of a single ESP32 core, so I believe thar this should be possible! Please report back and let me know if you try this!
@user-ql3qn8ul6n
@user-ql3qn8ul6n 7 ай бұрын
Is there some other compatible bigger display that we can use with the same code and connections ?
@RWB123
@RWB123 2 жыл бұрын
Sweet, I've been watching the library creators post on Twitter as he has been testing performance with different Esp32 versions. I'm curious is 25-29 fps is possible on bigger resolution LCDs? Does the library go over this?
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
The library is definitely very cool! The Instructables tutorial that I initially found the library through (www.instructables.com/Play-Video-With-ESP32/) mentions being able to theoretically push up to 60 fps via SPI on a 320x240 16-bit display, but that does not include overhead for reading/writing video data. I had to change the code a bit to get it running on this project -- the author's implementation actually runs on both of the ESP32 cores (one for video, one for MP3), but I was not able to get this working on my development kit and am running everything off of a single core. (The issue is related to reading the SD card data via SDMMC, which the LCD screen's SD card does not support and would require an external SD reader/board.) Having a dedicated video core should increase the refresh rate a bit or alternatively be able to drive a larger screen, but I have not tried this yet.
@davisje011
@davisje011 Жыл бұрын
@@SuperMakeSomething I've got it running on a 2" 320x240 ST7789V, I had to strip audio to have a decent framerate.
@hieuhoang4028
@hieuhoang4028 Жыл бұрын
@@davisje011I'm trying to do the same thing on the same display. Are you using the code provided in this video?
@kayezero703
@kayezero703 2 жыл бұрын
It's been a long time I really forgot about u
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
Hope it was worth the wait :)
@kayezero703
@kayezero703 2 жыл бұрын
@@SuperMakeSomething yes absolutely
@Brendy657
@Brendy657 10 ай бұрын
📺❤
@adienterprise1946
@adienterprise1946 4 ай бұрын
CAN I BUILD A MINI SCREEN FOR SHARE MOBILE SCREEN THROUGH USB TYPE C TO HDMI
@michaelallen6052
@michaelallen6052 Жыл бұрын
Hello, I replicated your project as a gift for my girlfriend, its our anniversary on thursday and Im having an issue. I followed all of the steps correctly multiple times but the screen only print error sd card mount faild followed by error failed to open mjpef file for reading. What could be the issue?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
I would double check the solder connections between the breakout PCB and the ESP32. I had a similar issue during the livestream build and the problem was a sketchy solder joint. (Please check out that episode for more details.) Hopefully this will resolve your issue. Happy anniversary!
@rinderkn
@rinderkn 6 ай бұрын
Is it possible to use the same SPI on esp32 for both SD card and display? (I am not using the sound)
@4NDR01D5
@4NDR01D5 11 ай бұрын
📺 Can you just build the mp4 re-encoder / spliter into the esp32 so if it sees mp4 media it automatically does this saving users hassle theres now an esp32 avi media player out from hackaday that came out today as well. Maybe have it use the input filename like "test movie.mp4" but break it down to mpeg 160x160 'test movie(small).mpeg' + 'test movie(small).mp3.. but do this in an automated script like maybe .py python etc if needed etc..
@soulofpoetry
@soulofpoetry 10 ай бұрын
two display connect to this its possible
@SuperMakeSomething
@SuperMakeSomething 10 ай бұрын
If you were to drive two displays independently, you would need to cut your frame rate in half, as the current implementation is close to the limit of one ESP32 compute core. I am not certain if it would be possible to simply “duplicate” the displays by hooking them up to the same pins, as this might go against how SPI communication is implemented, but it would be interesting to try! If anyone knows, please leave a comment!
@octaviomorquecho535
@octaviomorquecho535 Жыл бұрын
Me encanta tu creatividad, disculpa se podrán conectar varias pantallas a un solo Arduino?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thank you! Only one screen can be connected to the ESP32 in this project.
@annguyenthanh7998
@annguyenthanh7998 Жыл бұрын
Can you share the symbol and footprint of ST7735 LCD and HW-104?
@SharvilSawargaonkar
@SharvilSawargaonkar 4 ай бұрын
For the price you could get a car media player much bigger screen and less work but still there is a fun to make it yourself
@THTTech
@THTTech 5 ай бұрын
Can I build this project by using esp32 CYD?
@ganbensie
@ganbensie Жыл бұрын
Nice project, would you like to share gerber file for this project, Thank you
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thanks! You bet -- I just enabled Gerber file downloads on the PCBWay project page. Cheers! www.pcbway.com/project/shareproject/Mini_Video_Player_Super_Make_Something_140926c9.html
@ganbensie
@ganbensie Жыл бұрын
thank you
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
@@ganbensie You’re welcome! Excited to see what you make with this project!
@fixins
@fixins Жыл бұрын
Cool project! How about a youtube viewer?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
That would be cool!
@newtlab
@newtlab 6 ай бұрын
I'm interested in a player with a screen for audio files from micro SD cards, showing album skins, moving through folders......has anyone seen this somewhere?
@mattm6525
@mattm6525 2 жыл бұрын
Chromecast and Airplay pls!
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
That would be awesome!
@ford7653
@ford7653 Жыл бұрын
Would these parts and pieces work for an in-store digital display board... could you add wifi downloading the files instead of the mem-card??
@RealDevastatia
@RealDevastatia Жыл бұрын
This project uses a very small screen in the neighborhood of 320x240 pixels. A sign board big enough to be useful in a retail space would need to have a lot more pixels. I think that would be beyond the capabilities of the ESP32. A Raspberry Pi or similar single board computer would be a better choice.
@nikosbazianas3440
@nikosbazianas3440 7 ай бұрын
Good evening my friend I could use a 1,14 inch 135x240 pixel lcd with driver st7789?And what changes should i make to your code? Thanks from Greece Athens
@SuperMakeSomething
@SuperMakeSomething 7 ай бұрын
You would need to check the Adafruit Arduino library that I am using to initialize these screens to see if is compatible. This will require a code change to use the right display/set the right resolution, but should be straight forward. However be aware that changing the resolution to a higher one than the one I use in this project means that the microcontroller has to draw more pixels per frame, which may affect the playback frames/second that the microcontroller is able to handle.
@aroncrasta9452
@aroncrasta9452 3 ай бұрын
How can make it using 2.4 inch tft touch display
@SuperMakeSomething
@SuperMakeSomething 3 ай бұрын
You would need to double check the compatibility for both the GFX library and the pinout for exposed pins on the PCB. It is unlikely that you would be able to surface mount the screen since it would likely have a different pinout and footprint, but you may be able to solder wires between the surface mount pads on the PCB and the screen you are trying to use. If you try this and get it working, please let me know!
@pinter75
@pinter75 3 ай бұрын
Ohh I get a load of GFX Library errors, compiling this for the exact same hardware. Have things moved on?
@SuperMakeSomething
@SuperMakeSomething 3 ай бұрын
Thanks for the heads up! There is definitely a possibility that the GFX library may have changed since I uploaded the video, since it is also an open source project (that is not maintained by me). Are you able to try an older version of the library (preferably the one used in the video) to see if it fixes the problem?
@pinter75
@pinter75 3 ай бұрын
@@SuperMakeSomething All fixed with an older GFX library. I also ported it to use TFT_eSPI.h :-) Just need to move the audio mp3 playing to an I2S amp for better audio quality.
@LDan75
@LDan75 Жыл бұрын
Good day! Can I ask for a Gerber file? I have no way to order on pcbway. I want to etch the board myself.
@sltechgalaxy1677
@sltechgalaxy1677 Жыл бұрын
can I use a 240*240 TFT display for this project??
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
It could work, though I would double check the definitions file in the screen library to see if this type of display is supported. That being said, it would run at a lower fps because you would need to update more pixels in every frame.
@sltechgalaxy1677
@sltechgalaxy1677 Жыл бұрын
Ok thank
@RahulKumar-fo7cj
@RahulKumar-fo7cj Ай бұрын
I actually need schematic. Anyone have schematic file please share the link
@rcdinamo6272
@rcdinamo6272 Жыл бұрын
Is the wiring diagram available in the github link?
@jayboogie8973
@jayboogie8973 7 ай бұрын
Tv
@maulanawahyudi7127
@maulanawahyudi7127 Жыл бұрын
Can i use other display sir?, maybe tft spi 240* 320 ili9341 ?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
The software may support it, but I am not sure if the pin layout is the same on that screen, so it may not be able to be plugged into this circuit board.
@mahdihasan7900
@mahdihasan7900 Жыл бұрын
nice job but wifi or bl are wedtest....
@NortelGeek
@NortelGeek Жыл бұрын
📺📺📺
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Thanks for watching! 🙌
@jiririchter3466
@jiririchter3466 Жыл бұрын
Can I buy it assembled from you?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
Sorry I am not selling assembled versions of this project at this time.
@Zach64612
@Zach64612 8 ай бұрын
would be cool to actually watch it work for a little bit. like for longer than 5 seconds.
@nemat770
@nemat770 Жыл бұрын
ok
@ronalerquinigoagurto555
@ronalerquinigoagurto555 Жыл бұрын
Can you plaY youTube also?
@SuperMakeSomething
@SuperMakeSomething Жыл бұрын
This version cannot, but there is an ESP32 implementation that may over VNC.
@pablogarin
@pablogarin Жыл бұрын
2 dollars??? I've been robbed!!! I just bought 2 for 10 :facepalm:
@RealDevastatia
@RealDevastatia Жыл бұрын
Ah, but I see you are a fellow message board user. :D
@jefersonbarros8289
@jefersonbarros8289 5 ай бұрын
do you like Neon Genesis Evangelion?
@robm8809
@robm8809 6 ай бұрын
Why do Americans pronounce "solder" is such an odd way? The L isn't silent!!!
@TheOleHermit
@TheOleHermit 6 ай бұрын
Excellent project and execution.👍 As a matter of fact, I'm just nearing completion of a Teensy 4.1 based, MIDI controllable laser synthesizer, which displays abstract laser effects, based upon complex lissajous imagery, similar to those in original Laserium shows. I have a genuine need for an image preview screen that can convert XYRGB points @ ~40kpps. I've been searching for a RGB vector to HDMI display for 2 years w/o success. ref: YT video 'Christopher Short laser Radiator HDMI' (very similar project) Thank you for any pointers towards that goal.
@exploriot
@exploriot 2 ай бұрын
📺
@SKElectronics
@SKElectronics 9 ай бұрын
📺
@DogDog173
@DogDog173 8 ай бұрын
📺
@thecircusb0y1
@thecircusb0y1 9 ай бұрын
📺
@MrShortyShrimp
@MrShortyShrimp Жыл бұрын
📺
@-HOSS-
@-HOSS- Жыл бұрын
📺
@EricWAtchesVideos
@EricWAtchesVideos Жыл бұрын
📺
@farmterminator4777
@farmterminator4777 Жыл бұрын
📺
@jhawkins0208
@jhawkins0208 Жыл бұрын
📺
@ramasouto
@ramasouto 2 жыл бұрын
📺
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
🤘
@Siktah
@Siktah 2 жыл бұрын
📺
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
📺🙌
@alexiscastel5799
@alexiscastel5799 2 жыл бұрын
📺
@SuperMakeSomething
@SuperMakeSomething 2 жыл бұрын
📺 Thank you!
Streaming Video From an SD Card on the ESP32.
5:48
atomic14
Рет қаралды 26 М.
ESP32 Gaming Console - Homemade Emulator Less Than 20$
10:26
Electronoobs
Рет қаралды 76 М.
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 6 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 28 МЛН
Streaming Video and Audio over WiFi with the ESP32
8:54
atomic14
Рет қаралды 26 М.
Play video and audio from ESP32!
6:48
That Project
Рет қаралды 20 М.
Building a haptic input knob from scratch!
11:29
scottbez1
Рет қаралды 1,1 МЛН
DIY haptic input knob: BLDC motor + round LCD
2:11
scottbez1
Рет қаралды 2,2 МЛН
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 570 М.
Play YouTube video on ESP32 device (fake)
5:43
Volos Projects
Рет қаралды 12 М.
Вывод изображения с Arduino и ESP32 на монитор
3:59
Заметки ESPшника
Рет қаралды 28 М.
Bring GIFs to Life: Animating with Round Displays & ESP32
27:26
The Last Outpost Workshop
Рет қаралды 34 М.
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН