Remote Control Step by Step OH7KD 2/2017

Size: px
Start display at page:

Download "Remote Control Step by Step OH7KD 2/2017"

Transcription

1 Remote Control Step by Step OH7KD 2/2017

2 KISS Logging SW and Remote Desktop only - If you can use your station from PC, you can use it remotely - TeamViewer, Chrome Remote Desktop, VNC e.g. TeamViewer does not require port forwarding - Audio through Skype or RemAud ( - Using local applications with Remote Desktop may be difficult - Possible problems with key combinations (e.g. CTRL + something)

3 TRX-Manager Server+Client only - Only needs TRX-Manager configuration and router port forwarding, Skype or RemAud for audio - No integration with other log/contest software (TRX-Manager has logging, though)

4 TRX-Manager Server+Client and N1MM - N1MM syncs with TRX-M Client, Skype or RemAud for audio - You can use two or more PC's at remote location, e.g. N1MM/TRX-M & TeamViewer PC2/Tablet: Remote Destktop (TeamViewer) PC1: N1MM & TRX-Mgr Client

5 Rotator Control RasPi + GY26 Hardware components at OH7KD Ant Switching Ameritron RCS-4 + USB Relay Board K1EL Winkeyer Rotator Control RasPi + GY26 USB USB LAN PC (Windows 10) TRX-Manger TeamViewer Skype Rig on/off ACOM on/off Serial to IP LAN Ethernet Router Port Forwarding USB USB (CAT) Audio I/Q Audio USB to Serial (8-ch) Internet ON/OFF CAT & ON/OFF CAT Spkr/Mic I/Q Mic Elecraft KX3 ACOM 600S

6 N1MM Setup Communication Rig Cntrl in N1MM TRX- Manager Client TRX- Manager Server Rig Control Antenna Select SDR-RX Control VSP = Virtual Serial Port Winkeyer in N1MM VSP com2tcp Intern et com2tcp VSP Amplifier Control Winkeyer Rotator Ctrl in N1MM VSP com2tcp Raspberry Pi Skype Audio Skype Audio TeamViewer (SDR, Remote Desktop) TeamViewer (SDR, Remote Desktiop)

7 Virtual Serial Ports VSP-Manager VSP Manager free for hams: - Very easy to use - Reliable - Rig Control (N1MM <-> TRX-Manager) - Winkeyer (N1MM <-> Winkeyer) - Tower (N1MM <-> Raspberry Pi)

8 Serial Port (Virtual or Physical) to TCP com2tcp Several options, I chose com2tcp (command line) because it is easy to add to the N1MM startup script. com2tcp is part of com0com project: - Example: call "cmd /c start C:\Users\marko.markkanen\com2tcp.exe -- baud telnet --ignore-dsr \\.\COM Requires also com to com application. I use VSP Manager. Example: N1MM COM9 - Rotator Virtual COM-port VSP Manager COM9 <-> COM8 - com2tcp is unsigned application, so you may have to disable Driver Signature Enforcement (small security risk): - Press Start->Search->cmd then right-click on it and click Run as administrator. In the CMD window type bcdedit /set testsigning off and press enter. Restart PC. - After this you will see Test Mode watermark on desktop. Instructions to remove watermark and more information about Test Mode, including risks: TCP to Serial com2tcp.exe COM8 <-> RasPi:9980 Internet/LAN Raspberry Pi Rotator Control Port 9980

9 Rotator Control Hardware at OH7KD Serial & Power Tower Unit Outside of the House Inside 5V Relay Board Compass Module GY-26 LAN & Power PoE PoE WiFi Dongle Power Supply WiFi Router CW & CCW Relays 230VAC only when necessary Wireless Wall Socket Switch Telldus Net

10 Rotator Control Compass Module Tower Unit 5V Relay Board CW / CCW 230VAC Relays Serial & Power Control & Power LAN & Power Raspberry Pi - Python software by OH7KD - Connects to Compass by serial port - Control through web page or socket connection (telnet) - Emulates AlfaSpid, logging software can connect using virtual serial port Telnet port 9980 additional clients, e.g. N1MM Telnet oh7kd.dyn.org:9980 TCP to Serial com2tcp.exe (COM8) Virtual COM-port VSP Manager (COM8 Remote PC N1MM Remote User (COM9) Web Page port 80 Telnet :9980 TCP to Serial com2tcp.exe (COM31) Virtual COM-port VSP Manager (COM31 -> TRX-Manager Ham Shack (COM21) Ham Shack PC r port forwarding: > RasPi:9980 (Telnet/Virtual Serial Ports) and > RasPi:80 (Web Pages)

11 Antenna Switching Handled by TRX-Manager in Ham Shack Auto / Man switch on front panel Coax to Remote Relay Unit Ameritron RCS-4 Control Unit MAN AUTO RF AC +12 V -12 V GND VB.Net app to setup correct mode after power on Module Module1 Sub Main() Dim strarg() As String strarg = Command().Split(" ") Dim port As String = strarg(0) Using com1 As IO.Ports.SerialPort = My.Computer.Ports.OpenSerialPort(port) System.Threading.Thread.Sleep(500) com1.write("p") System.Threading.Thread.Sleep(500) com1.write("q") End Using End Sub End Module useage AntSelectInit.exe COM23 IC Station USB Relay Module - No programming - Control by virtual serial port (binary) - After power up requires 2 commands to setup correct mode USB Relay Unit USB

12 Winkeyer over Internet - I did not get CW working over N1MM + TRX-Manager Server/Client. - Using Winkeyer over Internet instead. Winkeyer USB Ham Shack PC COM13 LAN port 5999 TCP to Serial com2tcp.exe (Server mode) COM13 -> TCP/IP Port 5999 call "cmd /c start C:\Users\kd\com2tcp --baud telnet --ignore-dsr \\.\COM " TCP to Serial com2tcp.exe (COM13) Virtual COM-port VSP Manager (COM13 -> COM12) Remote User call "cmd /c start C:\Users\kd\com2tcp.exe --baud telnet --ignore-dsr \\.\COM13 oh7kd.dyndns.org 5999" N1MM (COM12 Winkeyer) Router port forwarding: > PC:5999

13 TRX-Manager Client Settings (Remote User) TRX-Manager: TRX 1 = Remote - Connects to TRX-Manager Server TRX-Manager: Synchro A = Kenwood / COM2 VSP Manager: COM2 <-> COM1 N1MM: COM1 = Kenwood Radio

14 TRX-Manager Server Settings (Ham Shack) TRX-Manager: TRX 1 = Elecraft KX3 / COM3: TRX-Manager: Rotator 1 = AlfaSpid (COM21): TRX-Manager: Synchro A = ACOM600S / COM4: + VSP-Mgr (Com21->Com31) & com2tcp (Com31->RasPi) TRX-Manager: Enable Remote TRX Server (+routing): TRX-Manager: BandDCD = COM14:

15 Startup scripts N1MM_Client_Side.bat REM Tower Control call "cmd /c start C:\Users\marko.markkanen\com2tcp.exe --baud telnet --ignore-dsr \\.\COM8 oh7kd.dyndsn.org 9980" REM K1EL Wineyer call "cmd /c start C:\Users\marko.markkanen\com2tcp.exe --baud telnet --ignore-dsr \\.\COM13 oh7kd.dyndns.org 5999" "C:\Program Files (x86)\n1mm Logger+\N1MMLogger.net.exe" TRX-Manager_Server.bat REM Start com2tcp server for Winkeyer call "cmd /c start C:\Users\kd\com2tcp --baud telnet --ignore-dsr \\.\COM " REM Tower control from TRX-Manager (Tower can be controlled also from TRX-Manager) call "cmd /c start C:\Users\kd\com2tcp --baud telnet --ignore-dsr \\.\COM " "C:\Program Files (x86)\trx-manager\trx-manager.exe"

16 TRX-Manager Web Client - Control your station from Web Browser over Internet - Password protected - Useable from smartphone - Use Skype for audio - 3 CW memories - 3 Macro buttons - Click DX-spot or tune manually - Rotator control - Log Spot button -> add QSO to TRX- Manger logbook - Good enough for working CW DX pileup (Call + 599)

17 TRX-Manager - Only available at Server, use TeamViewer

18 The End For questions, comments or Tower Control SW/HW requests

INSTALLING LP-PAN2 WITH LP-BRIDGE2 AND THE FTDX3000

INSTALLING LP-PAN2 WITH LP-BRIDGE2 AND THE FTDX3000 STEP 1. ACQUIRE THE SOFTWARE INSTALLING LP-PAN2 WITH LP-BRIDGE2 AND THE FTDX3000 A. Download LP-BRIDGE2 com port manager program here: http://www.telepostinc.com/lpb.html DESCRIPTION: LPB2 serves to link

More information

Interfacing diagram with SUN DR2 CW Skimmer and a Logger Program

Interfacing diagram with SUN DR2 CW Skimmer and a Logger Program Interfacing diagram with SUN DR2 CW Skimmer and a Logger Program SunSDR2 LAN Connection CW Skimmer Software V1.8 (VE3NA) Skimmer1 VAC Skimmer 1 VAC 5 Signal I/Q device Telnet Client 1 Port 7301 Telnet

More information

STT41AS1 v7.0 FUNCTIONAL DESCRIPTION

STT41AS1 v7.0 FUNCTIONAL DESCRIPTION All things connected Snaptekk www.snaptekk.com The WiFi Wireless Ham Radio Coax Antenna Switch allows a single transceiver to switch between 4 antennas or 4 transceivers to switch to a single antenna.

More information

Moving Away from RS232 for Digital Interfaces. Clint Hurd KK7UQ

Moving Away from RS232 for Digital Interfaces. Clint Hurd KK7UQ Moving Away from RS232 for Digital Interfaces Clint Hurd KK7UQ Where We Started 1990 s Explosive growth of digital modes with introduction of BPSK31 Use PC Sound Card & Serial Port (or VOX) for PTT Free

More information

WiFi to RS-422/485 adapter user manual

WiFi to RS-422/485 adapter user manual WiFi to RS-422/485 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-422/485 adapter x 1 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm)

More information

HOME AUTOMATION. MY-HAND, the whole house under your control with one single instrument.

HOME AUTOMATION. MY-HAND, the whole house under your control with one single instrument. TELECO AUTOMATION SRL - Via dell Artigianato, 16-31014 Colle Umberto (TV) ITALY TELEPHONE: ++39.0438.388511 FAX: ++39.0438.388536 - www.telecoautomation.com This document is the property of Teleco Automation

More information

N4PY Client-Server Remote Operation. Introduction

N4PY Client-Server Remote Operation. Introduction Introduction N4PY Client-Server Remote Operation There are two ways to do remote operation of a radio using N4PY software. The way that has been done previously is to use any remote desktop program such

More information

1 Installation of the WTI software and drivers

1 Installation of the WTI software and drivers RigExpert WTI-1 Quick Start Guide 1 Installation of the WTI software and drivers Start WTI Setup from the installation CD and follow the on-screen instructions. You may also download the latest version

More information

Station Automation --W3SZ

Station Automation --W3SZ Station Automation --W3SZ Arduino Ethernet Device Control Example Use Arduino to create web page, provide on/off control for 12 devices via the Ethernet Could use instead for band switching transverters

More information

Remote HF Radio Operation. Jimmy Vance W5ZTX

Remote HF Radio Operation. Jimmy Vance W5ZTX Remote HF Radio Operation Jimmy Vance W5ZTX Discussion Objectives What is remote HF operation? Why would anyone want to do this? How do I access or setup a remote station? Q &A What is remote operation?

More information

NO5W What You Need CQ/X Client

NO5W What You Need CQ/X Client This brief document describes what you will need in order to operate as a mobile in a QSO party using the CQ/X client. Of course this depends somewhat on the type of operation you would like to do. In

More information

ELAD Application Notes AN- 002 rev 1.0 Setting FDM- SW2 with external programs: CW Skimmer, FLDIGI

ELAD Application Notes AN- 002 rev 1.0 Setting FDM- SW2 with external programs: CW Skimmer, FLDIGI ELAD Application Notes AN- 002 rev 1.0 Setting FDM- SW2 with external programs: CW Skimmer, FLDIGI Table of contents: Introduction... 2 1 FDM- SW2 with CW Skimmer... 2 1.1 Requirements... 2 1.2 Software

More information

TVLink RS868 ETHERNET INTERFACE

TVLink RS868 ETHERNET INTERFACE TELECO AUTOMATION SRL - Via dell Artigianato, 16-31014 Colle Umberto (TV) ITALY TELEPHONE: ++39.0438.388511 FAX: ++39.0438.388536 - www.telecoautomation.com This document is the property of Teleco Automation

More information

How to setup the WA232E Serial WiFi adapter

How to setup the WA232E Serial WiFi adapter How to setup the Serial WiFi adapter (based on Windows 10, 32/64-bit) This step-by-step guide explains how to get started using the Serial RS232 WiFi Adapter part. This product has many more advanced features

More information

Rotator Genius Manual

Rotator Genius Manual Rotator Genius Manual During the time of writing the firmware and app versions are 1.4.3 Table of Contents 1. Introduction and Overview...2 2. Powering Up!...2 2.1 Buttons and Controls...3 2.2 Network

More information

APPLICATION NOTE. Delta Series, DPA Series. Choosing the Best Remote Control Method for your Application

APPLICATION NOTE. Delta Series, DPA Series. Choosing the Best Remote Control Method for your Application APPLICATION NOTE Delta Series, DPA Series Choosing the Best Remote Control Method for your Application Choosing the Best Remote Control Method for your Application Page 2 Introduction AudioCore is XTA

More information

PowerSDR with Pi SDR for G59/G11 Software Setup

PowerSDR with Pi SDR for G59/G11 Software Setup PowerSDR with Pi SDR for G59/G11 Software Setup Software installation is performed with a provided unified installer containing both the PowerSDR v2.5.3 and Pi SDR Extensions v4.6.8. The PowerSDR for Pi

More information

APPLICATION NOTE. Delta Series, DPA Series. Setting Up for Remote Control

APPLICATION NOTE. Delta Series, DPA Series. Setting Up for Remote Control APPLICATION NOTE Setting Up for Remote Control Setting Up for Remote Control Page 2 Introduction AudioCore is XTA s mature remote control software application, that runs under Windows operating system

More information

EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit

EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit Thank you for purchasing this RS232 to WiFi Wireless Adapter (hereinafter referred to as WiFi-Adapter ), it is designed to communicate with RS232

More information

CNFE2MC2C/M. 10/100Mbps Ethernet Electrical to Optical Media Converter with Contact Closure Relay INSTALLATION AND OPERATION MANUAL

CNFE2MC2C/M. 10/100Mbps Ethernet Electrical to Optical Media Converter with Contact Closure Relay INSTALLATION AND OPERATION MANUAL 10/100Mbps Ethernet Electrical to Optical Media Converter with Contact Closure Relay v1.0 Jan 2012 The ComNet Ethernet 10/100Mbps Ethernet media converter is designed to transmit and receive 10/100 Mbps

More information

PowerSDR with Pi SDR for Flex SDR1000 Setup

PowerSDR with Pi SDR for Flex SDR1000 Setup PowerSDR with Pi SDR for Flex SDR1000 Setup Overall schematic connections for Pi SDR IQ/IQ Plus for Flex SDR1000 As the connection schematic indicates, we have to connect the Win/10 PC that executes PowerSDR

More information

Win4K3 Suite Documentation V1.850 November 2017

Win4K3 Suite Documentation V1.850 November 2017 Win4K3 Suite Documentation V1.850 November 2017 Thank you for buying Win4K3 Suite. The Suite supports the Elecraft K3 and KX3 transceivers, the KPA500 Amplifier, the KXPA100, the KAT500 Antenna tuner,

More information

F Series Indoor Fixed IP Camera. Quick Start Guide

F Series Indoor Fixed IP Camera. Quick Start Guide F Series Indoor Fixed IP Camera Quick Start Guide Welcome Thank you for purchasing our IP camera! Before install and use the IP camera, please read the following section carefully. Please keep this start

More information

Home Airwaves Radio. User s Guide. January 2017

Home Airwaves Radio. User s Guide. January 2017 Home Airwaves Radio User s Guide January 2017 The Home Airwaves Radio User s Guide covers hardware set-up, logging in, adding/deleting radio stations, listening capabilities, and unit configuration. This

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual User Manual V1.2 Date: 2015.01.28 WiFi to RS-232 adapter user manual Package Contents: WiFi RS-232 adapter x 1 WiFi to RS-232 adapter 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 Power cable

More information

Win4K3Suite Documentation V1.35 November 2013

Win4K3Suite Documentation V1.35 November 2013 Win4K3Suite Documentation V1.35 November 2013 Thank you for buying Win4K3Suite. The Suite supports the Elecraft K3 and KX3 transceivers, the KPA500 Amplifier, the KAT500 Antenna tuner, the P3 Panadapter

More information

Sierra Radio Systems. WiFly Configuration. Quick Reference. Version 1.0

Sierra Radio Systems. WiFly Configuration. Quick Reference. Version 1.0 Sierra Radio Systems WiFly Configuration Quick Reference Version 1.0 Hardware Connections SERIAL PORT CONNECTIONS FOR WIFLY DEVICE PROGRAMMING The serial port on the WiFly device provides a 3.3v logic

More information

RcForb Version 9 Client (Preliminary July 31, 2016) File Menu. Login Dialog (self explanatory)

RcForb Version 9 Client (Preliminary July 31, 2016) File Menu. Login Dialog (self explanatory) RcForb Version 9 Client (Preliminary July 31, 2016) File Menu New Connection: Connect to the remote selected in the lobby list. For a permanent listing (listed in Lobby) use Add Remote (upper right hand

More information

Using N1MM Logger With SmartSDR/SmartCAT, FlexControl, and K1EL WinKeyer Jim Reese WD5IYT October 11, 2013

Using N1MM Logger With SmartSDR/SmartCAT, FlexControl, and K1EL WinKeyer Jim Reese WD5IYT October 11, 2013 Using N1MM Logger With SmartSDR/SmartCAT, FlexControl, and K1EL WinKeyer Jim Reese WD5IYT October 11, 2013 This document will explain the configuration process for interfacing the FLEX- 6000 series radios

More information

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Nick Antipa, Li-Hao Yeh, based on labs by Jon Tamir and Frank Ong January 24, 2018 This lab will walk you through setting up your Raspberry Pi

More information

150Mbps WI-FI BROADBAND 3G HOME ROUTER WITH USB PORT

150Mbps WI-FI BROADBAND 3G HOME ROUTER WITH USB PORT RANGER SERIES 150Mbps WI-FI BROADBAND 3G HOME ROUTER WITH USB PORT DG-HR1420 1 V1.0 2014-09-24 2 The following items should be present in your package: DG-HR1420 Wireless Broadband Home Router Power adapter

More information

Five Raspberry Pi Uses For Amateur Radio. Marty Schulman, NV3H at arrl.net

Five Raspberry Pi Uses For Amateur Radio. Marty Schulman, NV3H at arrl.net Five Raspberry Pi Uses For Amateur Radio Marty Schulman, NV3H at arrl.net Before We Begin Raise your hand if you ve heard of Raspberry Pi The computer - not the dessert Raise your hand if you own a Raspberry

More information

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix)

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix) USER S MANUAL PH232Ex1 Doc No: PH232Ex1-UM-001 #1 RS-232 Serial Port to Ethernet, Terminal Server/Client IPEX (IP Electronix) Contents 1. INTRODUCTION... 3 2. SPECIFICATIONS... 3 3. PACKAGE CHECKLIST...

More information

SiteSync IQ System Controller Remote Connect Web Interface

SiteSync IQ System Controller Remote Connect Web Interface SiteSync IQ System Controller Remote Connect Web Interface GENERAL FEATURES Set Time Zone and DST configuration Change system passwords Update Firmware Assign custom durations Manage programming of up

More information

R36A Installation Guide

R36A Installation Guide Package Content Thank you for choosing our multifunctional wireless router R36A. Before installing, please check the following items in the product packaging. 1x R36A multifunctional wireless router 1x

More information

N1MM Logger Use for CMARA Field Day By Terry G. Glagowski / W1TR updated 6/9/2010 9:48 PM

N1MM Logger Use for CMARA Field Day By Terry G. Glagowski / W1TR updated 6/9/2010 9:48 PM N1MM Logger Use for CMARA Field Day By Terry G. Glagowski / W1TR updated 6/9/2010 9:48 PM N1MM Overview Software Installation Hardware / Software Setup Database Setup Contest Log Setup Band Setup QSO logging

More information

Wireless 300N 3G quick install

Wireless 300N 3G quick install Wireless 300N 3G Router quick install guide Model 524681 INT-524681-QIG-0809-01 introduction Thank you for purchasing the INTELLINET NETWORK SOLUTIONS Wireless 300N 3G Router, Model 524681. This quick

More information

Broadband Hamnet What is it?

Broadband Hamnet What is it? Broadband-Hamnet formerly HSMM-Mesh Broadband Hamnet What is it? Broadband-Hamnet is a high speed, self discovering, fault tolerant, self configuring ham network/wireless computer network that can run

More information

Quick Installation Guide

Quick Installation Guide 1. Product and Parts Outdoor Wireless Access Point Series 500AG/600AG/3300AG Quick Installation Guide 1 2 3 4 5 6 7 8 9 10 1. 500AG/600AG/3300AG 802.11a/b/g Outdoor Wireless Access Point unit 2. PoE Power

More information

nettalk DUO WiFi Configuration (using an Android smartphone)

nettalk DUO WiFi Configuration (using an Android smartphone) nettalk DUO WiFi Configuration (using an Android smartphone) Step 1. Activate your Device a. Locate your username and password inside of the box. b. Go to www.nettalk.com/activate and follow the activation

More information

Remote Radio Control Server By. Julie VK3FOWL and Joe VK3YSP

Remote Radio Control Server By. Julie VK3FOWL and Joe VK3YSP 2017 Remote Radio Control Server By Julie VK3FOWL and Joe VK3YSP Radio Remote Control Server Hardware Raspberry RPi2 or later 8GB SD card Modified USB Sound Card USB WiFi Adapter (not required for RPi3)

More information

DGH A3000 Configuration Guide For use with DGH Modules

DGH A3000 Configuration Guide For use with DGH Modules DGH A3000 Configuration Guide For use with DGH Modules Revision Date: 12/07/05 Version: 1.00 Contact Information: http://www.dghcorp.com Ph: (603) 622-0452 Fax: (603) 622-0487 Mailing Address: DGH Corporation

More information

Canlan INSTALLATION MANUAL

Canlan INSTALLATION MANUAL Canlan INSTALLATION MANUAL August 2014 Table of Contents Introduction... 4 Overview... 5 RJ45 Connector and Status LEDs... 5 Power Input... 6 RS232 / RS485 Connectors... 7 Installing the Canlan Software...

More information

(1) Device Management tool: enables you to remotely manage AX220xx RS232-to-WiFi devices.

(1) Device Management tool: enables you to remotely manage AX220xx RS232-to-WiFi devices. 1 / 11 Quick Start This chapter provides a high level overview of AXR2W installation and configuration. For detailed introduction about this utility you can refer to AX220xx RS232-to-WiFi Reference Design

More information

For ICOM radio s Download the latest driver from ICOM Japan website they will always have the latest version

For ICOM radio s Download the latest driver from ICOM Japan website they will always have the latest version Driver information Firstly the radio control and audio may not function correctly if the rig was connected to the computer via the USB lead before the drivers were installed, so if you did this. Then go

More information

Touch Panel Controller for CONVERGE Pro 2. Quick-Start Guide

Touch Panel Controller for CONVERGE Pro 2. Quick-Start Guide Touch Panel Controller for CONVERGE Pro 2 Quick-Start Guide INTRODUCTION... 3 COMPONENTS INCLUDED... 4 PROVIDING POWER... 5 PROVIDING COMMUNICATIONS... 5 POWER AND COMMUNICATION ACCESSORIES... 10 UPGRADE

More information

Overview. Introduction. Features

Overview. Introduction. Features P4S-348-R2 User Manual > Overview Overview Introduction The P4S-348-R2 (PHPoC Shield 2 for Arduino) is a shield that connects Arduino to a wired or wireless network. After attaching this shield on top

More information

ICG MyRide VX Group & ICG Connect Technical Installation FAQs. ICG MyRide VX Group & ICG Connect Technical Installation FAQs v02 ( )

ICG MyRide VX Group & ICG Connect Technical Installation FAQs. ICG MyRide VX Group & ICG Connect Technical Installation FAQs v02 ( ) ICG MyRide VX Group & ICG Connect Technical Installation FAQs ICG My Ride VX Group room setup ICG My Ride VX Group + ICG Connect room setup Internet (Optional) Internet (Optional) HDMI or DVI Cable (Max

More information

WiFi 16 Relay Board TCP ModBus Controlled - User Manual 21 Aug WiFi 16 Relay Board TCP ModBus Controlled

WiFi 16 Relay Board TCP ModBus Controlled - User Manual 21 Aug WiFi 16 Relay Board TCP ModBus Controlled WiFi 16 Relay Board TCP ModBus Controlled User Manual Date: -1- Content 1. Specification... 4 2. Applications examples... 5 2.1. Control electrical devices wirelessly... 5 2.2. Control electrical devices

More information

Radiolabs Bridge in a Box Setup

Radiolabs Bridge in a Box Setup Radiolabs Bridge in a Box Setup This manual will guide you through creating a point-to-point bridge using your Radiolabs equipment. Step 1: Preparing for setup. To set the bridge up, start by unboxing

More information

ICP DAS IOP760AM FAQ. FAQ Version ICP DAS Co., Ltd

ICP DAS IOP760AM FAQ. FAQ Version ICP DAS Co., Ltd ICP DAS IOP760AM FAQ FAQ Version.0 ICP DAS Co., Ltd. 08-- Table of Contents Q: How do I connect IOP760AM without Wi-Fi router?... Q: The roaming interval is not stable. How to make it better?... Q: How

More information

Overview of the Raspberry Pi Models 3B & 2B

Overview of the Raspberry Pi Models 3B & 2B Overview of the Raspberry Pi Models 3B & 2B (Let's look at the hardware!) Rick Commo, K7LOG Max Vaughan, KF7MAX What's really different between the original 2B and the 3B? Parameter Architecture CPU

More information

1 port RS-232 Device Server

1 port RS-232 Device Server 1 port RS-232 Device Server Ethernet RJ45 1 Port Transmit and receive and Ethernet Link and 100/10M LED drive. 10/100 Mbps, auto MDI/MDIX Gateway IP address Serial Interface 1 Port 15 KV ESD protection

More information

eztcp Utility ezvsp User Manual Version 2.1 Sollae Systems Co., Ltd.

eztcp Utility ezvsp User Manual Version 2.1 Sollae Systems Co., Ltd. eztcp Utility ezvsp User Manual Version 2.1 Sollae Systems Co., Ltd. http://www.eztcp.com Contents Contents...- 1-1 Overview...- 2-1.1 What is ezvsp?...- 2-1.2 Key features...- 2-1.2.1 Operating system

More information

Remote Station SM7LCB. VHF-meeting 2008 Ulf / SM0LCB

Remote Station SM7LCB. VHF-meeting 2008 Ulf / SM0LCB Remote Station SM7LCB Remote site (station) -Radio (I IC-706). - (old Dell). -WLAN to Internet. -Coax to antenna house. Remote Site (antenna) QRV on -1.3 GHz -2.3 GHz -3.4 GHz (soon) -10 GHz -24 GHz (OH2AXH)

More information

Wi-Fi 16 Relay Module User Manual 21 Aug Wi-Fi 16 Relay Module

Wi-Fi 16 Relay Module User Manual 21 Aug Wi-Fi 16 Relay Module Wi-Fi 16 Relay Module User Manual Date: -1- Content 1. Specification... 4 2. Applications examples... 5 3. Technical parameters... 7 4. Connectors, ports and led indicators... 8 5. Installation... 9 6.

More information

PORTABLE /MESSAGING WITH WINLINK

PORTABLE  /MESSAGING WITH WINLINK PORTABLE EMAIL/MESSAGING WITH WINLINK WITH YOUR HT BELIEVE IT OR NOT SEAPAC 2018 SCOTT GREEN K7JSG EMAIL: K7JSG@OUTLOOK.COM ABOUT ME SCOTT GREEN - K7JSG Licensed in 2013 Enjoy everything about the hobby

More information

Data Communication Products section 6

Data Communication Products section 6 Data Communication Products section 6 July 2014 Section 6 1 Data Communication Products section 6 Features High-Speed HF Modem Fax, Image and E-mail System Embedded & Standalone Systems Automatic Message

More information

EC-11 Ethernet Converter

EC-11 Ethernet Converter EC-11 Ethernet Converter PSTN Contact ID to TCP Converter Installation and Operations Manual Version 8.H3.MID 1 Table of Contents About EC-11 Ethernet Converter... 3 Circuit Board Layout and Wiring Diagram...

More information

2 Mega-Pixel Fish-eye Panorama IP Camera ICA-HM830. Quick Installation Guide

2 Mega-Pixel Fish-eye Panorama IP Camera ICA-HM830. Quick Installation Guide 2 Mega-Pixel Fish-eye Panorama IP Camera ICA-HM830 Quick Installation Guide Table of Contents Chapter 1. Introduction... 3 1.1 Before Installation... 4 1.2 System Requirements... 4 Chapter 2. Physical

More information

Running your own Ratflector

Running your own Ratflector Running your own Ratflector Introduction The repeater application that comes with D-RATS is poorly named and is the source of constant confusion for users. Some call it the repeater, some call it the ratflector,

More information

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1 INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA FOREWORD Thank you for purchasing the RS-BA. The RS-BA is designed to remotely control an Icom radio through a network. This instruction manual contains

More information

Overview. Features. Whole Home AC3000 Tri-band WiFi System

Overview. Features. Whole Home AC3000 Tri-band WiFi System Overview This Orbi WiFi System comes with an Orbi WiFi Router and two Orbi Wall Plug Satellites that deliver unparalleled WiFi coverage. It covers homes up to 5,500 square feet with strong WiFi signals.

More information

How to setup CV-7428nS Wi-Fi Ethernet Bridge on a Windows PC

How to setup CV-7428nS Wi-Fi Ethernet Bridge on a Windows PC How to setup CV-7428nS Wi-Fi Ethernet Bridge on a Windows PC CV-7428nS is a WiFi bridge which catches your home network s WiFi signal and converts it to Ethernet ports. Plug your Ethernet devices like

More information

Overview. Introduction. Key Features

Overview. Introduction. Key Features PHPoC WiFi Shield For Arduino > Overview Overview Introduction PHPoC WiFi Shield for Arduino connects Arduino to Wi-Fi networks. Attach this board over Arduino, and connect a WIFI dongle. After a simple

More information

USER S MANUAL. PH485Ex1. #1 RS-485 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH485Ex1-UM-001 IPEX. (IP Electronix)

USER S MANUAL. PH485Ex1. #1 RS-485 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH485Ex1-UM-001 IPEX. (IP Electronix) USER S MANUAL PH485Ex1 Doc No: PH485Ex1-UM-001 #1 RS-485 Serial Port to Ethernet, Terminal Server/Client IPEX (IP Electronix) Contents 1. INTRODUCTION... 3 2. SPECIFICATIONS... 3 3. PACKAGE CHECKLIST...

More information

Visual set-up guide. V17 Ed Durrant DD5LP 11th. Aug 2017

Visual set-up guide. V17 Ed Durrant DD5LP 11th. Aug 2017 Visual set-up guide V17 Ed Durrant DD5LP 11th. Aug 2017 This short visual guide is for those wishing to set-up remote control of their IC-7300 using ICOM's RS-BA1 software. RS-BA1 will work either via

More information

NANO-SPOT Personal Digital Hotspot

NANO-SPOT Personal Digital Hotspot NANO-SPOT Personal Digital Hotspot User's Manual REVISION 1.01 Micro-Node International, Inc. - Henderson, Nevada Table of Contents 1.0 NANO-SPOT DESCRIPTION... 3 2.0 INCLUDED ACCESSORIES... 3 3.0 GETTING

More information

TitanSDR Receiver. Installation Manual v.2.0e

TitanSDR Receiver. Installation Manual v.2.0e TitanSDR Receiver Installation Manual v.2.0e Enablia S.r.l. (Italy) 2014 Before using the receiver, read carefully this Manual. Correct Disposal of This Product (Waste Electrical & Electronic Equipment)

More information

Win4Yaesu Suite Documentation V1.036 (November 12, 2017)

Win4Yaesu Suite Documentation V1.036 (November 12, 2017) Win4Yaesu Suite Documentation V1.036 (November 12, 2017) Thank you for buying Win4Yaesu Suite. The Suite supports the Yaesu FT-991 / A, FTDX-1200, FTDX-3000, FTDX-5000 and FTDX-9000 and external logging

More information

KODO Controller. Remote Access. Hutech Corporation Atlantic Ocean Dr., Unit B-17. Lake Forest, CA

KODO Controller. Remote Access. Hutech Corporation Atlantic Ocean Dr., Unit B-17. Lake Forest, CA KODO Controller Remote Access Hutech Corporation 25691 Atlantic Ocean Dr., Unit B-17 Lake Forest, CA 92630 https://hutech.com 20180709 Introduction The Kodo Controller provides basic input and output via

More information

IPLoA-MESH-AC--W User Guide

IPLoA-MESH-AC--W User Guide IPLoA-MESH-AC--W User Guide Table of Contents 3 Introduction 3 Hardware specification 4 Software feature 5 Interface 6 Mounting 7 Installation of the HomeMesh Network 8 Mesh installation via PDS cable,

More information

Advanced Graphical Interface, AGI 100

Advanced Graphical Interface, AGI 100 APPLICATION NOTES Advanced Graphical Interface, AGI 100 The AGI communication ports Modbus details Specific DEIF driver Example of project creation Document no.: 4189340746A DEIF Screen Designer 1.293

More information

Omni-Bus Interface Translator

Omni-Bus Interface Translator Omni-Bus Interface Translator Reference Manual V2.14 Document Number: 117R00-1, Copyright Table of Content 1. OVERVIEW 3 2. CONFIGURATION 4 2.1. OMNI-BUS ADDRESS CONFIGURATION 5 2.2. CBIT PRODUCT FILE

More information

Brookhouse emux, the NMEA 0183 Ethernet TCP/IP server Installation instructions

Brookhouse emux, the NMEA 0183 Ethernet TCP/IP server Installation instructions Brookhouse emux, the NMEA 0183 Ethernet TCP/IP server Installation instructions General The Brookhouse emux standard model combines the NMEA 0183 data from 3 NMEA talkers transmitting at 4800 baud and

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide WAP-PC1750W AC1750 Wall Mount Access Point Version A2.1c, June 22, 2017 I Product Information I-1. Package Contents 1 2 3 4 5 6 7 1. WAP-PC1750W Access Point 2. Antennas x 3 3.

More information

AllBe1 Anywhere dongle user guide

AllBe1 Anywhere dongle user guide AllBe1 Anywhere dongle user guide Table of Contents 1. Introduction... 1 2. System requirements... 2 3. PC application installation... 2 4. Using the PC App'... 4 5. Trouble shooting.... 9 1. Introduction

More information

Overview. Introduction. Key Features

Overview. Introduction. Key Features P4S-348 User Manual > Overview Overview Introduction PHPoC Shield for Arduino connects Arduino to Ethernet or Wi-Fi networks. Attach this board over Arduino and connect a LAN cable. After a simple network

More information

NetCom Plus 411 (NetCom 411, NetCom 411 PRO)

NetCom Plus 411 (NetCom 411, NetCom 411 PRO) VS Vision Systems GmbH / Part Number 6670 Main Features Ethernet to serial 4 port RS232 Virtual Com Port driver for Windows Secure Server with latest SSL/AES-256 encryption Operation in Driver Mode, TCP/IP

More information

CommCat Mobile Help Howard Nurse, W6HN

CommCat Mobile Help Howard Nurse, W6HN CommCat Mobile Help Contents 3 Table of Contents Foreword 0 Part I Introduction 5 1 Quick Start... 6 2 Requirements... 8 3 What's New... 8 4 MyQSX Account... 11 5 QSXer... 13 6 More Help... 14 Part II

More information

A Java multiplatform application to make your transceiver available for CAT and audio transfer securely over the LAN or WAN

A Java multiplatform application to make your transceiver available for CAT and audio transfer securely over the LAN or WAN jarec (j)ava (A)udio and (Re)mote (C)ontrol A Java multiplatform application to make your transceiver available for CAT and audio transfer securely over the LAN or WAN Version 3.0 Dan Toma - YO3GGX - yo3ggx@gmail.com

More information

DM780 / Navigator Setup

DM780 / Navigator Setup When you first start with HRD / DM780, you need to define a few Navigator parameters to the program so it can communicate with your radio through the Navigator. The items that need to be defined are: DM780:

More information

Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige

Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige First published: May 2017 Published by TR Computers Limited.

More information

User s Guide. Ethernet Module for Barcode Printer

User s Guide. Ethernet Module for Barcode Printer User s Guide Ethernet Module for Barcode Printer 1. ETHERNET MODULE... 2 1-1. Functions... 2 1-2. General Specifications... 2 2. ETHERNET MODULE INSTALLATION... 3 2-1. Ethernet Module Installation for

More information

Application Notes for MobileAccess Networks MA-850 Intelligent RF Switching Hub with Avaya AP-6, AP-8 and W110 Access Points - Issue 1.

Application Notes for MobileAccess Networks MA-850 Intelligent RF Switching Hub with Avaya AP-6, AP-8 and W110 Access Points - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for MobileAccess Networks MA-850 Intelligent RF Switching Hub with Avaya AP-6, AP-8 and W110 Access Points - Issue 1.0 Abstract These Application

More information

USER MANUAL FOR GS100/GS1003G

USER MANUAL FOR GS100/GS1003G USER MANUAL FOR GS100/GS1003G 1 Table of Contents 1. INTRODUCTION... 3 2. FEATURES... 3 3. OPERATION... 3 4.CONNECTION DETAILS... 4 5.CONFIGURATION... 5 5.1 Hyper Terminal Setting... 5 5.2 GS100 Configuration...

More information

PC SETUP GUIDE Windows 7 + MicroSale

PC SETUP GUIDE Windows 7 + MicroSale PC SETUP GUIDE Windows 7 + MicroSale TABLE OF CONTENTS Windows 7 Setup guide... 3 Configuring the default administrator account... 3 Configuring additional accounts... 3 Dealer Account... 3 End User Account...

More information

Welcome Contents Diagram

Welcome Contents Diagram Welcome Congratulations on your purchase of our GBF PL960 Series of IP Doorbells. Our factory engineers were the first to enable viewing of multiple security cameras through your handheld smart device,

More information

User Manual. cmt-svr Startup Guide

User Manual. cmt-svr Startup Guide User Manual cmt-svr Startup Guide Table of Contents Chapter 1 Overview... 1 1.1 Specification... 1 1.2 Dimensions... 2 1.3 Connector pin designations... 3 1.4 USB host port and SD card slot... 3 1.5 Ethernet

More information

Smart Sensor Gateway Installation Manual

Smart Sensor Gateway Installation Manual TECHNICAL DOCUMENT Smart Sensor Gateway Installation Manual 2019-02-08 1/16 Table of Contents 1 GENERAL 3 2 INSTALLATION 4 2.1 Prerequisites for Installation 4 2.2 Recommended Location 5 2.3 Gateway Configuration

More information

CNFE2DOE2 TERMINAL SERVER INSTALLATION AND OPERATION MANUAL

CNFE2DOE2 TERMINAL SERVER INSTALLATION AND OPERATION MANUAL TERMINAL SERVER v1.0 Oct 2011 The ComNet terminal server converts RS-232, RS-422 and 2- and 4-wire RS-485 serial data to a 10/100 Ethernet-based signal. The is a twochannel unit and can transport each

More information

Reference8 Pro music player Fast Operation Guide

Reference8 Pro music player Fast Operation Guide Reference8 Pro music player Fast Operation Guide Introduction 1/2 Front 1. Display 2. Power Switch 3. USB2.0 for Memory 4. Down Button 5. Menu Button 6. Up Button 7. IR Window 2/2 Rear 8. Power Socket

More information

RANGER SERIES. 150Mbps Wireless Green Broadband Router DG-BR4000NG. 150 Mbps V

RANGER SERIES. 150Mbps Wireless Green Broadband Router DG-BR4000NG. 150 Mbps V RANGER SERIES 150Mbps Wireless Green Broadband Router DG-BR4000NG N 150 Mbps V1.2 2011-12-15 FCC warning: This equipment has been tested and found to comply with the limits for a class B digital device,

More information

Document Name: User Manual for SC10EK4 Serial to Ethernet Converter with 4 TCP Sockets. Index

Document Name: User Manual for SC10EK4 Serial to Ethernet Converter with 4 TCP Sockets. Index Document Name: User Manual for SC10EK4 Serial to Ethernet Converter with 4 TCP Sockets. Index Technical Specifications 1 Installation Procedure 1 LED Indications 2 Configuration Procedure Configuration

More information

How to achieve WIFI Client (Datalink) to receive RTK corrections from your Android or Windows device

How to achieve WIFI Client (Datalink) to receive RTK corrections from your Android or Windows device How to achieve WIFI Client (Datalink) to receive RTK corrections from your Android or Windows device Note: Your device should be connected to cellular network WIFI client means the WIFI function will work

More information

Zavio P5111/ P5116/ P5210 Quick Installation Guide

Zavio P5111/ P5116/ P5210 Quick Installation Guide 86085M2000010 Zavio P5111/ P5116/ P5210 Quick Installation Guide Installation Steps Please follow the installation steps below to set up your P5111 / P5116/ P5210 Day/Night Pan/Tilt IP Camera. Check the

More information

A Java multiplatform application to securely make your transceiver available for CAT and audio over the LAN or WAN

A Java multiplatform application to securely make your transceiver available for CAT and audio over the LAN or WAN jarec (j)ava (A)udio and (Re)mote (C)ontrol A Java multiplatform application to securely make your transceiver available for CAT and audio over the LAN or WAN Version 2.0 Dan Toma - YO3GGX - yo3ggx@gmail.com

More information

INDEX. BOLDFACE indicates a menu or sub-menu name; Boldface indicates a parameter name.

INDEX. BOLDFACE indicates a menu or sub-menu name; Boldface indicates a parameter name. INDEX BOLDFACE indicates a menu or sub-menu name; Boldface indicates a parameter name. A ACCESS POINT CONFIGURATION MAC Bridge Parameters 129 139 Address Filters 132 General Configuration 131 Protocol

More information

Ham Radio Deluxe - Troubleshooting ICOM Radio USB Port Data Modes.

Ham Radio Deluxe - Troubleshooting ICOM Radio USB Port Data Modes. Most of the new ICOM radio s include a USB sound codec device Driver information Firstly the radio control and audio may not function correctly if the rig was connected to the computer via the USB lead

More information

SerialComm ETH-SER-EE9 Serial Device Server / Ethernet to Serial Converter User Manual

SerialComm ETH-SER-EE9 Serial Device Server / Ethernet to Serial Converter User Manual SerialComm ETH-SER-EE9 Serial Device Server / Ethernet to Serial Converter User Manual Version 1.2 - April 22, 2015 CHANGE HISTORY Version Date Description of Changes 1.0 February 16, 2015 Initial Publication

More information