Ham Radio All-in-one-Cable usb-audo, virtual com, ptt
 
 
 
 
Go to file
Simon Kueppers f0ee3a8d90 Updated README with some more information 2022-12-14 20:30:10 +01:00
3d Added STL file for solder guide 2022-12-14 20:19:22 +01:00
doc Added additional photos 2022-11-06 15:49:08 +01:00
kicad Fixed wrong LCSC part definition in sch/pcb 2022-11-23 21:04:03 +01:00
stm32/aioc-fw Changed flags to state variable for microphone/speaker and changed buffer level coupling to run only after buffer is intially at target value 2022-12-14 20:05:26 +01:00
.gitmodules Switching tinyusb submodule to our fork for adding features 2022-10-23 14:52:10 +02:00
README.md Updated README with some more information 2022-12-14 20:30:10 +01:00

README.md

AIOC

This is the Ham Radio All-in-one-Cable.

This is a work-in-progress project and production data may be out of date!

AIOC with Wouxun and Direwolf

What does it do?

The AIOC is a small adapter with a USB-C connector that enumerates itself as a sound-card (e.g. for APRS purposes) and a virtual tty ("COM Port") for programming and asserting the PTT (Push-To-Talk).

Features

  • Digital mode interface (similar to digirig)
  • Programming Cable Function via virtual Serial Port
  • Compact form-factor (DIY molded enclosure TBD)
  • Based on easy-to-handle STM32F302 using internal ADC/DAC
  • Tested with Wouxun UV-9D Mate and Baofeng UV-5R
  • Should theoretically work with APRSdroid on Android, however (yet) without PTT support

Future Work

  • Enclosure (DIY using 3D-Printed mold and Resin)
  • Finalizing Rev. B Schematic
  • Maybe integrate a TNC Modem with KISS interface? (I am not sure if that is worth the effort)

Top side of PCB

How To Build

  • You need to use Monacor PG-204P and PG-203P or compatible TRS connectors (2 solder lugs and a big tab for the sleeve connection)
  • Cut the 2.5mm and 3.5mm TRS sleeve tab where the hole is located
  • Put both TRS connectors into the solder guide (or a cheap HT that you don't mind potentially damaging). Make sure, that they are seated all the way in
  • Solder sleeve tab on the back side for both TRS connectors first
  • Turn around PCB and solder remaining solder lugs

How To Program

  • Short outermost pins on the programming header. This will set the device into bootloader mode in the next step.
  • Connect USB-C cable to the AIOC PCB
  • Use a tool like dfu-util to program the Release Binary like this (see more information at https://yeswolf.github.io/dfu/):
    dfu-util -a 0 -s 0x08000000 -D aioc-fw.bin
    
  • Unplug and replug the device, it should now enumerate as the AIOC device

How To use with Direwolf for APRS

  • Follow the regular setup guide with direwolf to determine the correct audio device to use
  • Configure the device as follows
    [...]
    ADEVICE  plughw:<x>,0
    ARATE 48000
    [...]
    PTT /dev/ttyACM0 RTS -DTR
    [...]
    

How To use with CHIRP for programming

  • Start CHIRP
  • Select Radio->Download from Radio
  • Select the new COM/ttyACM port and start