You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to investigate modifying the QCX CAT FSK code to support Olivia digital mode at 31.25 baud. Could the Si5351 be programmed to shift frequencies at that rate? The QCX firmware version >= 1.05 supports supports a 38400 baud rate serial interface. A Set Frequency CAT command would take 3.65 mSec. A comment on the Silicon Labs forum suggested that the Si5351 settling time for a multisynth divider frequency change is only 5 clock cycles. I would like your feedback on the feasibility of implementing Olivia mode.
My initial guess is that it should be possible to use this code to support Olivia, since it's a MFSK mode, just like FT8. Here are a few development items to work out to be sure:
Measure minimum timing between tone (frequency) shifts to make sure it's feasible (e.g., serial baud rate, CAT command rate, etc.)
Verify that the software is soft keying (vs. hard keying), i.e. does the output match the audio input?
Implement a buffer between audio decoder and transmitting logic (i.e., a worker queue) to manage latency properly.
Jean-Pierre,
I would like to investigate modifying the QCX CAT FSK code to support Olivia digital mode at 31.25 baud. Could the Si5351 be programmed to shift frequencies at that rate? The QCX firmware version >= 1.05 supports supports a 38400 baud rate serial interface. A Set Frequency CAT command would take 3.65 mSec. A comment on the Silicon Labs forum suggested that the Si5351 settling time for a multisynth divider frequency change is only 5 clock cycles. I would like your feedback on the feasibility of implementing Olivia mode.
Thanks,
Jim N7IHQ
Originally posted by @n7ihq in #1 (comment)
The text was updated successfully, but these errors were encountered: