I have not worked with any arm devices yet but I am thinking about getting into it. I was wondering if there was one that could do VGA output for a monitor?
You could generate VGA in software.
Leon
right, but any idea what kind of processing power I would need to handle vga?
http://www.piccoder.co.uk/content/view/55/26/
Here’s a fellow using a PIC 18F2550 to generate a green signal. Do the math if you want all the colors.
Depends on the resolution you want. 30 MIPS or so should do a reasonable job, the LPC ARMs can do about 60 MIPS.
Leon
What about composite video? Anyone have any ideas about that?
It’s easier than VGA, you just need three resistors for a simple DAC to generate baseband video.
Leon
Yea I found a page that describes how to do it with a pic (http://www.rickard.gunee.com/projects/v … /howto.php) it only has 4 levels but I can increase that as my experience level grows, thanks
This might be helpful: