storskegg / esp32cam-sstv

Send sstv with an esp32 and a DDS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sstv

decode all sstv images with the software

  • Linux qsstv -> apt install qsstv
  • windows mmsstv
  • see print screen on doc directory
  • select source from sound card or file(wav)

SimulationSstv directory :

generate wav file from bmp image

beware BMP images must be :

  • 320 x 256 for low res

  • 640 x 496 for high res

esp32 directory :

dac_output_card :

send a sstv card to the anaglog outpout

dss_output_card :

with an ad9850 hardware DDS and irq

miscellaneous:

test program sending tone on sound card output

convert image to RGB565 format

About

Send sstv with an esp32 and a DDS


Languages

Language:C 90.4%Language:C++ 8.1%Language:Makefile 1.1%Language:Shell 0.3%Language:Python 0.1%Language:NASL 0.0%