PDA

View Full Version : Has any one played with a STV5730A video overlay chip



Sphere
- 18th July 2006, 18:14
Im after some code examples to get me started with the STV5730A video overlay chip has anyone any experience with this chip.

Thanks Sphere.

Darrel Taylor
- 18th July 2006, 23:52
Sphere

I have, and I can say that you'll need to spend a LOT of time in the datasheet. Much more than a normal PIC datasheet. It's not layed out very well.

Can't give out any of the code, but here's one from the Old List...
http://list.picbasic.com/forum/messages/5820/6314.html?

or, here's one for sale.
http://www.blackboxcamera.com/stv5730a/software.htm

Also, I don't think they make those anymore, so if you want to build a bunch of them. You might want a different chip.
<br>

Sphere
- 19th July 2006, 07:45
Just had a look at the code, is it not possible to use shift out instead, it would make it a bit simpler to follow. Ive read about the chip being discontinued do you know of a equivilant chip.

Thanks for the reply Sphere.

Darrel Taylor
- 19th July 2006, 08:21
Yeah, you can shiftout, but it's pretty slow at only 50khz (4mhz osc). The chip can be clocked at up to 2 mhz. Although that routine won't go that fast either.

Don't know of any alternatives.
<br>

Ron Marcus
- 19th July 2006, 14:40
There is NO equivalent IC out there. For that reason, I had to make an OSD board using two '819s a gated oscillator and video sync chip to do the same thing. It was a PIA, but won't go obsolete any time soon. There are some simple circuits posted on the web to do this. This was a starting point for me, but I needed higher res,smaller characters, and three lines of 20 char read out! The gated oscillator was the tricky part, and mine runs at 28MHz to make it all work as planned.
If you find an alternative chip, let me know...
Ron

Sphere
- 19th July 2006, 18:57
Thanks both for the replies. I already have a stv5730a in a working circuit, so I give the code example a go and see how far I get. Ive googled around looking for an alternative but no joy so far. It looks like all current video generation is done via a microprocessor plus software rather than a specific chip.

Thanks again Sphere..

mister_e
- 20th July 2006, 01:40
BOB-3 or BOB-2 modules spring to mind but they'r not cheap.

This week,, and Alain posted a link her on wich you can find some plug and play solution.

http://www.speechchips.com/shop/

Now you just have to figure out how to mix the signals together.

Those solution are simple, but you should stock them... i guess one day they'll disapear... as many other ics anyways ;)

As now i used PICs @20MHZ and LM1881, great to me as now.

EDIT: and this dig-out a really old thread...
http://www.picbasic.co.uk/forum/showthread.php?t=799&highlight=lm1881
i knew it reminded me something ;)

Sphere
- 20th July 2006, 18:28
I did look at the BOB-3 BOB-2 modules but as you said its all down to cost. Ive had some success with the code for STV5730A, give me a few more days and I will have it cracked. This project is more for myself than production.

Thanks Sphere..

jason
- 2nd July 2007, 15:39
Hi ya all, Thought I would bring up this subject.

I have a need to overlay video (text only) onto a vga signal. I'm not looking forward to hacking into the sync signals or anything else, I would prefer to keep it simple. And the STV5730A chip is not avalible where I'm at, not to mention its for pal and composite. Although I see in the datasheet something about RGB.

Is there any other chip like a vga monitor chip ment for menu overlay that I could use ???

I have always been fassinated by video overlay And have always been upset at the fact theres nothing half way simple about it.

keithdoxey
- 2nd July 2007, 16:15
Hi ya all, Thought I would bring up this subject.

I have a need to overlay video (text only) onto a vga signal. I'm not looking forward to hacking into the sync signals or anything else, I would prefer to keep it simple. And the STV5730A chip is not avalible where I'm at, not to mention its for pal and composite. Although I see in the datasheet something about RGB.

Is there any other chip like a vga monitor chip ment for menu overlay that I could use ???

I have always been fassinated by video overlay And have always been upset at the fact theres nothing half way simple about it.

There are video overlay chips from Sanyo that will handle a VGA signal but if the source signal is coming from a PC then I would have thought that getting the PC to do the overlay would be a cheaper option. XP and vista can both display transparent video over the desktop.

Video overlay chips are becoming a rare breed as the video world rapidly becomes digital. With all set top boxes now being digital all overlay and menus are generated by the same chips that create the video image.

jason
- 2nd July 2007, 16:26
I will go search now for a video overlay chip by Sanyo. Its not a pc but is a vga video signal. thanks

sougata
- 3rd July 2007, 15:20
Hi,

I have played with software video generation inspired by rickard's pages. Honestly it was mostly copy/paste , but I have always been wondering what would be the best possible way to generate phase locked color in software. I have been trying to figure out whether I should use a video decoder chip (PAL) and get a PLLed osc from there itself to run the micro. It was basically meant to be a logo inserter on video signals (Genlock/Overlay). I have been considering the Propeller chip from parallax. Then again shifting platform for a single project does not make much sense. Cause the propellers are not available in my country and even if I find some they are way too costly than a PIC.

Ron Marcus
- 3rd July 2007, 15:42
hittconsulting.com/products/hcosd/
This is a Propeller based module, and is open source with schematics. I believe it will work on VGA too!
Ron

jason
- 3rd July 2007, 16:03
We now have much faster pics then way back during most of the projects you see on the web for video. We now can go upto 80 mhz, but thats not picbasic pro compatible. I think the PIC18F46K20 is compatible and its 64mhz. We should be able to do much better projects with video. the lm1881 will seperate both h sync and v sync. and with that, well its just a matter of timming. But it would be nice to have a plug and play chip. The sanyo chip seems like a winner but can't seem to find any here in Mexico. I may just have to wait till I go back to the states.

Last night I used a PIC to double the h sync and it seemed to do pretty good. and it was just a 4 mhz 16f84a. With my new scope the only prob was the pulse came latter then the original, but I managed to get the pulses exactly doubled. but I do need to address the late sync signal. I'm wondering what the heck do I do with the actual video signal (RGB) to get it to shrink to the correct timming? I should do a little more checking before I start asking questions. :)

skimask
- 3rd July 2007, 16:20
We now can go upto 80 mhz, but thats not picbasic pro compatible.
Really? Where? dsPic yes, PICxxxx...???

I think the PIC18F46K20 is compatible and its 64mhz.
If it was available...
It's been a 'Future Product', for what, 2 years now?

jason
- 3rd July 2007, 17:05
I just did a search on Newark here in mexico on the PIC18F46K20 it costs $3.50. beside I just looked it up on the melabs picmicro selector guide thats how I came up with that.

But I now found what I was looking for

The MTV021 is designed for monitor applications to display built-in characters or fonts onto monitor screens. The display operation occurs by transferring data and control information from the micro-controller to RAM through a serial data interface. It can execute full-screen display automatically, as well as specific functions such as character background color, bordering, shadowing, blinking, double height and width, font by font color control, frame positioning, frame size control by character height and row-to-row spacing, horizontal display resolution, full-screen erasing, fade-in/fade-out effect, windowing effect and shadowing on window.
The MTV021 provides 256 standard and 16 multi-color characters and graphic fonts for more efficacious applications. The full OSD menu is formed by 15 rows x 30 columns, which can be positioned anywhere on the monitor screen by changing vertical or horizontal delay.
Moreover, the MTV021 also provides 8 PWM DAC channels with 8-bit resolution and a PWM clock output for external digital-to-analog control.

Features:
• Horizontal SYNC input up to 130 KHz
• On-chip PLL circuitry up to 96 MHz
• Programmable horizontal resolutions up to 1524 dots per display row
• Full-screen display consists of 15 (rows) by 30 (columns) characters
• 12 x 18 dot matrices per character
• Total of 272 characters and graphic fonts, including 256 standard and 16 multi-color mask ROM fonts
• 8 color-selectable maximum per display character
• 7 color-selectable maximum for character background
• Double character height and/or width control
• Programmable positioning for display screen center
• Bordering, shadowing and blinking effect
• Programmable character height (18 to 71 lines) control
• Row to row spacing register to manipulate the constant display height
• 4 programmable background windows with multi-level operation and shadowing on window effect
• Software clears bit for full-screen erasing
• Fade-in/fade-out effect
• Half tone and fast blanking output
• 8-channel/8-bit PWM D/A converter output
• Compatible with SPI bus or I2C interface with slave address 7AH (slave address is mask option)
• 16-pin, 20-pin or 24-pin PDIP package

skimask
- 3rd July 2007, 19:29
I just did a search on Newark here in mexico on the PIC18F46K20 it costs $3.50. beside I just looked it up on the melabs picmicro selector guide thats how I came up with that.
Also, says lead time 24 days, not in stock, non-stocked, not gonna be stocked for awhile...

keithdoxey
- 3rd July 2007, 20:11
But I now found what I was looking for

The MTV021 is designed for monitor applications to display built-in characters or fonts onto monitor screens.

Looks interesting :)

Do you have a link to a supplier ?

I found several sites with the datsheet on it but cant find anyone who stocks it or how much it costs.

dhouston
- 3rd July 2007, 22:49
Do you have a link to a supplier ?
http://bg-electronics.de/catalog/product_info.php/manufacturers_id/178/products_id/2537

keithdoxey
- 3rd July 2007, 23:58
Thanks Dave