Skip to content

zst123/PAL-Streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PAL-Streamer

Transmit a video stream to a PAL analog TV using low-frequency PWM

Analog TV PAL CH3 transmitter

./Images/img1.png

Documentations

Visit my Hackaday project for explanation how it works

STM32 Firmware

Pinout for STM32F411 Nucleo Board.

PA12 (CN10_12) to USB DP
PA11 (CN10_14) to USB DM
PA10 (D2) to antenna

./Images/pinout.jpg

Add path to the STM32CubeMX HAL drivers and Compile with STM32CubeIDE.

PC Software

Connect board to the PC using USB CDC Virtual COM Port.

Run Python 3 program.

python3 usart_new.py <COM_PORT> <IMAGE_FILE> <GIF_DELAY>
python3 usart_new.py COM2 example.png
python3 usart_new.py /dev/tty.usb* example.png

TV Specs

Standard: PAL-B/G

Frequency: VHF CH 2-12, UHF CH 21-69

Connector: Aerial connector

Video carrier frequency

VHF LOW

  • CH2 = 55.25 MHz
  • CH3 = 61.25 MHz
  • CH4 = 67.25 MHz
  • CH5 = 77.25 MHz
  • CH6 = 83.25 MHz

VHF HIGH

  • CH7 = 175.25 MHz
  • ...
  • CH12 = 205.25 MHz
  • CH13 = 211.25 MHz

PAL/NTSC Timing Specification

About

Transmit a video stream to a PAL analog TV using low-frequency PWM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published