Skip to content

Quasonix Transmitter

Gustavo-Oliveira edited this page Aug 25, 2022 · 12 revisions

This wiki is to help you transmit using the FPGA

First download the search terminal, it is a small executable

Open Terminal

  • Select Settings: 57600 Baud Rate, 8 data bits, parity none, stop bit 1
  • Select correct COM
  • Type in these commands in this order
  • CS 0, DS 0, FR 1485, MO 1, VP 30, RF 1
  • If you want to understand what the commands above do look at the Timter t3 multimode digital telemetry transmitter Installation and operation manual
  • If you don't have one the google it

Load State Machine on FPGA

  • Open desktop and load state machine onto FPGA
  • Open Vivado
  • Use hardware manager

Receiver

  • Open up matlab
  • open SDR_Rx.m
  • Hit run
  • to save type writematrix(what you want to save, path/filename)