mtkbabel (1) - Linux Manuals
mtkbabel: Tool for managing GPS data loggers based on the MTK chip
NAME
mtkbabel - Tool for managing GPS data loggers based on the MTK chipSYNOPSIS
mtkbabel [-abcdEfhilmopRrstvwx]DESCRIPTION
mtkbabel is a command line program to operate GPS data loggers based on the MediaTek MTK chip. It was tested on the i-Blue 747, Qstarz BT-Q1000 and on the Holux M-241, it should work also with other GPS devices based on the same chip.
The main features are:
1. Attach the GPS data logger device to your computer
via USB.
2. Now you have to switch the GPS device (at least the i-Blue 747) into
LOG or NAV mode,
otherwise the device will not be powered on, and no connection will
be possible. Beware that in NAV mode the device goes into sleep mode if
not connected to any Bluetooth device.
3. In order to use mtkbabel you have to either be root (not recommended)
and/or you must have read/write permissions for the USB device file, usually
/dev/ttyUSB0.
This device usually has permissions
'crw-rw---- 1 root dialout',
so you can either add your user to the
dialout
group (in this example) by doing
$ adduser USERNAME dialout
or (not recommended) make the device world-readable/-writable by doing:
$ chmod 666 /dev/ttyUSB0
Another option is to write a udev rules file to change the owner and
permissions of /dev/ttyUSB0 according to your requirements.
4. You can now run mtkbabel. For example, if you want to download the
track log and the list of waypoints you captured on the device, run:
$ mtkbabel -s 115200 -l off -f foo -w -t
The default speed of
115200
baud should work in most cases and you can omit it, for the Holux M-241 you
must use
38400
instead.
This will turn off the autolog function, which is always turned on when you
switch on the device. The track log will be in the file
foo_trk.gpx,
the waypoints in the file
foo_wpt.gpx
(both in GPX format). The file
foo.bin
will contain the binary log file. Downloading the data from the GPS device
can take several minutes, depending on how much data has to be transferred.
In order to delete all data from the GPS device, run:
This manual page was written by Uwe Hermann <uwe [at] hermann-uwe.de>.
It is licensed under the terms of the GNU GPL (version 2 or later).
USAGE
In order to use mtkbabel, please follow these instructions:
OPTIONS
BUGS
Please report any bugs to
Niccolo Rigacci <niccolo [at] rigacci.org>.
LICENCE
mtkbabel
is covered by the GNU General Public License (GPL), version 2 or later.
AUTHORS
Niccolo Rigacci <niccolo [at] rigacci.org>