APRS X1C5 Portable Gate

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 11:19, 15 February 2024 by Admin (Talk | contribs)

Jump to: navigation, search

APRS X1C5 Portable Gate way U/V TRACK IGATE with WIFI Bluetooth GPS 400D IPS LCD is a Chinese clone of the Venus X1C5 Pro - APRS Tracking for Amateur Radio. May also go by other names or variants such as Davitu Motor Driver.

X1C5 Pro is a handheld Automatic Position Reporting System using built-in GPS via Radio link/WiFi/Bluetooth to report position over internet or to APRS devices.

Features

  • Support fixed station FIXED, sports SPORT, 2 site modes
  • Support complete TRACK tracker, support intelligent, timing, PTT linkage, queue beacon
  • Support beacon additional information, mileage, satellite number, voltage, temperature, air pressure, etc.
  • Support mileage calculation, support accumulated mileage or automatically clearance
  • Support for automatic icons (TRACK smart mode)
  • Support GPS power saving mode (TRACK PTT linkage mode, TRACK timing mode)
  • Integrated 2.0+4.0 dual mode Bluetooth,
  • Support Bluetooth output KISS hex, UI, GPWPL, KISS ASC, GS232B and other protocols
  • Support Bluetooth output GPS data (GPRMC+GPGGA), support mixed output
  • Support Bluetooth KISS data bidirectional transparent transmission

Supports full DIGI relay function, support custom relay name, support relay remote turn-off function, remote control peripheral sensor input and relay output module, Built-in advanced CMX programming algorithm, Built-in transmit level, receive level adjuster (-10.5dB -0dB), Built-in high performance GPS\Beidou\GLONASS multimode hybrid positioning module, Built-in advanced algorithm to support rich data analysis

Supports heading, north position, relative motion position calculation, APRS distance, elevation target calculation, G5500 aircraft, vessel and other tracking control

  • Companion PC setup software (Chinese, English) (requires .NET 4.0)
  • UHF or VHF options, 1W RF output

Support battery USB direct charging, comprehensive GPS interface, beacon list interface, real-time beacon interface, beacon record analysis interface Built-in temperature\pressure auxiliary sensor (temperature & air pressure values for reference only)

Supports off-network use, no network, direct mutual positioning, liuyun, APRSdroid, LOCUS, Ovi and other APP and supports user independent firmware upgrade.

Operating

They offer a version for VHF and one for UHF the band they call V-segment and U-segment respectfully. It is recommended to select the VHF V-segment option for North America even though UHF is in limited use. VHF has better terrestrial performance.

The standard VHF APRS frequency for North America is 144.390 MHz. There is no standard UHF frequency for North America. APRS is often used to track the location of vehicles or people, such as hikers or search and rescue teams. It can also be used to transmit weather data, such as temperature, pressure, and wind speed, using weather stations connected to the APRS network.

Aprsx1c50000001.gif

Aprsx1c50000002.gif

Aprsx1c50000003.gif

Program the tracker with the software. The software is Microsoft Windows only requiring .NET 4.

Software settings

  1. Power on the tracker.
  2. Connect the USB cable between tracker and computer.
  3. Install USB driver – CH341 chip and find the correct COM port.
  4. Use APRS 51Series Setup(version number).exe to program the tracker.
Aprsx1c50000004.jpg

click to enlarge image

Review

A full review of this device is in progress. Initially the requirement of Windows only programming software that is suspicious in nature, as are all of these Chinese utilities, makes it problematic for Mac and Linux users.

Troubleshooting

Software

Software is Windows only. Requires .NET 4.0

Last known source for software and manual:

For linux users it is not verified if this program can be ran under WINE. If tested and succeed then the process will be posted here.

Conflicts with BRLTTY when connected to Linux host

Also: USB Serial support registered for ch341-uart in dmesg but /dev/ttyUSB0 doesn't appear present or available.

BRLTTY, a program that "provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display" conflicts with the USB-serial converter chip in the X1C5. The Braille screen reader and devices that use the CH340 (341) based chip will conflict.

Keep in mind that this device is not supported in Linux, however, if you are working on communicating with it in Linux for experimentation you will have to disable BRLTTY on your linux machine. This frees up /dev/ttyUSB0 for serial communication with this device.

The BRLTTY service is launched by the brltty.path service. You can comment out or completely remove.

sudo apt remove brltty

CH341 driver for Linux

Kernel support is built into Linux latest distributions have this and support basic communication with CH341.

[] ch341 3-8:1.0: ch341-uart converter detected
[] usb 3-8: ch341-uart converter now attached to ttyUSB0

you can test by connecting with minicom (minicom -s) option (A) and set the serial port and (E) Bps

Serial Device      : /dev/ttyUSB0
Bps/Par/Bits       : 9600 8N1

Hardware flow control to yes and software flow control to no.

What you do from there... you're on your own. No Linux support. If you turn the X1C5 on then you should see the following come up in minicom:

AT+DMOSETGROUP=1,144.0000,144.0000,0,3,0,0 

It is communicating to the PC.

linux, winetricks, .NET 4.0

Documented attempt to run programming software under linux with wine.

Related