Giter Club home page Giter Club logo

fl2k-tool's Introduction

fl2k-tool

This repository contains some of my experiments on FL2000-based USB3-to-VGA adapters, using the osmo-fl2k library [1] to use one as a general purpose digital-to-analog converter.

To install the software, first follow instructions in osmocom site [1] to install the library and then run make in this directory. The software works on Ubuntu Linux and probably other distributions as well, but other operating systems haven't been tested yet.

WSPR transmitter

Currently, there is only a simple WSPR [2] transmitter which was originally written in a small software radio hackathon as an exercise on using the library. A command-line interface for configuration and some additional features were added later.

For example, to transmit on 160m, 80m and 40m, use a command like this:

./fl-wspr f 1.8381e6 f 3.5701e6 f 7.0401e6 ppm 140 s $(python3 wspr_encode.py CALL KP20 3)

Replace CALL with your callsign and KP20 with your Maidenhead locator. Replace 3 with your transmit power in dBm (if using an amplifier). Change the ppm value to correct for frequency error of your adapter.

To increase transmit power, the R, G and B outputs can be all connected in parallel. This should provide about 2.5 mW (0.7 Vpp, about 3 dBm) into a 25-ohm load, decreasing on higher frequencies. An LC low-pass circuit can do both anti-alias filtering and impedance matching, so that the output can be fed into an antenna.

Phase shift between different outputs is also supported, so the program can directly generate a balanced, I/Q or a three-phase signal. For example, to generate 3-phase RF to feed a "tripole" antenna [3] for circular polarization on 80m and swap handedness on each transmission, do:

./fl-wspr f 3.570123e6 p1 120 p2 240 ps 1 s $(python3 wspr_encode.py CALL KP20 3)

Licensing

Code here is licensed under GPL, since it depends on the GPL-licensed osmo-fl2k library and SM0YSR's wspr-tools [4]. See COPYING.

References for more information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.