mirror of
https://codeberg.org/mclemens/qrz.is.git
synced 2025-01-14 03:46:27 -05:00
updated blog post
This commit is contained in:
parent
314ad86775
commit
3a644a0fc4
@ -12,7 +12,7 @@ url: /m17-md380-openrtx-pistar-mmdvm/
|
||||
|
||||
In this post I will explain in detail how to become QRV on M17 with the following setup:
|
||||
|
||||
* [TYT MD380](200~https://www.miklor.com/MD380/)
|
||||
* [TYT MD380](https://www.miklor.com/MD380/)
|
||||
* Raspberry Pi / [Pi-Star](https://www.pistar.uk/) / MMDVM Hotspot
|
||||
|
||||
The process will be the following:
|
||||
@ -33,17 +33,23 @@ Another thing: If you follow these instructions you might:
|
||||
* kill a lot of time
|
||||
* have a lot of fun
|
||||
|
||||
Furthermore, **the MD380 will only be able to transmit audio** and will not be able to transceive/decode yet. This will be added in future OpenRTX releases.
|
||||
|
||||
## MD380 Mod
|
||||
|
||||
This is how the device looks opened but still unmodified:
|
||||
|
||||
![image](/img/md380_mod_before.jpg)
|
||||
|
||||
The modification of the TYT MD380 is described [here in great detail](https://openrtx.org/#/md380_mods) and would normally need no further explaination. If you compare the images on the linked website with how my modification looks like, you will notice some differences:
|
||||
|
||||
![image](/img/md380_mod_done.jpg)
|
||||
|
||||
Difference 1: I don't have any SMD components, which is why I performed the "Mic -> MCU" mod (upper part in the picture) with a regular resistor. Make sure that the resistance is positioned in such a way that it does not press against the display during / after assembly.
|
||||
**Difference 1:** I don't have any SMD components, which is why I performed the "Mic -> MCU" mod (upper part in the picture) with a regular resistor. Make sure that the resistance is positioned in such a way that it does not press against the display during / after assembly.
|
||||
|
||||
![image](/img/md380_mod_resistor.jpg)
|
||||
|
||||
Difference 2: I messed up with the "RF -> MCU" mod (lower part in the picture) and damaged a solder pad:
|
||||
**Difference 2:** I messed up with the "RF -> MCU" mod (lower part in the picture) and damaged a solder pad:
|
||||
|
||||
![image](/img/md380_mod_pad.jpg)
|
||||
|
||||
@ -71,7 +77,7 @@ Now update the system to the latest version:
|
||||
# sudo pistar-upgrade
|
||||
```
|
||||
|
||||
Afterwards, use [nolith's patch script (Github)](https://github.com/nolith/Pi-Star_Binaries_sbin/wiki) to path your Pi-Star installation with everything needed for M17:
|
||||
Afterwards, use [IU5BON's patch script (Github)](https://github.com/nolith/Pi-Star_Binaries_sbin/wiki) to path your Pi-Star installation with everything needed for M17:
|
||||
|
||||
```
|
||||
# curl https://raw.githubusercontent.com/nolith/Pi-Star_Binaries_sbin/M17/pistar-install-m17 | sudo bash -
|
||||
@ -163,6 +169,10 @@ Before using the MD380, you need to set the following things:
|
||||
* Press 5 until it shows "M17"
|
||||
* Enter the frequency of your hotspot in the main VFO screen
|
||||
|
||||
### Receiving Audio
|
||||
|
||||
Since this solution has so far only made it possible to send and not to receive M17 audio with the MD380, you also need an additional software like [Droidstar](https://github.com/nostar/DroidStar). This way you can send with the MD380 and receive via Droidstar. Decoding M17 audio will be added in future releases of OpenRTX.
|
||||
|
||||
### Switching the Reflector
|
||||
|
||||
You can switch to another reflector with the following command (Thanks DL5SMB!):
|
||||
@ -170,3 +180,19 @@ You can switch to another reflector with the following command (Thanks DL5SMB!):
|
||||
```
|
||||
# echo "ReflectorM17-M17 C" | nc -u 127.0.0.1 6075
|
||||
```
|
||||
|
||||
## Links
|
||||
|
||||
The following is a collection of links that are helpful and/or necessary to do the above described:
|
||||
|
||||
* [OpenRTX User Manual](https://openrtx.org/#/user_guide?id=how-to-flash-openrtx-to-your-radio)
|
||||
* [MD380 mod](https://openrtx.org/#/md380_mods)
|
||||
* [OpenRTX nightly builds](https://openrtx.schinken-radio.de/nightly/)
|
||||
* [M17 Protocol Specification](https://m17-protocol-specification.readthedocs.io/en/latest/)
|
||||
* https://github.com/mathisschmieder/MMDVM_HS_Hat/blob/master/README.md
|
||||
* [MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG)](https://github.com/juribeparada/MMDVM_HS)
|
||||
* https://github.com/juribeparada/MMDVM_HS/blob/master/BUILD.md
|
||||
* [Pi-Star M17 Patch Script](https://github.com/nolith/Pi-Star_Binaries_sbin/wiki)
|
||||
* https://github.com/g4klx/M17Gateway
|
||||
* https://m17project.org/integrate/
|
||||
* https://www.dl1drk.de/?p=1010
|
||||
|
BIN
static/img/md380_mod_before.jpg
Normal file
BIN
static/img/md380_mod_before.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Loading…
Reference in New Issue
Block a user