• Stars
    star
    464
  • Rank 94,450 (Top 2 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created almost 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The firmware for the MMDVM (Multi-Mode Digital Voice Modem)

This is the source code of the MMDVM firmware that supports D-Star, DMR, System Fusion, P25, NXDN, M17, POCSAG, AX.25, and FM modes.

It runs on the Arduino Due, the ST-Micro STM32F1xxx, STM32F4xxx and STM32F7xxx processors, as well as the Teensy 3.1/3.2/3.5/3.6. What these platforms have in common is the use of an ARM Cortex-M3, M4, or M7 processors with a minimum clock speed greater of 70 MHz, and access to at least one analogue to digital converter, one digital to analogue converter, as well as a number of GPIO pins.

In order to build this software for the Arduino Due, you will need to edit a file within the Arduino GUI and that is detailed in the BUILD.txt file. The STM32 support is supplied via the ARM GCC compiler. The Teensy support uses Teensyduino.

This software is licenced under the GPL v2 and is primarily intended for amateur and educational use.

Portions of the ARM support code include the following copyright:

Copyright (c) 2011 - 2013 ARM LIMITED

All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of ARM nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

More Repositories

1

MMDVMHost

The host program for the MMDVM
C++
371
star
2

DMRGateway

A multi-network DMR gateway for the MMDVM.
C++
140
star
3

YSFClients

System Fusion network servers; a gateway and a parrot.
C++
82
star
4

MMDVMCal

The calibration program for the MMDVM
C++
60
star
5

ircDDBGateway

The ircDDB Gateway for D-Star
C++
60
star
6

P25Clients

Simple clients for P25. A gateway and a parrot.
C++
58
star
7

AMBETools

Programs for encoding and decoding AMBE files.
C++
47
star
8

NXDNClients

A gateway and a parrot for NXDN.
C++
43
star
9

DAPNETGateway

Gateway to the DAPNET POCSAG network.
C++
32
star
10

M17Client

An M17 client designed for use with MMDVM modems and hotspots to allow for use as an M17 radio
C++
21
star
11

DummyRepeater

The Dummy Repeater allows a PC or similar with an AMBE codec (DV-Dongle, ThumbDV, etc) to appear as a D-Star Repeater.
C++
21
star
12

MMDVM-TNC

An AX.25 only version of the MMDVM firmware
C++
18
star
13

DStarRepeater

The D-Star Repeater.
C++
17
star
14

M17Gateway

A gateway to the M17 reflectors
C++
16
star
15

APRSGateway

A single point of access to the APRS network for the other gateway programs.
C++
16
star
16

FMRepeater

A simple FM repeater controller, based on the old Analogue Repeater. It may be used with the UDRC from NWDR.
C++
14
star
17

MMDVM-UDRC

A version of the MMDVM to run on a Pi with a UDRC.
C++
11
star
18

DV4RX

A simple set of receivers for the DV4mini stick.
C++
10
star
19

MMDVM-Transcoder

A universal transcoder to match the DV modes available on the MMDVM.
C++
9
star
20

uWSDR

The source code for the uWSDR cross platform GUI complete with DSP engine for narrow-band modes.
C++
9
star
21

MMDVM-CrossMode

A crossmode daemon that makes use of the MMDVM-Transoder
C++
7
star
22

LinuxExtras

Optional startup and configuration files for ircDDB Gateway and the D-Star Repeater.
Shell
5
star
23

Display-Driver

A display driver for MQTT based MMDVM systems
C++
4
star
24

STM32F4xx

C
4
star
25

DigitalVoice

The old Digital Voice project from the Yahoo group dstar_development files area.
C++
4
star
26

QO100Adapter

Interface between SDR Console and an FT-817 for the Arduino.
C++
3
star
27

MMDVM-TNC-Tester

Test a KISS TNC in loopback mode, based on Nino KK4HEJ's kiss-ax25-ui-batch.py and packet trace code.
C++
3
star
28

FMGateway

A Gateway between the MMDVM Host and different FM networks
C++
1
star
29

baken

An old program for visualising microwave beacons in Europe. It is written in C and uses the GTK GUI library.
C
1
star