'How to use ESP32 to generate HDMI
hi, me and my friend are making a console and we would like it to output HDMI(preferably 1080p) using ESP32 but, after looking for ages we haven't found anything.
Solution 1:[1]
You can get a VGA card for it, but that is probably the limit of what can be achieved in terms of processing power.
However, it should be sufficient for retro-style consoles. For anything more, you'd need more powerful hardware.
Solution 2:[2]
The ESP32 does not produce video output of any kind. Have a look at the data sheet
Solution 3:[3]
Actually, you can produce video with the ESP. Look into what Bitluni has done. Also, there is others that have produced code for emulators all on the ESP32 with composite video and VGA outputs. Youtube search for bitluni, or "esp32 composite video"
I have built several ESP32 clocks out of CRT TVs (color and black/white).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Oliver Mason |
Solution 2 | Tarmo |
Solution 3 | VoltageGoat |