Code Monkey home page Code Monkey logo

gr-thumbdv's Introduction

Gnuradio interface for NWDR Thumb DV USB Stick

This module implements an interface from gnuradio (and GRC) to a North West Digital Radio (NWDR) AMBE Vocoder USB Stick which contains a DVSI 3000 AMBE encoder/decoder chip. The stick implements a USB based device that emulates a serial interface at 460,800 bps. You must specify which USB interface you have the NWDR stick plugged into. On Ubuntu this would typically be something like /dev/ttyUSB0

Implemented in Python 2.7, not yet using standard make/build/install method. To use this as is:

  1. Copy the ThumbDV.py and ThumbDV.py.xml modules into the .grc_gnuradio directory.
  2. Hand-edit the path string in the XML file.

Expect this module to change as further related OOT modules are implemented.

The gr-ThumbDV module encapsulates the interface to the NWDR USB stick so that it provides 4 interfaces:

  • 8 ksps 32-bit floating point input of unencoded audio samples. Samples on this input will be encoded by the DVSI chip.
  • 8 ksps 32-bit floating point output of decoded audio samples. Samples on this output have been decoded by the DVSI chip.
  • message input consisting of a 9-byte array containing one AMBE encoded sample that will be decoded by the DVSI chip.
  • message output consisting of a 9-byte array with one AMBE encoded sample produced by the DVSI chip.

The module only encodes audio to messages and decodes messages to audio. To use this with DStar, DMR, etc requires other modules that take the raw 4800 bps stream, synchronize, frame, and insert and extract AMBE coded 72-bit audio packets.

The module by itself can only implement audio encode + decode testing. Loop the message output back to the input to allow testing of the DVSI chip function.

gr-thumbdv's People

Contributors

tom-mcdermott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

thecranston

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.