Search
Product Info
Breakout for MAX7456 On Screen Display
sku: BOB-09168
Description: This is a breakout board for the Maxim MAX7456 monochrome on-screen display chip. The board is set up with all supporting circuitry and RCA connectors to allow the user to easily interrupt and overlay text and/or graphics onto a video signal (PAL or NTSC). Just plug in your video signal to "Video In", plug your TV into "Video Out", connect a microcontroller to the SPI interface and supply the board with 5V@100mA (worst case) and you're good to go. Supplied sample code runs on an ATMega168/328 (16MHz) and compiles with WinAVR, so it's just about "plug-and-play" with an Arduino board.Features:
- Input voltage 5V
- Current consumption 100mA, worst case
- 5V SPI interface
Weight: 0.30 ounces, 8.6 grams
Documents:
Pricing
Comments
9 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.
















One thing to watch out for on the MAX is that the character set does not include all ASCII characters, but you can reprogram the font.
http://www.youtube.com/watch?v=pYwoqfysGJA
OSD board is getting power from Duemilanove, on +5V/GND pins I have ~4.92V. Unfortunately I can't see output on TV at all. it seems that OSD board is not passing through any video signal. Camera --> TV works OK (on AV3), but Camera --> OSD --> TV does nothng. For tests I use plain DVD handycam and home TV (PAL).
I also tried to disconnect SPI pins, just to power the OSD board and check whether board is transparently passing video signal or not, but it also was unsuccessful.
Is there any way to measure video signal on input and output on the board or understand whether OSD board is properly working or not?
Thank you very much for the assistance, it's seams that I have
progress in solving problem with my board.
I have just tried to use RESET pin (tied +5V and reset pins for the
short time, just touch them) and it seems that that board works
properly :-) it's a good news. Unfortunately after 4-5 seconds video
output on TV is missing, so I have to tie them again. Does it mean
that RST and +5V pins must be tied permanently?
Regards
FYI, the bar over the reset can be read as "NOT" reset. In other words, when the pin is high (+5V power being applied), you do not have the chip in reset, or in more straightforward terms, you want to use the chip. When this pin is pulled low (to zero), you are resetting the chip.
What you're essentially doing per your description is power cycling the board repeatedly by pulling the pin high for short periods of time, which is why you're getting the sporadic operation.
Cheers...