M17 system compatible radio.
Go to file
Wojciech Kaczmarski 78c81b97b2
Add files via upload
2020-08-30 11:38:12 +02:00
case case design files for 3D printing 2020-08-28 16:43:31 +02:00
codeplug Delete AUTH 2020-02-10 19:45:08 +01:00
cubemx test firmware 2020-08-08 10:00:07 +02:00
cubemx_old Move cubemx → cubemx_old 2020-06-27 10:23:20 +03:00
kicad HMI: added labels on silksScreen -> added one capacitor -> generated new PDF -> generated new GERBERS -> NEW STEP! 2020-08-02 20:40:22 +02:00
misc Add files via upload 2020-08-30 11:38:12 +02:00
1.png Add files via upload 2020-08-29 12:20:07 +02:00
2.jpg Add files via upload 2020-08-29 12:20:07 +02:00
LICENSE Add files via upload 2020-08-20 17:38:11 +02:00
README.md display update 2020-08-08 17:26:49 +02:00
front.png new 3d models 2020-07-26 14:56:37 +02:00

README.md

TR-9

Gerber files are ready for download!
TR-9 is a handheld transceiver (HT) for the M17 standard. Its specification can be found here.

Hardware

The heart of TR-9 is STM32F777VI microcontroller. The handheld also contains:

  • a DEM 128128A1 TMH-PWN 1.44" 128x128px TFT display
  • an ESP8266-12F WiFi module
  • an ADF7021 chip for the RF
  • an LSM9DS1 9DoF sensor
  • a USB-micro connector for firmware update (so-called DFU mode)
  • an SD-micro card slot for codeplug and storage
  • a connector for a GNSS module
  • a Kenwood connector for external MIC/SPK

RF output level can be regulated by the software. The maximum power output is 3 watts. The radio can work with both analog and digital modulation.

TR-9

Software

M17 standard was designed having Codec2 vocoder in mind. TR-9 takes advantage of STM's internal Advanced Encryption Standard (AES) hardware for optional end-to-end encryption. There is a possibility of using other block ciphers and scrambling.

This repo contains SW4STM32 project for the TR-9 board.