Has any one played with a STV5730A video overlay chip


Closed Thread
Results 1 to 20 of 20
  1. #1
    Join Date
    Aug 2005
    Posts
    95

    Default Has any one played with a STV5730A video overlay chip

    Im after some code examples to get me started with the STV5730A video overlay chip has anyone any experience with this chip.

    Thanks Sphere.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    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>
    DT

  3. #3
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default Thanks for the reply

    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.

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    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>
    DT

  5. #5
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    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

  6. #6
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    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..

  7. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    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/show...ghlight=lm1881
    i knew it reminded me something
    Last edited by mister_e; - 20th July 2006 at 01:48.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  8. #8
    Join Date
    Aug 2005
    Posts
    95


    Did you find this post helpful? Yes | No

    Default

    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..

  9. #9
    Join Date
    Jun 2007
    Posts
    26


    Did you find this post helpful? Yes | No

    Default VGA overlay (text only)

    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.

  10. #10
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by jason View Post
    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.
    Keith

    www.diyha.co.uk
    www.kat5.tv

  11. #11
    Join Date
    Jun 2007
    Posts
    26


    Did you find this post helpful? Yes | No

    Default Thank You

    I will go search now for a video overlay chip by Sanyo. Its not a pc but is a vga video signal. thanks

  12. #12
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Question Attention RON Marcus

    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.
    Regards

    Sougata

  13. #13
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    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

  14. #14
    Join Date
    Jun 2007
    Posts
    26


    Did you find this post helpful? Yes | No

    Default nowa days

    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.

  15. #15
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by jason View Post
    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?

  16. #16
    Join Date
    Jun 2007
    Posts
    26


    Did you find this post helpful? Yes | No

    Default Newark

    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

  17. #17
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by jason View Post
    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...

  18. #18
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by jason View Post
    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.
    Keith

    www.diyha.co.uk
    www.kat5.tv

  19. #19
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by keithdoxey View Post
    Do you have a link to a supplier ?
    http://bg-electronics.de/catalog/pro...oducts_id/2537

  20. #20
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Thanks Dave
    Keith

    www.diyha.co.uk
    www.kat5.tv

Similar Threads

  1. How to switch between video inputs
    By The Master in forum Off Topic
    Replies: 13
    Last Post: - 5th May 2008, 12:27

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts