A little HELP!!


Closed Thread
Results 1 to 40 of 77

Thread: A little HELP!!

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Location
    Los Angeles, California
    Posts
    322


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    Hi Aerostar!
    Okay so the code works (sort of)! If I give the STV5730 an NTSC source I only get the video from the source. Remove the source and I get the Blue screen with the "NTSC No Synchs Received message"!
    How can I get the text to overlay the incoming video?

    Thanks, Ed

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    Quote Originally Posted by Ramius View Post
    Hi Aerostar!
    Okay so the code works (sort of)! If I give the STV5730 an NTSC source I only get the video from the source. Remove the source and I get the Blue screen with the "NTSC No Synchs Received message"!
    How can I get the text to overlay the incoming video?

    Thanks, Ed
    See post 31--- I am sorting out an NTSC source to test under your conditions !!!!!

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    Here is code, hex file and other files made by PBP3 , Microchip assembler, tested working with my NTSC source.

    I used a second STV NTSC board as the video source (top board in picture) , connected that output to the input of the original board board (bottom board in picture), and it switches back and forth OK.

    Top BNC is video input, bottom BNC is video output on the boards. Micros are 628a pics

    With no input to the bottom board, you see the NTSC. and the No synchs message, with NTSC input from the top board, bottom BNC, NTSC. is overlayed on the incoming video, my top board board puts out NTSC VIDEO SOURCE.

    Compiled (with help of friend) PBP 3.1.0.1, mplab 8.92 MCS version 5.00.5 and programmed with pickit 2 v2.61 programmer. this I think matches your software setup - your programmer unknown.

    Name:  overlay.jpg
Views: 2404
Size:  223.8 KBName:  Test setup.jpg
Views: 2387
Size:  292.0 KB
    Attached Files Attached Files

  4. #4
    Join Date
    Mar 2011
    Location
    Los Angeles, California
    Posts
    322


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    WOW! That really looks really great! Thank you for the files too! My programmer is a PICSTART PLUS and that should not make any difference. Two questions, how did you wire your STV5730A? Second question, have you tried to have the text be a color? Again, what a great job!!!

    Ed

  5. #5


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    Quote Originally Posted by Ramius View Post
    WOW! That really looks really great! Thank you for the files too! My programmer is a PICSTART PLUS and that should not make any difference. Two questions, how did you wire your STV5730A? Second question, have you tried to have the text be a color? Again, what a great job!!!

    Ed
    And to prove it really does work - see below - wobbly camera as it was my phone and had to have the other hand to make the connection to the top board at the same time.



    Part of the PCB lay out was on the net way back 2003 or earlier, done with the free version of Protel as was then, I modified it to fit what I wanted and had the boards made as it was a commercial job. The text was only used as white but should be able to change using the color register I think.

    If I get chance I will see if I still have the board layout - it will take a day or more - have to dig in to old backups etc and when I get the time.

  6. #6
    Join Date
    Mar 2011
    Location
    Los Angeles, California
    Posts
    322


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    It looks really great! Fantastic job! Just the schematic would be fine, just want to check the values of the components used for the STV5730A.

    Best, Ed

  7. #7


    Did you find this post helpful? Yes | No

    Default Re: A little HELP!!

    From the depths of the old files I found this -


    Name:  vcgsch.gif
Views: 2402
Size:  17.9 KB

    On the STV PDF, it shows Circuitry around pins 5 and 6 I incorporated this, but I see the schematic above does not, I think as long as you have a good smoothed 5 volt power supply with good decoupling caps, there should not be a problem. However he does not show decoupling caps on his 9-12V DC circuit, 100N/220N should be in parallel with his 47uF caps and be close to the regulator.

    On my board R3 (3k3) not fitted, My board, and the program you have uses CSYNC to work out the switching of modes, from what I remember I found odd problems using the MUTE, but cannot remember exactly what ! I think it did not always change the level when it should have or took a while to change.

    Different coloured characters, It is in
    DISPLAYCHAR:

    WDATA = %0001011100000000 + STVCHAR

    Bits 10,9, and 8 internal ram buffer, page 7 of my PDF, according to the STV data control the colour of the character.

    You will have to try that when you get your system running correctly

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