Modular Open Source Radio Firmware
 
 
 
 
 
Go to file
Niccolò Izzo d4ad8b12b1 Fix bug on MD380
Fixed a bug where pressing the side button would lead to a crash,
probably caused by a misaligned memory access, due to the addition of a
packed attribute.
2021-04-09 13:26:01 +02:00
.github
assets
lib Add support for encoder knob on MD-UV380 2021-04-03 09:21:47 +02:00
openrtx Fix bug on MD380 2021-04-09 13:26:01 +02:00
platform MD3x0 bugfixes: fixed wrong ADC conversion sequence preventing squelch opening and corrected control of W/N switch in radio driver 2021-04-09 12:54:53 +02:00
scripts
tests
.gitignore
.gitmodules
99-openrtx.rules
LICENSE
README.md
cross_arm.txt
meson.build Add support for encoder knob on MD-UV380 2021-04-03 09:21:47 +02:00
meson_options.txt
requirements.txt

README.md

OpenRTX

Modular Open Source Radio Firmware

OpenRTX is a free and open source firmware for digital ham radios, top-down designed with modularity, flexibility and performance in mind.

Currently OpenRTX is being actively developed for the following radios:

  • TYT MD-380/390
  • TYT MD-UV380/390
  • TYT MD-9600
  • Radioddity GD77

This firmware is highly experimental and is not in a usable state right now, however contributions and testing are welcome and accepted.

For information on currently supported radios and features, see the Supported Platforms page on our website.

For hardware and software documentation visit openrtx.org

Flash on MD-3x0 and MD-UV3x0

On TYT MD-3x0 and MD-UV3x0 you can flash our firmware using tarxvf's web based flashing tool.

  • Download the latest OpenRTX release for your radio from the releases page.
  • Connect your radio to the PC, put it in DFU mode (turn off, turn on pressing PTT and the button just above).
  • On linux, macOS and Android, open Chrome/Chromium and navigate to dmr.tools,
  • Click on "Upgrade", then "Connect Radio(s)", under "Select firmware file" choose "Upload from my computer",
  • Click on "Choose File", select the latest OpenRTX release you downloaded before, and click on "Upgrade Radio".
  • Reboot your radio

Compile and flash

For instructions on how to compile and flash OpenRTX to your radio, or just run OpenRTX on Linux see the Compilation instructions page on our website.

Screenshots

Contact

To reach out, come to our M17 Reflector or into our Discord Server.

Donate

To support the development of OpenRTX you can make us a donation using Liberapay.
If you want to donate some hardware to facilitate OpenRTX porting and development, contact us.

License

This software is released under the GNU GPL v3.

minmea is released under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2.

Disclaimer

This project was created for research and amateur radio use only, we are not responsible for improper uses of this code which might lead to unauthorized transmission, reception or patent infringments.

Credits

OpenRTX was created by:

All this was made possible by the huge reverse engineering effort of Travis Goodspeed and all the contributors of md380tools. A huge thank goes to Roger Clark, and his OpenGD77 which not only inspired this project, but as a precursor, provided a working code example for the GD77 radio family. Finally, a warm thank you goes to SP5WWP and the M17 community for bringing their libre protocol into our obscure undocumented hardware.