R
R
Robotex2012-09-11 18:51:21
Arduino
Robotex, 2012-09-11 18:51:21

Connecting Arduino to TVs and Monitors

Is it possible to connect Arduino to TVs and monitors and get a color image at the same time? What is the maximum resolution it can output? Is it possible to render graphics comparable to the NES (while still looking correct on modern high-resolution monitors)?

What analogue on ARM is able to ensure the fulfillment of these conditions?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
L
Lampus, 2012-09-11
@Lampus

Nevertheless, the software implementation of displaying graphics on a monitor / TV is another perversion. If I were you, I would look towards an FPGA with a separate external video memory, where you can implement whatever your heart desires.
If you don’t want to mess with the FPGA in principle, then take one of the modern eMPUs with a built-in LCD controller. And already you can attach an HDMI transceiver to it (for example, TFP410, as here www.starterkit.ru/html/index.php?name=shop&op=view&id=65 ) or Triple DAC to connect to VGA.

V
Vyacheslav Golovanov, 2012-09-11
@SLY_G

There are shields:
nootropicdesign.com/ve/
There are libraries for different video devices on the offsite, details are described there:
arduino.cc/playground/Main/InterfacingWithHardware#Video

@
@kubikus, 2012-09-11
_

For example, Gameduino .

Gameduino is a game adapter for Arduino (or anything else with an SPI interface) built as a single shield that stacks up on top of the Arduino and has plugs for a VGA monitor and stereo speakers.

P
pewpew, 2012-09-19
@pewpew

Yes, I connected it myself, only the image is b / w 128x96, but it’s quite possible to make a simple prefix.
And here's the composite output software connection library: arduino-tvout .

N
Nikita Kotenko, 2017-02-02
@n_angelo

When I was faced with the task of outputting color graphics with Arduino, I came to the conclusion that an external shield is 100% needed. I settled on two options:
I even looked towards Raspberry....

B
bubastic, 2019-12-14
@bubastic

maybe
https://www.youtube.com/watch?v=Z_8Pv0ziqkM
https://www.youtube.com/watch?v=0ttAb0A4_i0
keep looking. It's expensive and no color

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question