paulmandal / radio-adapter

Adapter board to connect a Yaesu VX-8DR with a Garmin GPSmap64 and various .mil microphon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radio Adapter Board

Adapter board to connect a Yaesu VX-8DR with a Garmin GPSmap64 and various .mil microphones

alt text alt text

Requirements

  • Arduino
  • Eagle
  • You must copy ucontroller-code/platform.local.txt to your $ARDUINO_HOME/hardware/arduino/avr directory to enable printf formatting of floats

Table of Contents

Directory Contents
ucontroller-code Arduino sketch to translate Garmin GPS NMEA sentences into the fixed-length that the Yaesu VX-8DR expects
circuit-board Eagle circuit diagrams and PCB layouts for the adapter board
dev-tools Various Python scripts that were useful during development

Important Note

The ATmega328p chips I got needed to have their fuses set, there is a script set-fuses.sh that will do this for you. You may need to change the programmer from usbtiny to whatever you have on hand.

References

This project borrows heavily from these sources:

Reverse Engineering the Yaesu VX-8DR GPS Interface

Dynamic microphone to electret microphone input

About

Adapter board to connect a Yaesu VX-8DR with a Garmin GPSmap64 and various .mil microphon

License:MIT License


Languages

Language:C++ 59.8%Language:Python 35.0%Language:C 4.7%Language:Shell 0.5%