Broadcast TV output
Mike Green
Posts: 23,101
I've been trying to get the VHF broadcast video output to work and, basically, the signal appears to be very weak. I'm using the TV driver v1.1 and tv_text v1.0 that I've modified to allow setting the DAT tv_params before starting the TV cog. I've tried both the default tv_mode and suppressing color (mode %11110). Since channel 3 is unused here, I'm using 61_250_000 for tv_broadcast. I'm not sure if that's correct, but the B&W TV I'm using has an analog tuner (a Sony Watchman). I've got a 4-5 inch wire antenna plugged into the TV output of the Propellor Demo Board. My program (a BOE-BOT /PING navigator) displays fine with video output, but with the broadcast output, there's a lot of noise on the signal (I'm not surprised at this), the Sony's antenna has to be essentially touching the TV output (I am surprised), and the sync levels don't seem to be adequate. The location of the signal (on the dial) seems to be off (although the dial is not particularly accurate anyway). Anyone have suggestions? Any prior successful experience with using broadcast output?
Comments
Ryan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ryan Clarke
Parallax Tech Support
RClarke@Parallax.com
Perhaps you could post your code?
I will test this tomorrow, but a simple series LC should turn the 15ft Ryan is refering to into at least 150ft
without any problems.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.
Beau, thanks also. I have a short loaded whip antenna for the 6M ham band that I'll use when I want to get some range. For now, a foot or two is more than enough and I can get that with the 5 inch "paper clip" antenna.
I'll post my code when I get a little further along. I want to get the HM55B calibration routine working ... may get to it this weekend.
Have a nice 4th of July weekend!
generates when trying to generate "odd" frequencies such as 62.5 MHz.
Perhaps in the next version, we could get the choice between a quickly-stabilizing PLL, that
is good for things like FM synthesis and the like, and a slowly-stabilizing PLL, that is good for
carrier generation? For many applications, a PLL that takes a second to stabilize, but
generates a pretty clean spectrum, would be far more useful than a PLL that stabilizes
in a few dozen clocks but generates very jittery output.
Of course this may not be possible given the technological constraints and the amount
of switching going on inside the chip.
Another option is to somehow use multiple bits of the counter to help generate the
PLL error signal more carefully, but this quickly gets complicated.