Code Monkey home page Code Monkey logo

ft897d's Introduction

FT897D CAT command in arduino

This Arduino library created will allow you to control various functions of your radio via an Arduino micro-controller through the use of “Computer Aided Transceiver” (CAT) functions. Although the CAT command byte definitions are aimed at a Yaesu FT-897D, many of the functions should work along the FT-8*7 platform with little or no need for modification.

Requirements: Arduino 1.8.x FT897D library CAT control interface from radio

GND -> Arduino GND
TX -> Arduino pin 2 (can be changed in library)
RX -> Arduino pin 3 (can be changed in library)

Command Set:

To use the library functions, call them using the identifier you have chosen (ie. “radio” as the above example suggests). A list of the functions is as follows:

lock on / off = radio.lock(true / false);
PTT on / off = radio.PTT(true / false);
Set frequency = radio.setFreq( desired frequency – no decimals );
Set operating mode = radio.setMode( mode name  – eg. usb );
Clarifier on / off = radio.clar( true / false );
Clarifier frequency = radio.clarFreq( desired frequency – again, no decimals );
VFO A / B swapping = radio.switchVFO();
Split operation on / off = radio.split( true / false );
Repeater offset direction (+, -, simplex) = radio.rptrOffset( +, -, or s );
Repeater offset frequency = radio.rptrOffsetFreq( offset frequench in kHz );
CTCSS / DCS on / off = radio.squelch( DCS or TEN );
CTCSS tone / DCS code = radio.squelchFreq( frequency, T or D );
Read TX status = radio.chkTX(); – returns true / false
Read RX frequency & mode = radio.getFreqMode();

Installation:

To install this library, simply extract the archived file inside the libraries directory found in the root Arduino IDE directory

To test your physical connection to the radio, and to ensure you are able to #include the library, would suggest you try the example sketch that is included in the library.

ft897d's People

Contributors

rg22em avatar ua6em avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.