Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Si5351 #33

Open
Bleach665 opened this issue Apr 4, 2023 · 4 comments
Open

Question about Si5351 #33

Bleach665 opened this issue Apr 4, 2023 · 4 comments

Comments

@Bleach665
Copy link

Bleach665 commented Apr 4, 2023

Anyone tried to use this lib with Si5351? If so, pls share a code to encode/transmitt FT8. Thx in advance.

@aa2mz
Copy link

aa2mz commented Apr 13, 2023

Would be great was the chip already has a clock device. Could directly generate RF.

@kgoba
Copy link
Owner

kgoba commented Apr 13, 2023

There are a couple of FT8 transmit projects that use Arduino + Si5351, just search for them on github. For example, https://github.com/kholia/Easy-FT8-Beacon-v3. In essence, you can use ft8_lib to generate the tones (numbers from 0-7) and then use some timing mechanism to control the Si5351 frequency. It can be done, it works, and there should be no issue with that given that you conform with your local radio regulations, have a well engineered TX/PA/filter stage, and conform with band etiquette (if you're transmitting on the public FT8 frequency, sync your transmissions with GNSS/network time).

@Bleach665
Copy link
Author

@kgoba , thanks. Yes, it works. Right now I use JEncode to encode string to FT8 and transmit it via si5351. Work fine, but JEncode has some issues.

use ft8_lib to generate the tones and then use some timing mechanism to control the Si5351 frequency.

Exactly this I try to found. Include timings, tone spacing etc. I think somebody has already done it with ft8_lib and I will not need to tune this parameters again.

@kholia
Copy link
Contributor

kholia commented Apr 25, 2023

@Bleach665 Hi! - Yep - JTEncode has a bunch of encoding issues for FT8 messages.

Please see the following projects for your use case:

All the best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants