<p dir="ltr">I did a quick google search and it appears that radio uses a rotary encoder. Does not have microphone buttons and I'm sure doesn't support cat protocols.</p>
<p dir="ltr">You should be able to emulate the rotary encoder. Do a Google search of it. There are examples of doing it with an arduino which should be about the same. The hard part might be determining what channel you are on unless you're lucky and the channels don't roll over to the first when you reach the end of the list</p>
<p dir="ltr">Steve</p>
<div class="gmail_quote">On Feb 2, 2016 7:22 PM, "Steve" <<a href="mailto:kb9mwr@yahoo.com">kb9mwr@yahoo.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That depends on a number of things. Unless you are planning on just emulating pulses for the microphone up down buttons.<br>
<br>
If the radio supports some sort of remote tuning (CAT / CIV etc) then it can be addressed digitally though that port.<br>
<br>
There is an excellent open source (Ham Radio Control Libraries) called hamlib that supports a number of radios that have native remote tuning support.<br>
<br>
As for the remote knob, you'd likely want a digital(coded) rotary switch.<br>
<br>
Know that you know what the knob is called you can research how it translates its position to a digitally coded word that could easily be read in to GPIO/etc. On the other end you'd need to take that word and convert it back to a properly formatted CIV/CAT command, or series of microphone up down puleses. etc.<br>
<br>
Another possibility that is not as well documented for radio that don't support native CIV/CAT tuning is to look into how the Swedish Remote Rig intercepts and emulates TTL signaling on radios that have remote mounting. I have always admired the somewhat pricey thing and have been meaning to try and serial sniff my own radio to possibly create my own.<br>
<br>
The ARRL has an okay book sort of on this topic called "Remote Operating for Amateur Radio" While its not real technical, you'd lkely pick up a few things from it. I<br>
<br>
Hopefully this gives you a good starting place for things to further read up on. Good luck. I do believe this is an area of the hobby that needs more attention (with restrictive antenna ordinances for many), so please consider sharing anything you discover.<br>
<br>
73<br>
Steve, KB9MWR<br>
<br>
> Is there any way to use GPIO to tell a radio with a turning knob which<br>
> channel to switch to?<br>
><br>
> Want to use a Kenwood TK-805D for a remote base (this is a 16 channel<br>
> radio), but the problem is that I don't have a way to simulate a knob spin.<br>
> Does anybody know how these knobs work, and without a mechanical servo how<br>
> to tell the radio to switch channels?<br>
><br>
> 73<br>
> Skyler KD0WHB<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.<br>
</blockquote></div>