gabs4 / MMDVM

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source code of the MMDVM firmware that supports D-Star, DMR, System Fusion and P25.

It runs on the Arduino Due and the ST-Micro STM32F4xx platforms. Support for the Teensy (3.1/3.2 and 3.5/3.6) is being added.

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 being supplied via the Coocox IDE with ARM GCC. The Teensy support is via the latest beta of Teensyduino.

This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden.

About

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

License:GNU General Public License v2.0


Languages

Language:C++ 91.3%Language:C 5.0%Language:Makefile 1.6%Language:Shell 1.4%Language:Arduino 0.7%