MMDVM modem HAT

by on under hamradio
3 minute read

MMDVM modem HAT

I am using a Icom IC-E208 and a “MMDVM_pog” HAT to make a GMSK DStar gateway.

mmdvm-modem-overview

My fiend 2E0EOL has written a article on a similar setup: daybologic GMSK Gateway

Software installing

Requires Pi-Star beta image for Raspberry Pi 3B+ at time of writing.

Update: 2020-04-07: “Raspberry Pi 3B+ out of beta”.

Pinouts

I connected the modem pins “GND”, “TX”, “RX” and “PTT” accordingly to my radio. You need a radio with a “DATA IN” jack accepting 9600 bps GMSK. The radio must also support 2.5 kHz FM narrow deviation.

The “SQL” pin of rig doesn’t seem to be needed for basic setup.

The “RSSI” pin of modem doesn’t seem to be needed for basic setup.

Icom IC-E208

mmdvm-modem-hat mmdvm-modem-breadboard

Icom ID-E880

The pinout is the same for a ID-E880 which is nice! Picture is of a setup with the HAT I now recommend see the below heading “Issues”.

id-e880-mmdvm

Software configuration

Pi-Star web UI page “Configuration”/”Expert”/”MMDVMHost” you will find the following fields.

TXOffset is worth playing with try -100 or 100 or 200.

TXInvert was default 1, for some radios like mine you may need to change it to 0 however in my case I later found my radio was off frequency and upon correcting it I had to put txinvert back to original value.

“Radio/Modem Type” either option worked for me:

“MMDVM_HS_Hat (DB9MAT & DF2ET) for Pi (GPIO)”

“STM32-DVM / MMDVM_HS - Raspberry Pi Hat (GPIO)”

Hardware calibration

There is a couple trim pots on the board which allow you to adjust the mic gain. Use the ACL meter on the radio to gauge this.

Use a SDR or spectrum analyser to check the radio is on frequency see: IC-E208 Calibration

Issues

Pi wont boot with the HAT on

I had to power up the Pi with no HAT then add the HAT once the Pi has booted a bit. Not ideal because it wouldn’t easily recover from power outage. Also causes more potential for pins to misalign or make contact at different times with power/data.

MMDVM_pog HAT: wojciechk8/MMDVM_pog/issues/4

I tried testing fresh install of Raspian lite. This didn’t help.

I tried changing the cmdline.txt to remove the serial0 console in case the HAT was firing some serial command at boot. This didn’t help.

console=serial0,115200 console=tty1 root=PARTUUID=2fed7fee-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh
console=tty1 root=PARTUUID=2fed7fee-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet init=/usr/lib/raspi-config/init_resize.sh

I noticed my friend Rob (2E0RPT) had a different looking PCB layout on his MMDVM HAT he bought from eBay. He confirmed his Pi 3B+ cold booted just fine with the HAT on. So I wondered if this was a hardware problem with my Pi or the HAT. Rob actually offered to send me his HAT to compare. After testing with his HAT the Pi booted just fine however the PCB lacks version or author information. Perhaps shop for one that looks the same, see the below image of the board I now recommend instead of the board I show above with two blue POTs:

mmdvm-hs

Gateway call sign

Ensure suffix of call sign for gateway is not just a space but its last char of input string.

I had some issues changing the gateways call sign without re-flashing.

Thread: facebook.com/groups/pistarusergroup/414855285738167

Also see the DVAP page on my website: ham-radio/dvap

Useful documentation

My friend Rob (2E0RPT) took pictures of the document he received with his board. I didn’t receive any such documentation with mine.

mmdvm-modem-settings-guide

comments powered by Disqus