MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG)
Find a file
2017-02-10 14:03:14 -03:00
ADF7021.cpp Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
ADF7021.h Improving ADF7021 interface, fixing small bugs 2017-02-07 13:24:03 -03:00
BitRB.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
BitRB.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
Config.h Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
Debug.h First commit 2017-02-01 01:33:31 -03:00
DMRDefines.h First commit 2017-02-01 01:33:31 -03:00
DMRDMORX.cpp Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
DMRDMORX.h Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
DMRDMOTX.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
DMRDMOTX.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
DMRSlotType.cpp First commit 2017-02-01 01:33:31 -03:00
DMRSlotType.h First commit 2017-02-01 01:33:31 -03:00
DStarDefines.h First commit 2017-02-01 01:33:31 -03:00
DStarRX.cpp Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
DStarRX.h Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
DStarTX.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
DStarTX.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
Globals.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
IO.cpp Adding Standard TX/RX Data interface support for ADF7021 (without CLKOUT signal) 2017-02-08 22:36:33 -03:00
IO.h Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
IOArduino.cpp Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
IOSTM.cpp Adding RSSI support for ADF7021, and RSSI for DStar and DMR 2017-02-10 14:03:14 -03:00
LICENCE First commit 2017-02-01 01:33:31 -03:00
Makefile First commit 2017-02-01 01:33:31 -03:00
MMDVM_HS.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
MMDVM_HS.ino Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
P25Defines.h First commit 2017-02-01 01:33:31 -03:00
P25RX.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
P25RX.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
P25TX.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
P25TX.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
README.md Adding supported devices to README 2017-02-07 13:28:10 -03:00
SerialArduino.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
SerialPort.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
SerialPort.h First commit 2017-02-01 01:33:31 -03:00
SerialRB.cpp First commit 2017-02-01 01:33:31 -03:00
SerialRB.h First commit 2017-02-01 01:33:31 -03:00
SerialSTM.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
stm32f10x_link.ld First commit 2017-02-01 01:33:31 -03:00
Utils.cpp First commit 2017-02-01 01:33:31 -03:00
Utils.h First commit 2017-02-01 01:33:31 -03:00
YSFDefines.h First commit 2017-02-01 01:33:31 -03:00
YSFRX.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
YSFRX.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
YSFTX.cpp Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00
YSFTX.h Fix serial port bug and several small changes 2017-02-02 22:08:59 -03:00

This is the source code of ADF7021 version of the MMDVM firmware (MMDVM Hotspot), based on Jonathan G4KLX's MMDVM software. This firmware supports D-Star and DMR digital modes, System Fusion and P25 are untested.

This software is intended to be run on STM32F103 microcontroller. You can build this code using Arduino IDE with stm32duino package, and also using "make" with ARM GCC tools. Also, Arduino with 3.3 V I/O is supported, this firmware works on Arduino Due and Arduino Zero.

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.