ATTiny2313 Monitor tester
This project was born for repairing broken PC monitors. This allows to avoid using a computer while testing monitor patterns. The Tiny monitor tester uses ATTiny2313 AVR MCU running at 20MHz speed. Such speed allows running synchro H and V signals directly form MCU ports. Also circuit converts R,G,B signals to analog using simple R-2R resistor network.

ATTiny2313 Monitor tester:
-
can generate 8 different raster images;
-
supports resolutions of 640×480x60Hz, 800×600x60Hz, 1024×768x60Hz;
-
is near to credit card size;
-
DC adapter or battery powered;
Circuit can be viewed here and single sided PCB
One of test patterns on LCD monitor:

I think it is a good device for testing used monitors when buying them in a public market. You don’t need a PC, just plug Tiny Monitor tester and you will see if there are any damages, are all colors working, dead pixels on LCD’s, are different resolutions OK and so on. This thing should be included to a must-to build list.
You can download ready to burn hex software and AVRASM source file in single archive.
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …Programming AVR ADC module with WinAVR,Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut … |
New on WinARM Tutorial
What are differences between WinARM and WinAVR,Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …LPC2000 watchdog timer,As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount … |

July 15th, 2007 at 7:45 pm
Hi;
I want to find the signaling of crt (and LCD) monitors.
for example I want to send an image (foe example a tiff image) to the monitor with a microcontroller or any other thing…
Please help me about monitor signals I should know!
Thank you in advance
August 10th, 2007 at 11:59 pm
Hi there,
Can you show me how to program the ATTINY2313 to use external Crystal. Possible with command lines this will help.
Thanks
August 13th, 2007 at 12:18 pm
Download the newest ponyprog to be sure Attiny2313 is listed. Then in fuse settings dialog box uncheck all CKSEL fuses.
September 11th, 2007 at 11:51 pm
[...] Monitor tester - [Link] Filed in Mcu, Test/Measurements, [...]
March 13th, 2008 at 3:59 pm
This is cool - I’m going to build one right away. Do you have plans to build one for DVI monitors too?
Thanks for the great info!