What to use to turn on remotely my K3 ?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

What to use to turn on remotely my K3 ?

k9uwa
What hardware and software are you using to turn on and off your K3 over internet from a remote location?

Thanks
John k9uwa
John Goller, K9UWA & Jean Goller, N9PXF
Antique Radio Restorations
[hidden email]
Visit our Web Site at:
http://www.JohnJeanAntiqueRadio.com
4836 Ranch Road
Leo, IN 46765
USA
1-260-637-6426

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Reply | Threaded
Open this post in threaded view
|

Re: What to use to turn on remotely my K3 ?

AD6XY
When I did it about a year ago I used HRD plus a toggle on the appropriate interface line on the DB15 plug to power on and off the K3. I used a relay controlled by USB.

There are plenty of interfaces available, all you need to do is write some simple code in C++. Many of the EBay interfaces come with limited software but they frequently use the HID interface so you can write your own control software. If you don't want to write code try and find one supported by amateur radio software, these tend to cost more. If you want to go that way look at the LP Remote.

The Modtronix Ethernet boards are very good for remote control as you have a web interface and can also monitor voltages etc. It means you do not need a PC left on and if your PC crashes you can reset it with a  relay across the reset switch.  WW2R has written code to control his, mine is still in the projects stack.

Velemann do a popular USB interface kit, the K8055 for about £25. This requires a PC to drive it but you get 4 relays and plenty of digital and analogue IO ports. Many people have written software for this unit, me included. The kit comes with a disk with sample code and a DLL to interface to.

Finally, there is always the PC printer port, if you have one. It is the simplest and lowest cost method and you can drive it directly from popular radio control software.

Mike


John K9UWA wrote
What hardware and software are you using to turn on and off your K3 over internet from a remote location?

Thanks
John k9uwa
John Goller, K9UWA & Jean Goller, N9PXF
Antique Radio Restorations
k9uwa@arrl.net
Visit our Web Site at:
http://www.JohnJeanAntiqueRadio.com
4836 Ranch Road
Leo, IN 46765
USA
1-260-637-6426

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Reply | Threaded
Open this post in threaded view
|

Re: What to use to turn on remotely my K3 ?

AD6XY
I produced a little utility to control the K8055 card if anyone is interested. The card comes with a simple control program anyway but I wanted to label the buttons and allow configurations to be memorised.

Mike