The firmware for the MMDVM (Multi-Mode Digital Voice Modem)
 
 
 
 
 
 
Go to file
Jonathan Naylor 53503f27c6 Remove unneeded variable. 2016-09-03 13:59:41 +01:00
BUILD.txt Add information for MMDVM build on Ubuntu 14.04 with latest Arduino IDE 2016-05-12 12:52:02 +02:00
CWIdTX.cpp Add independent transmit levels. 2016-08-09 07:11:10 +01:00
CWIdTX.h Small CW Id cleanups. 2016-05-10 06:35:53 +01:00
CalDMR.cpp Add DMR calibration. 2016-04-14 17:42:38 +01:00
CalDMR.h Add DMR calibration. 2016-04-14 17:42:38 +01:00
CalDStarRX.cpp Add DMR calibration. 2016-04-14 17:42:38 +01:00
CalDStarRX.h Add DMR calibration. 2016-04-14 17:42:38 +01:00
CalDStarTX.cpp Add DMR calibration. 2016-04-14 17:42:38 +01:00
CalDStarTX.h Add DMR calibration. 2016-04-14 17:42:38 +01:00
Config.h Add an optional RSSI input. 2016-08-08 20:38:58 +01:00
DMRDMORX.cpp Remove unneeded variable. 2016-09-03 13:59:41 +01:00
DMRDMORX.h Fix DMO mode for CS700 as well as PD365. 2016-09-01 19:59:37 +01:00
DMRDMOTX.cpp Swap TX syncs from BS to MS. 2016-09-02 06:25:11 +01:00
DMRDMOTX.h First compiling version of DMO code, untested. 2016-08-23 20:16:46 +01:00
DMRDefines.h EMB correlation, work in progress. 2016-08-31 08:15:06 +01:00
DMRIdleRX.cpp Restore DMR level reporting. 2016-07-21 17:08:00 +01:00
DMRIdleRX.h Remove the level tweaking functionality. 2016-07-07 17:37:06 +01:00
DMRRX.cpp Remove the level tweaking functionality. 2016-07-07 17:37:06 +01:00
DMRRX.h Remove the level tweaking functionality. 2016-07-07 17:37:06 +01:00
DMRSlotRX.cpp Move the RSSI sampling point. 2016-08-11 20:19:31 +01:00
DMRSlotRX.h Add an optional RSSI input. 2016-08-08 20:38:58 +01:00
DMRSlotType.cpp Initial commit 2016-01-14 18:57:21 +00:00
DMRSlotType.h Initial commit 2016-01-14 18:57:21 +00:00
DMRTX.cpp Add independent transmit levels. 2016-08-09 07:11:10 +01:00
DMRTX.h Remove small gap when data comes in while sending terminators. 2016-07-19 17:34:55 +01:00
DStarDefines.h Initial commit 2016-01-14 18:57:21 +00:00
DStarRX.cpp Change the sampling poistion and rate for the RSSI. 2016-08-08 21:43:00 +01:00
DStarRX.h Add an optional RSSI input. 2016-08-08 20:38:58 +01:00
DStarTX.cpp Add independent transmit levels. 2016-08-09 07:11:10 +01:00
DStarTX.h Remove the level tweaking functionality. 2016-07-07 17:37:06 +01:00
Debug.h Rationalisation of debugging messages. 2016-03-17 22:45:26 +00:00
Globals.h Put the scaffolding in for DMR DMO mode. 2016-08-23 08:16:49 +01:00
IO.cpp Remove old RSSI code. 2016-08-30 17:13:07 +01:00
IO.h Add independent transmit levels. 2016-08-09 07:11:10 +01:00
LICENCE Initial commit 2016-01-14 18:57:21 +00:00
MMDVM.cpp Put the scaffolding in for DMR DMO mode. 2016-08-23 08:16:49 +01:00
MMDVM.ino Put the scaffolding in for DMR DMO mode. 2016-08-23 08:16:49 +01:00
README.md Remove the network restrictions from the licence. 2016-08-09 17:32:18 +01:00
SampleRB.cpp Sanity check the ring buffers. 2016-06-13 19:47:45 +01:00
SampleRB.h Lots of small tweaks. 2016-01-18 18:37:04 +00:00
SerialPort.cpp Change version message. 2016-08-30 17:14:47 +01:00
SerialPort.h Rationalisation of debugging messages. 2016-03-17 22:45:26 +00:00
SerialRB.cpp Sanity check the ring buffers. 2016-06-13 19:47:45 +01:00
SerialRB.h Lots of small tweaks. 2016-01-18 18:37:04 +00:00
Utils.cpp Initial commit 2016-01-14 18:57:21 +00:00
Utils.h Initial commit 2016-01-14 18:57:21 +00:00
YSFDefines.h Initial commit 2016-01-14 18:57:21 +00:00
YSFRX.cpp Change the sampling poistion and rate for the RSSI. 2016-08-08 21:43:00 +01:00
YSFRX.h Add an optional RSSI input. 2016-08-08 20:38:58 +01:00
YSFTX.cpp Add independent transmit levels. 2016-08-09 07:11:10 +01:00
YSFTX.h Remove the level tweaking functionality. 2016-07-07 17:37:06 +01:00
mmdvmmenu.sh New transmit filters for DMR and YSF. 2016-07-05 07:09:01 +01:00

README.md

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

Currently it only runs on the Arduino Due, but other platforms are planned.

In order to build this software you will need to edit a file within the Arduino GUI and that is detailed in the BUILD.txt file.

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.