insom / libpisi5351

Send FT8 via SI5351 with a Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## Current README

This is a fork of https://github.com/bitglue/libpisi5351 designed for
transmitting FT8 (and maybe other FSK modes) directly using an Si5351. It's
been altered to use the Adafruit board (which has a different crystal than the
QRP Labs one).

## Original README

This repository contains a trivial program to set the frequency based on the
demo code at https://www.qrp-labs.com/synth/si5351ademo.html

It has been tested on a Raspberry Pi 4, but will probably work on any Pi or
similar device.

Some setup is required to enable the I2C peripheral. See
https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c

The `test` program that is built will set the output frequency to 4 times the
first command-line argument. The 4x multiplier is intended for driving a
receiver with a quadrature clock divider, like the QRP Labs receiver:
https://www.qrp-labs.com/receiver.html

About

Send FT8 via SI5351 with a Raspberry Pi


Languages

Language:C 98.5%Language:Makefile 1.5%