Close

AD9851 IP - second attempt.

A project log for 32MHz spectrum + SDR + FT8 in an FPGA

A 0 - 32MHz FPGA based Software Defined Radio (AM SSB FT8) by ready modules->cheap and easy Last add: Oct 6th FT8 VHDL GFSK modulator

guidoGuido 09/11/2023 at 08:530 Comments

A FIFO component receives via AXI4-Lite the 79 symbols (each symbol is 3 bits each) composing the FT8 message. In this way the Linux software (MYJTDX) and the Cortex A9 CPU have plenty of time to send these 21 x 32 bits every 15 seconds. Besides, the carrier frequency (e.g. 7075500 Hz) must be sent to the AD9851.

Therefore the message from PS to PL could be composed by the following 11  x 32 bits words.

                 MSB                                                                                                      LSB             

NOTE Please note that an FT8 symbol (0...7) could be encoded with 3 bits but for AXI4-Lite convenience (8 bits alignment) I decided to encode a symbol in 4 bits leaving the MSB at 0.

TODO: PWM Maximum Value

Lately I added the R11 register where I program the maximum DC value that the PWM can reach.

E.g. If I set PWM max value to 153, PWM can go from 0 Volts (duty cycle 0%) to 3.3 x 153 / 255 = 1,98 Volts.

This parameter, programmable by myjtdx (PS side) allows to be sure that when the PWM DC level is:

As I already built the AD9851 PWM and AD9851 serializer, it's now time to design the GFSK IP.

Discussions