This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| reference:qstar_gps_tracker [2014/08/27 00:27] mjallison [Non-NMEA Protocol for AGTEK] | reference:qstar_gps_tracker [2014/10/06 16:56] (current) mjallison [Non-NMEA Protocol for AGTEK] | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Introduction ====== | ====== Introduction ====== | ||
| - | The QStarz GPS Q-1000XT tracker is small encapsulated GPS tracker, similar to a G-Ray, which provides standard GPS tasks, logging, point of interest (POI) recording, and basic functionality to enable navigation on devices not containing a built in GPS. http://www.amazon.com/Q-1000XT-BT-Q1000XT-Bluetooth-Waypoints-Vibration/dp/B00144PH1S | + | The QStarz GPS Q-1000XT and Holux 3000rcvr trackers are small encapsulated GPS tracker, similar to a G-Ray, which provides standard GPS tasks, logging, point of interest (POI) recording, and basic functionality to enable navigation on devices not containing a built in GPS. http://www.amazon.com/Q-1000XT-BT-Q1000XT-Bluetooth-Waypoints-Vibration/dp/B00144PH1S | 
| The instrument provides a serial (over USB) interface as well as bluetooth connection capability. The communication protocol is a super-set of NMEA 183 standard NMEA sentences for GPS satellite information and location information. Additional settings controllable through the serial protocol allow the user to set | The instrument provides a serial (over USB) interface as well as bluetooth connection capability. The communication protocol is a super-set of NMEA 183 standard NMEA sentences for GPS satellite information and location information. Additional settings controllable through the serial protocol allow the user to set | ||
| Line 9: | Line 9: | ||
| * Control of the frequency of location updates from 0.1 to 10 seconds. | * Control of the frequency of location updates from 0.1 to 10 seconds. | ||
| - | The 1000XT is structured around the Mediatek MTK GPS chip which supports the standard NMEA sentences as well as the Mediatek extensions.  | + | The QStarz and Holux are structured around the Mediatek MTK GPS chip which supports the standard NMEA sentences as well as the Mediatek extensions. | 
| ===== Non-NMEA Protocol for AGTEK ===== | ===== Non-NMEA Protocol for AGTEK ===== | ||
| Line 41: | Line 41: | ||
| | ''$PTSI004,2,1''  | Enabled motion sensor | | | ''$PTSI004,2,1''  | Enabled motion sensor | | ||
| | ''$PTSI004,2,0''  | Disable motion Sensor  | | | ''$PTSI004,2,0''  | Disable motion Sensor  | | ||
| - | | ''$PTSI002,1,xyz'' sets name to xyz | Set device name | | + | | ''$PTSI002,1,xyz'' sets name to xyz | Set device name (QStarz only?), resp == ''$PTSI002,3,WriteOK''  | | 
| + | | ''$PTSI002,2'' reads name of tracker | resp == ''$PTSI002,0,name'' | | ||
| Line 65: | Line 66: | ||
| The motion sensor control commands have been reversed engineered by using a serial monitor (here at AGTEK), and have been verified by others on the internet: http://www.bt747.org/de/forum/bt-q100xt-controlling-vibration-sensor | The motion sensor control commands have been reversed engineered by using a serial monitor (here at AGTEK), and have been verified by others on the internet: http://www.bt747.org/de/forum/bt-q100xt-controlling-vibration-sensor | ||
| + | |||
| + | The BT747 author has provided a nice spreadsheet of various operations on the Holux API: http://spreadsheets.google.com/pub?key=pyCLH-0TdNe-5N-5tBokuOA&gid=5 | ||
| ===== Questions ===== | ===== Questions ===== | ||